all repos — archie @ 6e15d559f7cb6044de7b9f3560dd36ff6f174053

A minimal Hugo Theme

exampleSite/config.toml (view raw)

 1baseURL = "http://example.org/"
 2languageCode = "en-us"
 3title = "Archie"
 4theme="archie"
 5
 6[params]
 7	subtitle = "Minimal and Crisp blog theme for hugo [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
 8
 9[[params.social]]
10name = "Github"
11icon = "github"
12url = "https://github.com/vividvilla/ezhil"