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.

61 lines
1.4 KiB

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