Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attajak/nikola-demo
Nikola Demo
https://github.com/attajak/nikola-demo
demo github-pages nikola
Last synced: about 10 hours ago
JSON representation
Nikola Demo
- Host: GitHub
- URL: https://github.com/attajak/nikola-demo
- Owner: attajak
- Created: 2024-08-01T09:18:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T10:58:51.000Z (1 day ago)
- Last Synced: 2024-11-18T12:07:27.339Z (1 day ago)
- Topics: demo, github-pages, nikola
- Language: Python
- Homepage: https://attajak.github.io/nikola-demo/
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- 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 using Nikola.
Installation and documentation at https://getnikola.com/
Configuration file for the site is ``conf.py``.
To build the site::
nikola build
To see it::
nikola serve -b
To check all available commands::
nikola help