Minimal static site generator for my personal website davidjenei.com.
Uses:
- lowdown - A simple markdown translator
- GNU make
- ~20 line css - Copied from the fantastic barf
- no js
and my notes written in markdown.
Uses lowdown
to translate markdown documents to html. Then some
remarkable unix utilities combine that with inline html
fragments to build
the pages.
Collects #tags from markdown preambles.
Helper targets will help: rsync
results to my server or build customised
docs (resume).
- RSS: will do
- generated pdf from resume: won't do, I'll use my favourite browser
Coming soon.
Notes hierarchy: 🌱 < 🌿 < 🌻. Copied from strikingloo.github.io