email: joerg@ganneff.de
uri: https://blog.ganneff.de/
+gems:
+ - jekyll-paginate
+ - jekyll-archives
+ - jekyll-feed
+ - jekyll-sitemap
+
permalink: /:year/:month/:slug.html
paginate_path: "page/:num/"
paginate: 10
timezone: Europe/Berlin
-#highlighter: pygments
highlighter: rouge
feed:
- smart # Typo fixup with SmartyPants
exclude: ['README.md', 'Gemfile.lock', 'Gemfile', 'Rakefile']
-gems:
- - jekyll-paginate
- - jekyll-feed
- - jekyll-archives
- - jekyll-sitemap
jekyll-archives:
enabled:
- year
- month
- - tags
+ - categories
+ # - tags
layout: 'archive'
permalinks:
- year: '/archives/:year/'
- month: '/archives/:year/:month/'
- day: '/archives/year/:month/:day/'
- tag: '/archives/tag/:name/'
- category: '/archives/category/:name/'
+ year: '/:year/'
+ month: '/:year/:month/'
+ category: '/category/:name.html'
+ # tag: '/tag/:name/'
layouts:
year: year-archive
month: month-archive
- day: day-archive
- tag: tag-archive-layout
+ category: tag-category
+ # tag: tag-archive-layout
rss_path: feed.xml
sass:
sass_dir: _scss
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