This project is for Lakka's website.
This website is based on nanoc, a static generator CMS.
Requirements:
- Ruby: 2.0.0 or newer
- gem bundler
In order to setup your development environment, run:
bundle install
The /doc
section is generated from the GitHub wiki of the Lakka project. To initialize the content, run:
git submodule update --init --remote
This will download the current state of the wiki.
Do not forget to run commands with bundler:
example:
bundle exec nanoc #will compile the whole website
bundle exec guard #starts auto-compilation on disk change
The source files used in this project are licensed under GNU General Public License V3
The Generated Website content is licensed under Creative Commons Attribution-ShareAlike 4.0 International License