# # Home: / # Archive Page: /archive/ # Pagination: /page/N/ # Post: /post-slug/ # RSS Feed: /feed/ # # Basics # -------------------- name: kremalicious description: 'Blog of designer & developer Matthias Kretschmann' url: https://kremalicious.com author: name: Matthias Kretschmann email: m@kretschmann.io uri: https://matthiaskretschmann.com twitter: kremalicious github: kremalicious facebook: matthiaskretschmann googleplus: +MatthiasKretschmann bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V ether: "0x339dbC44d39bf1961E385ed0Ae88FC6069b87Ea1" # Urls # -------------------- permalink: /:title/ paginate: 15 paginate_path: "/page/:num" category_dir: "/" category_title_prefix: "" media_url: "https://res.cloudinary.com/kremalicious" # Content Parsing # -------------------- future: false markdown: redcarpet redcarpet: extensions: ['no_intra_emphasis', 'autolink', 'tables', 'smart', 'hard_wrap', 'fenced_code_blocks', 'strikethrough', 'highlight', 'quote', 'footnotes', 'with_toc_data', 'space_after_headers', 'superscript', 'lax_spacing'] # Generator # -------------------- source: ./_src destination: ./_site keep_files: ['media'] # Plugins # -------------------- plugins: - jekyll-sitemap - jekyll-redirect-from - jekyll-paginate - jekyll-archives # jekyll-archives # -------------------- jekyll-archives: enabled: - categories - tags layout: 'archive' permalinks: tag: '/tag/:name/' category: '/:name/'