12345678910111213141516171819202122232425262728293031323334 |
- baseURL = "http://example.org/"
- languageCode = "en-us"
- title = "Yoda"
- theme = "hugo-alabaster-theme"
-
-
- disqusShortname = ""
- googleAnalytics = ""
-
- [params]
- name = "Yoda"
- description = "Do. Or do not. There is no try. -Yoda."
-
- custom_css = []
- custom_js = []
-
- highlightjs = "css/highlight.css"
- favicon = "favicon.ico"
-
- [params.sidebar]
- logo = "logo.jpg"
-
-
- github_button = true
- travis_button = false
- codecov_button = false
- gratipay = ""
-
- show_relations = true
-
- [params.footer]
- copyright = "[Zip Code Wilmington](https://zipcodewilmington.com)"
- show_powered_by = true
|