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.

22 lines
444 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. post = "/:year/:month/:day/:slug/"
  9. code = "/:slug/"
  10. [taxonomies]
  11. tag = "tags"
  12. topic = "topics"
  13. [author]
  14. name = "Drew Short"
  15. email = "warrick@nulloctet.com"
  16. [params]
  17. description = "A simple developer blog"
  18. copyright = "© 2018 Drew Short. All rights reserved."