This site is a download repository for flashcart kernel themes. Currently, the site is hosting AKMenu/WoodR4 themes, but more kernels will be added soon.
https://sanrax.github.io/kernel-themes/
- Install Ruby 3.x for your machine
- Run
bundle config set --local path vendor/bundle
to ensure that dependency versions do not clash with other ruby projects - Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
- This will build the site to
_site
, and host a simple web server at127.0.0.1:4000
- This will build the site to
- All files under the
_akmenu
directory (the theme index) is licensed under CC-BY-NC-SA 4.0. You may read more inLICENSE-docs.txt
. - All other files are licensed under the GPLv3 license. You may read more in
LICENSE-engine.txt
.