|
|
@ -3,14 +3,13 @@ title: "thomasbas Rezeptesammlung"
|
|
|
|
email: "mail@thomasba.de"
|
|
|
|
email: "mail@thomasba.de"
|
|
|
|
description: "thomasbas Rezeptesammlung"
|
|
|
|
description: "thomasbas Rezeptesammlung"
|
|
|
|
baseurl: "/"
|
|
|
|
baseurl: "/"
|
|
|
|
url: "https://rezepte.thomasba.de/"
|
|
|
|
url: "https://rezepte.thomasba.de"
|
|
|
|
markdown: redcarpet
|
|
|
|
markdown: redcarpet
|
|
|
|
redcarpet:
|
|
|
|
redcarpet:
|
|
|
|
extensions: ["smart","tables"]
|
|
|
|
extensions: ["smart","tables"]
|
|
|
|
markdown_ext: markdown,mkd,mkdn,md
|
|
|
|
markdown_ext: markdown,mkd,mkdn,md
|
|
|
|
highlighter: pygments
|
|
|
|
highlighter: pygments
|
|
|
|
|
|
|
|
|
|
|
|
baseurl: /
|
|
|
|
|
|
|
|
source: .
|
|
|
|
source: .
|
|
|
|
destination: ./_site
|
|
|
|
destination: ./_site
|
|
|
|
plugins: ./_plugins
|
|
|
|
plugins: ./_plugins
|
|
|
@ -18,7 +17,7 @@ include: ['.htaccess']
|
|
|
|
exclude: ['recipes.sublime-project','recipes.sublime-workspace', 'vendor', 'Gemfile', 'Gemfile.lock', 'Makefile']
|
|
|
|
exclude: ['recipes.sublime-project','recipes.sublime-workspace', 'vendor', 'Gemfile', 'Gemfile.lock', 'Makefile']
|
|
|
|
paginate: 10
|
|
|
|
paginate: 10
|
|
|
|
paginate_path: "rezepte/page-:num"
|
|
|
|
paginate_path: "rezepte/page-:num"
|
|
|
|
permalink: /rezept/:title.html
|
|
|
|
permalink: "rezept/:title.html"
|
|
|
|
safe: false
|
|
|
|
safe: false
|
|
|
|
|
|
|
|
|
|
|
|
category_title_prefix: "Kategorie: "
|
|
|
|
category_title_prefix: "Kategorie: "
|
|
|
@ -33,7 +32,7 @@ asset_bundler:
|
|
|
|
compress:
|
|
|
|
compress:
|
|
|
|
css: yuicompressor --type css -o :outfile :infile
|
|
|
|
css: yuicompressor --type css -o :outfile :infile
|
|
|
|
js: yuicompressor --type js -o :outfile :infile
|
|
|
|
js: yuicompressor --type js -o :outfile :infile
|
|
|
|
base_path: /assets/
|
|
|
|
base_path: assets/
|
|
|
|
server_url:
|
|
|
|
server_url:
|
|
|
|
remove_bundled: true
|
|
|
|
remove_bundled: true
|
|
|
|
dev: false
|
|
|
|
dev: false
|
|
|
|