This project should be a portfolio theme for HUGO, the static web site generator.
 
 
 
Go to file
iGor milhit 7b43ee60e5
template: compare lastmod and publishdate
Most of blog posts have the lastmod displayed even if the publishdate is
the same day, because lastmod comes from git information and has also
hour, minutes and second, and publishdate is set manually, with only
year, month and day.

* Formats the date to compare them accurately, with datFormat function.
* Styles a little bit the blockquote tag.
* Spaces evenly the post information blocks.
* Closes #5

Co-Authored-by: Igor Milhit <igor@milhit.ch>
2020-05-22 14:11:34 +02:00
archetypes theme: initialize new hugo theme 2019-03-04 06:58:25 +01:00
assets/scss template: compare lastmod and publishdate 2020-05-22 14:11:34 +02:00
layouts template: compare lastmod and publishdate 2020-05-22 14:11:34 +02:00
.gitignore style: fix wrong flex property for the main nav 2020-05-22 11:51:24 +02:00
LICENSE theme: initialize new hugo theme 2019-03-04 06:58:25 +01:00
README.md theme: initialize new hugo theme 2019-03-04 06:58:25 +01:00
theme.toml documentation: clean the theme.toml file 2019-09-01 08:36:50 +02:00

README.md

portfoliGor

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