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.

59 lines
1.4 KiB

4 years ago
4 years ago
4 years ago
4 years ago
  1. baseURL = "http://fr1nge.xyz/"
  2. languageCode = "en-us"
  3. theme = "terminal"
  4. title = "Fr1nge's Personal Blog"
  5. [params]
  6. contentTypeName = "posts"
  7. themeColor = "blue"
  8. showMenuItems = 2
  9. showLanguageSelector = false
  10. fullWidthTheme = false
  11. centerTheme = true
  12. # favicon = "favicon.ico"
  13. showLastUpdated = true
  14. enableGitInfo = true
  15. [params.twitter]
  16. creator = "theFr1nge"
  17. site = "yigitcolakoglu.com"
  18. [languages]
  19. [languages.en]
  20. languageName = "English"
  21. title = "Fr1nge's Personal Blog"
  22. subtitle = "Yigit Colakoglu aka. Fr1nge's Personal Blog"
  23. owner = "Yigit Colakoglu"
  24. keywords = "Tech, Linux, Programming, Security"
  25. copyright = "Yigit Colakoglu"
  26. menuMore = "Show more"
  27. readMore = "Read more"
  28. readOtherPosts = "Read other posts"
  29. newerPosts = "Newer posts"
  30. olderPosts = "Older posts"
  31. missingContentMessage = "Page not found..."
  32. missingBackButtonLabel = "Back to home page"
  33. [languages.en.params.logo]
  34. logoText = "fr1nge.xyz"
  35. logoHomeLink = "/"
  36. [languages.en.menu]
  37. [[languages.en.menu.main]]
  38. identifier = "about"
  39. name = "About"
  40. url = "/about"
  41. [[languages.en.menu.main]]
  42. identifier = "showcase"
  43. name = "Showcase"
  44. url = "/showcase"
  45. [[languages.en.menu.main]]
  46. identifier = "awards"
  47. name = "Awards & Certificates"
  48. url = "/awards"