- Serves a compressed version of the Lilex fonts, to improve the page
loading and lower it's weight. The compression was done with the help
of https://github.com/google/woff2 as found on
https://stackoverflow.com/a/73105293.
- Fixes#39.
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>
* Simplifies the header and menu layout for all screen width.
* Uses only one background color (Darkest Polar).
* Change the main text color to Snow Light Grey.
* Change the header and footer text color to Snow Lightest Grey.
* Add a color for active and focused links (Frost Lighter Green).
* Simplifies the figure layout and colors.
* Adds a font-family variable and set it to the body. It uses the system
default font.
* Tries to set all font properties in the _fonts.scss file.
* Removes the links decoration on the header and footer.
* Harmonizes the footer accordingly to the header.
* Uses the hugo regular method to generate the footer menu.
* Stops centering the content on large screens.
* Adds the content max width and content left margin to the variables.
* Sets the font weight to bold for hovered links.
* Suppress the main HTML tag of the index template, and set the
correct classes on the main HTML tag of the baseof template.
* Uses a second level header for the title of the page, as the first
level is used for the website title.
* Improves the layout of definition lists on the home page, with a
better (and simpler) rendering on small screens.
* Prevents to use the post information partial on static page. This is
done through a test on the layout property `static` of the front
header.
* Reorders the sections of the home page and adds anchors to the section
headers.
* Closes#8, #11.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* 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>
* 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>