Advertisement
Guest User

Untitled

a guest
Jun 21st, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. baseURL = "https://***.com/ncm/"
  2. #baseurl = "/"
  3. languageCode = "en-us"
  4. theme = "terminal"
  5. paginate = 5
  6.  
  7. [params]
  8. # dir name of your blog content (default is `content/posts`)
  9. contentTypeName = "posts"
  10.  
  11. # ["orange", "blue", "red", "green", "pink"]
  12. themeColor = "green"
  13.  
  14. # if you set this to 0, only submenu trigger will be visible
  15. showMenuItems = 8
  16.  
  17. # show selector to switch language
  18. showLanguageSelector = false
  19.  
  20. # set theme to full screen width
  21. fullWidthTheme = false
  22.  
  23. # center theme with default width
  24. centerTheme = false
  25.  
  26. # set a custom favicon (default is a `themeColor` square)
  27. # favicon = "favicon.ico"
  28.  
  29. # set post to show the last updated
  30. # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
  31. showLastUpdated = false
  32. # Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
  33. # updatedDatePrefix = "Updated"
  34.  
  35. # set all headings to their default size (depending on browser settings)
  36. # it's set to `true` by default
  37. # oneHeadingSize = false
  38.  
  39. [params.twitter]
  40. # set Twitter handles for Twitter cards
  41. # see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
  42. # do not include @
  43. creator = ""
  44. site = ""
  45.  
  46. [languages]
  47. [languages.en]
  48. languageName = "English"
  49. title = "NCM"
  50. subtitle = "The News You Can Afford"
  51. owner = ""
  52. keywords = ""
  53. copyright = "NCM"
  54. menuMore = "Lisää"
  55. readMore = "Lue lisää"
  56. readOtherPosts = "Nämä saattavat kiinnostaa sinua"
  57. missingContentMessage = "Ei sellaista ole :)"
  58. missingBackButtonLabel = "Etusivu"
  59.  
  60. [languages.en.params.logo]
  61. logoText = "NCM"
  62. logoHomeLink = "https://****.com/ncm/"
  63.  
  64. [languages.en.menu]
  65. [[languages.en.menu.main]]
  66. identifier = "news"
  67. name = "Uutiset"
  68. url = "/posts/"
  69. weight = 20
  70. [[languages.en.menu.main]]
  71. identifier = "talous"
  72. name = "Talous"
  73. url = "/tags/talous"
  74. weight = 23
  75. [[languages.en.menu.main]]
  76. identifier = "rikos"
  77. name = "Rikos"
  78. url = "/tags/rikos"
  79. weight = 25
  80. [[languages.en.menu.main]]
  81. identifier = "viihde"
  82. name = "Viihde"
  83. url = "/tags/viihde"
  84. weight = 30
  85. [[languages.en.menu.main]]
  86. identifier = "urheilu"
  87. name = "Urheilu"
  88. url = "/tags/urheilu"
  89. weight = 28
  90. [[languages.en.menu.main]]
  91. identifier = "paikallis"
  92. name = "Paikallis"
  93. url = "/tags/paikallis"
  94. weight = 29
  95. # [[languages.en.menu.main]]
  96. # identifier = "showcase"
  97. # name = "Showcase"
  98. # url = "/showcase"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement