Hugo site of Yoda files

config.toml 580B

12345678910111213141516171819202122232425262728293031323334
  1. baseURL = "http://example.org/"
  2. languageCode = "en-us"
  3. title = "Yoda"
  4. theme = "hugo-alabaster-theme"
  5. disqusShortname = ""
  6. googleAnalytics = ""
  7. [params]
  8. name = "Yoda"
  9. description = "Do. Or do not. There is no try. -Yoda."
  10. custom_css = []
  11. custom_js = []
  12. highlightjs = "css/highlight.css"
  13. favicon = "favicon.ico"
  14. [params.sidebar]
  15. logo = "logo.jpg"
  16. github_button = true
  17. travis_button = false
  18. codecov_button = false
  19. gratipay = ""
  20. show_relations = true
  21. [params.footer]
  22. copyright = "[Zip Code Wilmington](https://zipcodewilmington.com)"
  23. show_powered_by = true