Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakkatv/lakka-website
Lakka website
https://github.com/lakkatv/lakka-website
Last synced: 9 days ago
JSON representation
Lakka website
- Host: GitHub
- URL: https://github.com/lakkatv/lakka-website
- Owner: lakkatv
- License: gpl-3.0
- Created: 2014-05-01T11:22:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T07:01:12.000Z (7 months ago)
- Last Synced: 2024-04-14T08:00:40.680Z (7 months ago)
- Language: HTML
- Homepage: http://www.lakka.tv
- Size: 35 MB
- Stars: 14
- Watchers: 10
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lakka Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/8c5ce08f-9bbf-46a9-beeb-869680e253ef/deploy-status)](https://app.netlify.com/sites/thirsty-poitras-b9339a/deploys)
## 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 bundlerIn 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](https://github.com/libretro/Lakka-LibreELEC/wiki). 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](https://www.gnu.org/licenses/gpl.html)The Generated Website content is licensed under [Creative
Commons Attribution-ShareAlike 4.0 International
License](http://creativecommons.org/licenses/by-sa/4.0/)