Masquerade Web
Open-source engine behind the Many Masqs blog.
Templating using the template.blog file.
Examples provided in blogs/example.blog.example and blog/example.html.
Usage:
Make a blog post using our flavor of markdown. Place this into
blogs/<filename>.blog.Run
python main.pyto generate blogs.
(Or set up a git hook on your machine that runs this command whenever you commit, then adds all the created files and commits them as well. One hook may be ./.git/hooks/pre-commit, with the SHEBANG and python main.py && git add --all.)
It will recreate the index.html file, as well as [re]create blog posts present in the blogs directory.
- Remove the
CNAMEfile, or change the CNAME to the correct custom domain.
Credits
We :heart: CodePen, especially for the front page and blog posts templates.

Log in or sign up for Devpost to join the conversation.