Customizable, monochromatic and minimalist hugo theme for personal blogs.
The theme colors can be customized by changing the themeColor
and themeInverseColor
variables at params:
params:
themeColor: "#000000"
themeInverseColor: "#ffffff"
The website logo can be set with the variable siteLogo
while the variable description
will be the displayed at the website home page.
params:
description: Welcome to my blog...
siteLogo: "logo-photo.png"
You check my blog to see the theme fully running.
Obs: This theme uses pipes to compile sass so you'll have to use hugo extensions.