This project should be a portfolio theme for HUGO, the static web site generator.
 
 
 
Go to file
iGor milhit d3dab3c3b1
theme: simplify the main layout
* 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>
2021-11-02 19:18:31 +01:00
archetypes theme: initialize new hugo theme 2019-03-04 06:58:25 +01:00
assets/scss theme: simplify the main layout 2021-11-02 19:18:31 +01:00
i18n theme: simplify the main layout 2021-11-02 19:18:31 +01:00
layouts theme: simplify the main layout 2021-11-02 19:18:31 +01:00
static head: improve the metadata exposed 2021-06-05 22:02:08 +02:00
.auto-changelog documentation: add a changelog and auto-changelog 2020-06-01 15:24:12 +02:00
.gitignore documentation: add a changelog and auto-changelog 2020-06-01 15:24:12 +02:00
CHANGELOG.md layouts: use details for the post informations 2021-06-06 18:46:06 +02:00
LICENSE theme: initialize new hugo theme 2019-03-04 06:58:25 +01:00
README.md content: improve verses layout for small screens 2021-04-01 22:05:59 +02:00
package.json documentation: add a changelog and auto-changelog 2020-06-01 15:24:12 +02:00
theme.toml documentation: clean the theme.toml file 2019-09-01 08:36:50 +02:00
yarn.lock footer: add link to the last commit 2021-01-31 17:11:12 +01:00

README.md

portfoliGor

Yet another HUGO portfolio theme, that I will use for igor.milhit.ch.

Configuration

  • Add layout: verse to improve format for text in verse. Verse should be separated by a line break, strophes are paragraphs.