A minimalist static site generator based on lowdown and other POSIX shell tools.
- HTML 52.4%
- Shell 47.6%
|
|
||
|---|---|---|
| examples | First commit | |
| templates | Insert an home page link | |
| www | Add the www folder | |
| .gitignore | Add templates and destination var | |
| md2w3 | Change a comment | |
| README | Remove the dollar sign | |
md2w3 - A minimalist static site generator based on lowdown and other POSIX shell tools. Summary: In the current hierarchy, all markdown files will be converted to HTML pages in the `www/` folder and listed on a home page (www/index.html). A such minimalist approach come with some conventions: 1) Markdown files must be prefixed with a date in YYYY-MM-DD format (e.g., 2025年06月12日-lorem-ipsum-et.md). 2) In markdown files, the first-level heading must be on the first line. Usage: `./md2w3` See the `md2w3` file for more details.