Guest User

Untitled

a guest
Feb 25th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. baseurl = "https://blog.simonszu.de/"
  2. languageCode = "de-de"
  3. theme = "Hugo-Octopress"
  4. title = "Simon Szustkowski"
  5. # Don't sync modification time of files
  6. noTimes = true
  7. # Don't sync permission mode of files
  8. noChmod = false
  9. # Number of blog posts displayed in each page
  10. paginate = 6
  11.  
  12. #tes
  13.  
  14. # This will make the highlight shortcode and ``` do the same thing - otherwise they are treated differently and we do not want that
  15. pygmentscodefences = true
  16.  
  17. pygmentsstyle = "solarized_dark"
  18.  
  19. # Disqus shortcode
  20. # Disable comments for a specific post by adding "comments: false" in its frontmatter
  21. disqusShortname = "simonszu"
  22.  
  23. [permalinks]
  24. post = "/:year/:month/:slug/"
  25.  
  26. [imaging]
  27. # Default resample filter used for resizing. Default is Box,
  28. # a simple and fast averaging filter appropriate for downscaling.
  29. # See https://github.com/disintegration/imaging
  30. resampleFilter = "box"
  31.  
  32. # Defatult JPEG quality setting. Default is 75.
  33. quality = 75
  34.  
  35.  
  36. # Make tags and categories work
  37. [indexes]
  38. tag = "tags"
  39. category = "categories"
  40.  
  41. [params]
  42.  
  43. # --- Start sidebar options ---
  44. # Number of recent posts that will be shown in the sidebar - set to 0 or remove to hide this section
  45. sidebarRecentLimit = 5
  46.  
  47. # Sidebar header - passed to markdownify so you can write markdown here
  48. sidebarHeader = "Über mich"
  49.  
  50. # Sidebar text also sipports markdown
  51. # New lines can be added with </br> or normal markdown (two spaces at the end of line or two new lines).
  52. # when adding two new lines, remember to remove the indentation otherwise the new line will be treated as a codeblock
  53. sidebarText = "Informatiker, Bastler, Hacker, Nerd. Ich fotografiere gerne und gehe häufig ins Kino. Hier schreibe ich über das, was mich so beschäftigt."
  54.  
  55. # Sidebar menu - if true will add a sidebar menu between sidebar text and recent posts
  56. sidebarMenuEnabled = true
  57. sidebarMenuHeader = "Links"
  58.  
  59. # sidebar links
  60. github = "https://github.com/simonszu/"
  61. bitbucket = ""
  62. twitter = "https://twitter.com/simonszu/"
  63. keybase = ""
  64. stackoverflow = ""
  65. linkedin = ""
  66. googleplus = ""
  67. youtube = ""
  68. facebook = ""
  69. instagram = "https://www.instagram.com/ttk_1102/"
  70.  
  71. # Tes
  72.  
  73. # --- End sidebar options ---
  74.  
  75. # If set to true, navigation menu links will open in a new window with the exception of links to root ("\")
  76. # If this item does not exist or set to false, then navigation menu links will open in the same window
  77. navigationNewWindow = true
  78.  
  79. # If false, all of the post will appear on front page (and in pagination)
  80. truncate = true
  81.  
  82. # This text appears in the site header under website title
  83. subtitle = "Ein Blog über alles, was mir gerade so durch den Kopf geht"
  84.  
  85. # Set to true to hide ReadingTime on posts
  86. disableReadingTime = true
  87.  
  88. # Set to true to disable downloading of remote Google fonts
  89. disableGoogleFonts = false
  90.  
  91. # Generate taxonomy pages
  92. generateTaxonomyList = true
  93.  
  94. # This is not needed unless alphabetical sort is needed
  95. # sortTaxonomyAlphabetical = true
  96.  
  97. # Search engine URL
  98. searchEngineURL = "https://www.google.com/search"
  99.  
  100. # Text of the "Continue Reading" label. &rarr; == right arrow, but it gets messed up in the string so it was added to index.html manually
  101. continueReadingText = "Weiterlesen"
  102.  
  103. rss = true # switch to true to enable RSS icon link
  104.  
  105. # Set to true to use a text label for RSS instead of an icon
  106. # This is overwritten by the "rss" setting
  107. textrss = false
  108.  
  109. # 404.html header and text - both support markdown
  110. notFoundHeader = "Is' nich'"
  111.  
  112. notFoundText = "Hier geht's nicht weiter. Guck am besten woanders nach."
  113.  
  114. # Optional piwik tracking
  115. [params.analytics.piwik]
  116. URL = "piwik.simonszu.de"
  117. ID = "7"
Add Comment
Please, Sign In to add comment