/notes

An extremely minimal static site generator.

Primary LanguageCSS

An extremely minimal static site generator for blogs.

Hello world

Write your note in Markdown.

$ cat > hello-world.md <<EOF
title="Hello!"

This is my first *note*!
EOF

Render it.

$ make

Let's have a look. Run python -m SimpleHTTPServer and go to http://localhost:8000/hello-world.html.