μsg, a tiny static site generator
https://nilptr.dev/msg.html
| assets | feat: add source link, update footer, update style | |
| .gitignore | remove data from repository | |
| go.mod | initial commit | |
| go.sum | initial commit | |
| LICENSE | initial commit | |
| main.go | feat: add source link, update footer, update style | |
| README.md | move _config.yaml to root of working directory | |
msg
a tiny static site generator
usage
create a _config.yaml file in a directory (any directory!)
then, create a data directory and add .md files in there.
when you're done, run this program to output a tiny website in build/ :]
all .md files are converted to HTML.
any other files not starting with _ or . are copied directly into the build directory.
example config
name:this is a websitenavigation:- name:homeurl:index.html- name:abouturl:about.htmllicense
licensed under the 3-clause BSD license, found in the LICENSE file in the root of this repository.