Skip to content

lakkatv/lakka-website

Repository files navigation

Lakka Website

Netlify Status

Synopsis

This project is for Lakka's website.

Development Environment

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

Updating the /doc section

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.

Running Commands

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

License

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