/colordrop

Customizable, monochromatic and minimalist hugo theme for personal blogs

Primary LanguageCSSMIT LicenseMIT

Colordrop

Customizable, monochromatic and minimalist hugo theme for personal blogs.

Customize Colors

The theme colors can be customized by changing the themeColor and themeInverseColor variables at params:

params:
  themeColor: "#000000"
  themeInverseColor: "#ffffff"

theme colors image

Home page and Logo

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"

Website Example

You check my blog to see the theme fully running.

theme image

Obs: This theme uses pipes to compile sass so you'll have to use hugo extensions.