1
0
Fork
You've already forked msg
0
μsg, a tiny static site generator https://nilptr.dev/msg.html
  • Go 68.2%
  • HTML 31.8%
2022年06月27日 04:09:03 +02:00
assets feat: add source link, update footer, update style 2022年06月27日 04:09:03 +02:00
.gitignore remove data from repository 2022年06月27日 03:43:05 +02:00
go.mod initial commit 2022年06月26日 04:47:31 +02:00
go.sum initial commit 2022年06月26日 04:47:31 +02:00
LICENSE initial commit 2022年06月26日 04:47:31 +02:00
main.go feat: add source link, update footer, update style 2022年06月27日 04:09:03 +02:00
README.md move _config.yaml to root of working directory 2022年06月27日 03:54:05 +02:00

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.html

license

licensed under the 3-clause BSD license, found in the LICENSE file in the root of this repository.