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: 9 days ago
JSON representation
Nikola Demo
- Host: GitHub
- URL: https://github.com/attajak/nikola-demo
- Owner: attajak
- Created: 2024-08-01T09:18:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T13:17:25.000Z (14 days ago)
- Last Synced: 2025-01-15T15:07:52.310Z (14 days ago)
- Topics: demo, github-pages, nikola
- Language: Python
- Homepage: https://attajak.github.io/nikola-demo/
- Size: 1.75 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