Powered by Material for MkDocs
You need python requirements only if you want to locally serve the blog.
$ pip install -r requirements.txtBuild the whole blog (including blog posts, pages, and archive page):
$ makePreview the blog locally:
$ make serveRemove all build files:
$ make cleanWrite your blog in a markdown file (.md), inside raw/. Filename should follow this convention: YEAR-MONTH-DAY-TITLE.md. The file content looks like this.
---
blog:
author: # author name
date: [YEAR, MONTH, DAY, HOUR, MINUTE] # date of last modification
---
# Blog title here
Blog contents...Just edit archive.yml. The entry will be automatically added on build.