You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
811 B

  1. baseURL = "https://blog.nulloctet.com/"
  2. languageCode = "en-us"
  3. title = "NullOctet Blog"
  4. theme = "hyde"
  5. paginate = 10
  6. paginatePath = "page"
  7. [permalinks]
  8. posts = "/posts/:year/:month/:day/:slug/"
  9. [taxonomies]
  10. tag = "tags"
  11. category = "categories"
  12. [author]
  13. name = "Drew Short"
  14. email = "warrick@nulloctet.com"
  15. [params]
  16. description = "A simple developer blog"
  17. copyright = "© 2018 Drew Short. All rights reserved."
  18. [menu]
  19. [[menu.main]]
  20. name = "Website"
  21. url = "https://sothr.com"
  22. weight = -120
  23. [[menu.main]]
  24. name = "Tags"
  25. post = "<span class='alert'>New!</span>"
  26. pre = "<i class='fa fa-road'></i>"
  27. url = "/tags/"
  28. weight = -110
  29. [[menu.main]]
  30. name = "Categories"
  31. pre = "<i class='fa fa-heart'></i>"
  32. url = "/categories/"
  33. weight = -100