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.

60 lines
1.4 KiB

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