* Install the gutenberg framework with yarn.
* Copy the stylesheet to assets/css.
* Configure the resource in the head.html.
* Adapt the templates to hide elements on print.
* Closes#28.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Wraps the post informations inside a details HTML tag.
* Reduces the bottom margin of the post main heading.
* Reorders the SCSS rules in order to set the post-info class to the
details HTML tags.
* Add the permalink to the post informations.
* Uses the i18n mechanism for the new layout strings, such as
"post-infos" or "permalink".
* Updates the changelog.
* Closes#17.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* 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>