Skip to content

niklasbuschmann/contrast-hugo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaption of the of contrast Jekyll theme.

Installation

To install Contrast as your default theme, first install this repository in the themes/ directory:

$ cd themes/
$ git clone https://github.com/niklasbuschmann/contrast-hugo.git

Second, specify contrast-hugo as your default theme in the hugo.yaml file. Just add the line

theme: "contrast-hugo"

at the top of the file.

An example hugo.yaml could look like this:

theme: "contrast-hugo"

params:
  excerpts: false

menu:
  main:
  - {name: "Home", url: "/", weight: 1}
  - {name: "About", url: "/about/", weight: 2}
  social:
  - {name: "Mail", url: "mailto:", identifier: "envelope", weight: 3}
  - {name: "Github", url: "https://github.com/", identifier: "github", weight: 4}
  - {name: "Subscribe", url: "/index.xml", identifier: "rss", weight: 5}

About

Minimalistic Hugo theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •