- Uses the main font color of the light theme for the mark color of the
dark theme, to improve the contrast.
- Uses the h1 color for the logo.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Replace fixed spacing by the pico variable, and improve the horizontal
spacing of lists of posts (sections).
- Place the list of last posts of the home page on a separate partial.
Thus, this partial is easier to overwrite in the user layout
directory.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- 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>
- 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>
- Replaces a spacing value in the medias SCSS file by the pico variable.
- Fixes the IDs of the personal and professional contact headers, to
ease linking.
- Rewrite the indentation of a shortcode.
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>
- As `.Site.Author` is deprecated, I need to update the way this
metadata is fetched from the site configuration file.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Extracts stings to be translated.
- Translates these strings in English and French.
- Improves some comments in the templates.
- Updates the auto-changelog configuration according to the new git
repository URL.
- Updates the CHANGELOG.
- Documents the changelog generation in the README.
- Fixes#18.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Enables to set the git repository URL and type in the site
configuration.
- Updates the footer to use that information.
- Updates the contact partial to use the configuration information of a
custom git website.
Co-Authored-by: iGor milhit <igor@milhit.ch>
- Increase space between paragraph on large screens, except for the last
paragraph.
- Add a bigger left margin on large screens.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Moves the image from the post header to the main content.
* Fixes an error in the publication date in the atom file.
* Adapts the style of the figure when it's a post image.
* Comments the single page template.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Sets the em font style to normal when it's nested in a blockquote as
the blockquote font style is already italic.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Moves the CV file from the professional data to the personal data, as
the CV is related to the person, not the job position.
* This also prepare the creation of a dedicated CV page.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* 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>
* Documents the theme in the README file.
* Add discogs to the online section of the frontpage.
* Closes#6.
Co-Authored-by: iGor milhit <igor@milhit.ch>
* Moves the visited pseudo-element property before the other
pseudo-element properties, in order to allow the latters to overwrite
the former.
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>
* Uses a regular method to generate the menu (`config.toml`).
* Improves the test to provide the good atom link according to the
homepage, a section or a post.
* Provides a title to improve identification of the atom link.
* Adapts the menu style to mobile or wider screens.
* Adds and uses a mixin for inline lists.
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>
* Improves the metadata exposed, such as site or post description, site
or post image. Make use of <https://matuzo.at/blog/html-boilerplate>.
* Removes extra empty lines or identation due to badly written layout.
However, minifying at build could be a good idea.
* Improves very slightly the webmanifest file.
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 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>
* 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>
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>
* Lists available colors in the _variables.scss file.
* Adds a _colors.scss file to set the colors.
* Sets the colors.
* Sets the width of container larger, removes header and footer borders,
to improve display when using different colors.
* Fixes#7.
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>
* 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>
Wraps the flex of the taxonomy term list to prevent the content being
larger than small screens. Also improves the solution for the coma
separator, to get a coma after a term (and not before), and not after
the last item of the list.
Closes#10
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>