* Adds a link, if .gitInfo is set, to the last commit that modified the
current page. The git repository URL is still hardcoded.
* Upgrades auto-changelog.
* Updates the CHANGELOG.md file.
Co-Authored-by: iGor milhit <igor@milhit.ch>
The favicon, used to display the little icon in the browser tab and some
other places elsewhere, has been prepared by
@Troll https://maly.io/@Troll
* Creates the static directory.
* Places the favicon's files in that directory.
* Updates the head partial template with appropriate links
Co-Authored-by: Igor Milhit <igor@milhit.ch>
Co-Authored-by: @troll <Troll@maly.io>
Reuses the latest Hugo embedded RSS template and adapts it with full
content and publish date.
Fixes#9, thus restoring a RSS feed different for the entire site, the
section, taxonomy terms, and so on.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* Adds auto-changelog as a node dev dependency with yarn.
* Adds .auto-changelog config file.
* Generates the first version of the changelog.
Co-Authored-by: Igor Milhit <igor@milhit.ch>