Pelican Hints
Articles and pages Format of dates Generate archives per year and month see MONTH_ARCHIVE_SAVE_AS To check out: Adding period archives to Pelican
Articles and pages Format of dates Generate archives per year and month see MONTH_ARCHIVE_SAVE_AS To check out: Adding period archives to Pelican
I host my notes on github pages and I use Pelican for building html content from Markdown format. Tracis CI can be used to automate building and publishing changes. Registration on https://travis-ci.org/ is straightforward. I have only public free accounts on github. Thus I need two repositories: one containing sources and another containing html. The latter is rendered automatically via Github Pages. If I would have paid hithib account I could have only one repo with two branches: master for sources and gh-pages for html....