- 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>
* 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>
* 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>
* 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>
* 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 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>