Skip to content

rosselm/colordrop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 57.0%
  • HTML 43.0%