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
- Host: GitHub
- URL: https://github.com/icarito/sugarcamp-site
- Owner: icarito
- Created: 2014-06-06T03:25:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T16:46:31.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T10:23:48.832Z (3 months ago)
- Language: Python
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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