* Improves the line-height globally.
* Adds the verse class to the content block according to the layout key
of the front matter.
* Styles the verses.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Restores the Publisdate displayed on posts lists instead of Date
(creation date).
* Restores the post-taxonomies class on the item list of the post
information categories.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Adds a lists-footer partial.
* Uses breakpoints to adapt how the post informations is aligned and
separated when the screen gets bigger.
* Adds some space between posts in a list or section, to improve
readability.
* Removes useless article level and renames a section into article in
the list template.
* Uses breakpoints to adapt the navigation font-size when the screen
gets bigger.
* Improves the font-size variables, in order to get a font-size-small
smaller.
* Restores the section template that wasn't right, I don't know what
I've done when rebasing and resolving conflicts…
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* Adds a shortcodes with an image.
* Updates the audio, stream and published shortcodes to group the
figcaption under the audio player.
* Adds a SCSS partial for grid construction that only contains for now a
breakpoint mixin'.
* Displays the cover above the player by default, and on the left side
for bigger screens.
* Fixes the SCSS files according to SCSS linting.
Co-Authored-by: iGor milhit <igor@milhit.ch>
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>
Ensures that lists and sections are sorting the blog post by publication
date, and reversely ordered. Term lists are sorted alphabetically, which
is fine.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
Expose metadata in a way that Zotero can read, so Dublin Core and Open
Graph are an easy way. No so easy, but still.
The language attribute of the html tag has been correctly set.
In the process, the date test has been improved.
Closes#3
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* Splits styles into partials.
* Adds a category entry to the navigation menu.
* Adds a flex to the header to get the menu on the right.
* Adds a flex to the sections and lists to diplay information evenly.
Co-Authored-by: Igor Milhit <igor@milhit@.ch>
* NEW Adds a templates for categories and tags lists.
* NEW Styles (not so well…) the categories and tags lists.
* BETTER Improves includes in the _default templates.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* NEW Adds CSS rules.
* BETTER Improves very slighlty some layout templates.
* FIX Fixes a missing code label.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* NEW Adds a section template.
* NEW Adds a single page template.
* NEW Fills in the header and footer templates.
* BETTER Improves the global html head template.
Co-Authored-by: Igor Milhit <igor@milhit.ch>
* NEW Adds an index layout.
* NEW Adds a partial perso layout.
* NEW Adds a partial pro layout.
* NEW Adds a partial online layout.
Signed-off-by: iGor milhit <igor@milhit.ch>
* NEW Adds files for an empty theme.
* NEW Updates the LICENCE.
* NEW Adds a README.md and an empty css file.
Signed-off-by: iGor milhit <igor@milhit.ch>