https://github.com/equalsraf/website-generator
https://github.com/equalsraf/website-generator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/equalsraf/website-generator
- Owner: equalsraf
- Created: 2017-08-21T14:49:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T14:50:11.000Z (almost 9 years ago)
- Last Synced: 2025-03-06T12:30:49.329Z (about 1 year ago)
- Language: Python
- Size: 318 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yet another static website generator written in Python, everybody has
one and so do I.
## Usage
This should be enough
mdconvert sourcepath/ out/
For each file in sourcepath/ the out/ path holds
- one HTML file
- one embedded HTML (base64 images and less javascript)
Additionally we generate an index page and RSS feed.
Files without extension are treated as markdown articles, all other are copied
to the target dir.
## Markdown semantics
Input files are markdown formatted with a couple of extensions
- Metadata is supported to store the title
- A single lone line at the top will be treated as the article title
(vim-pad compatibility)