https://github.com/maxb2/food
My food blog/journal.
https://github.com/maxb2/food
blog food nikola static-site-generator
Last synced: about 1 month ago
JSON representation
My food blog/journal.
- Host: GitHub
- URL: https://github.com/maxb2/food
- Owner: maxb2
- Created: 2022-03-06T17:24:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T15:22:49.000Z (about 3 years ago)
- Last Synced: 2024-05-01T18:46:20.196Z (about 2 years ago)
- Topics: blog, food, nikola, static-site-generator
- Language: Python
- Homepage: https://maxb2.github.io/food
- Size: 10.2 MB
- Stars: 0
- 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