email: joerg@ganneff.de
uri: https://blog.ganneff.de/
-permalink: /:categories/:year/:month/:slug.html
-paginate: 2
-highlighter: pygments
+gems:
+ - jekyll-paginate
+ - jekyll-archives
+ - jekyll-feed
+ - jekyll-sitemap
+
+permalink: /:year/:month/:slug.html
+paginate_path: "page/:num/"
+paginate: 10
+
+
+timezone: Europe/Berlin
+
+highlighter: rouge
feed:
path: atom.xml
- autolink # greedily urlify links
- footnotes # footnotes
- smart # Typo fixup with SmartyPants
-
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile']
-gems:
- - jekyll-paginate
- - jekyll-feed
- - jekyll-sitemap
+
+jekyll-archives:
+ enabled:
+ - year
+ - month
+ - categories
+ # - tags
+ layout: 'archive'
+ permalinks:
+ year: '/:year/'
+ month: '/:year/:month/'
+ category: '/category/:name.html'
+ # tag: '/tag/:name/'
+ layouts:
+ year: year-archive
+ month: month-archive
+ category: tag-category
+ # tag: tag-archive-layout
rss_path: feed.xml
-categories_path: categories.html
-tags_path: tags.html
sass:
sass_dir: _scss
-# style: :compressed
+ style: :compressed
+
+compress_html:
+ clippings: all
+ comments: ["<!-- ", " -->"]
+ profile: false
+ # The following set to true for "Developer mode", when html should be readable
+ blanklines: false
\ No newline at end of file