chris-asl / colordrop

Customizable, monochromatic and minimalist hugo theme for personal blogs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Customizable, monochromatic and minimalist hugo theme for personal blogs

License:MIT License


Languages

Language:CSS 57.0%Language:HTML 43.0%