Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameslmartin/mod
Mod theme for Pelican
https://github.com/jameslmartin/mod
Last synced: about 1 month ago
JSON representation
Mod theme for Pelican
- Host: GitHub
- URL: https://github.com/jameslmartin/mod
- Owner: jameslmartin
- Created: 2019-10-17T18:25:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T19:37:47.000Z (over 4 years ago)
- Last Synced: 2024-11-07T17:49:26.696Z (3 months ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mod for Pelican
A really basic, made-from-scratch, dependency-free theme for Pelican.
## Effective use
You will need to make sure these variables are defined in your `pelicanconf.py` file:
```
AUTHOR
SITENAME
SITEURL
SITESUBTITLEUSE_FOLDER_AS_CATEGORY = True
DISPLAY_PAGES_ON_MENU = True
DISPLAY_CATEGORIES_ON_MENU = FalsePAGE_URL = ('{slug}/')
PAGE_SAVE_AS = ('{slug}.html')
```If you want to customize the nav bar, modify how you output categories and toggle the flags above.