- Renames index.html to home.html.
- Adds a section, if the home_post_list parameter is set to true, that
list the 5 last posts.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Sets a smaller font size for track lists in post publishing lives.
This suppose to use pandoc as markup converter, and to add a `<div>`
around the list to specify the `.tracklist` class.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Adds a bottom border to post-infos content to improve readability.
- Improves the boder rules to comply with the proposed order of the
border specification (width, style, color).
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Improves spacings by using the pico theme variables.
- Restores a space after separator in post informations component.
- Updates the screenshot of the README.
- Closes#38.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Updates the picocss dependency.
- Imports pico in the sass hugo pipe.
- Uses dart-sass as transpiler.
- Implements a new logo in SVG, with color adapted to the prefered
colorsheme.
- Adapts my styles to the pico css theme.
- Updates the changelog.
- Closes#29.
- Closes#15.
- Closes#16.
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>
* 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>