An open API service indexing awesome lists of open source software.

https://github.com/icarito/sugarcamp-site

Nikola powered website for SugarCamp
https://github.com/icarito/sugarcamp-site

Last synced: about 1 month ago
JSON representation

Nikola powered website for SugarCamp

Awesome Lists containing this project

README

        

This folder contains the source used to generate a static site by nikola.

Installation and documentation at http://getnikola.com

Configuration file for the site is `conf.py`.

To build the site::

nikola build

To see it::

nikola serve

And point your browser to http://localhost:8000

To check all available commands::

nikola help