GoMDL
A Hugo Theme using MDL.

Mobile
| List View | Post View |
|---|---|
![]() |
![]() |
Demo
How to build a demo
-
Follow Hugo's Quick Start to create a new site.
-
Clone this repo to your
themesdir. -
Copy files in
exampleSiteto the site dir, and remove or rename the defaultconfig.toml. -
hugo server
Configurations(config.toml)
baseURL: "http://xugr.me/GoMDL"
relativeURLS: true
canonifyURLs: false
title: "Cerulean"
theme: "GoMDL"
permalinks:
post: /post/:year/:month/:title/
page: /:filename/
taxonomies:
tag: "tags"
preserveTaxonomyNames: true
Paginate: 9
buildFuture: True
menu:
main:
- Name: "Home"
Weight: 1
Identifier: "home"
URL: ""
- Name: "Tags"
Identifier: "tags"
Weight: 2
URL: "tags"
- Name: "Resume"
Identifier: "resume"
Weight: 3
URL: "resume"
params:
Disqus: # your disqus name
AuthorName: # author name
Footnote: "Built with ❤"
# Primary Color - Accent-Color from https://getmdl.io/customize/
Theme: "indigo-blue"
Highlight: "solarized-dark"

