1
0
Fork
You've already forked md2w3
0
A minimalist static site generator based on lowdown and other POSIX shell tools.
  • HTML 52.4%
  • Shell 47.6%
2026年03月09日 22:19:59 -04:00
examples First commit 2026年03月09日 12:04:20 -04:00
templates Insert an home page link 2026年03月09日 22:02:09 -04:00
www Add the www folder 2026年03月09日 21:18:54 -04:00
.gitignore Add templates and destination var 2026年03月09日 21:06:56 -04:00
md2w3 Change a comment 2026年03月09日 21:48:14 -04:00
README Remove the dollar sign 2026年03月09日 22:19:59 -04:00

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.