From f484bc2f681b68ad1e344ad723dd8434d228008f Mon Sep 17 00:00:00 2001 From: Thomas Ba Date: Fri, 2 Jan 2015 19:46:03 +0100 Subject: [PATCH] fixed links --- _config.yml | 7 +++---- feed.xml | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index afca010..f5544ad 100644 --- a/_config.yml +++ b/_config.yml @@ -3,14 +3,13 @@ title: "thomasbas Rezeptesammlung" email: "mail@thomasba.de" description: "thomasbas Rezeptesammlung" baseurl: "/" -url: "https://rezepte.thomasba.de/" +url: "https://rezepte.thomasba.de" markdown: redcarpet redcarpet: extensions: ["smart","tables"] markdown_ext: markdown,mkd,mkdn,md highlighter: pygments -baseurl: / source: . destination: ./_site plugins: ./_plugins @@ -18,7 +17,7 @@ include: ['.htaccess'] exclude: ['recipes.sublime-project','recipes.sublime-workspace', 'vendor', 'Gemfile', 'Gemfile.lock', 'Makefile'] paginate: 10 paginate_path: "rezepte/page-:num" -permalink: /rezept/:title.html +permalink: "rezept/:title.html" safe: false category_title_prefix: "Kategorie: " @@ -33,7 +32,7 @@ asset_bundler: compress: css: yuicompressor --type css -o :outfile :infile js: yuicompressor --type js -o :outfile :infile - base_path: /assets/ + base_path: assets/ server_url: remove_bundled: true dev: false diff --git a/feed.xml b/feed.xml index a6628bd..9d9b023 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ layout: null {{ site.title | xml_escape }} {{ site.description | xml_escape }} - {{ site.url }}{{ site.baseurl }}/ - + {{ site.url }}{{ site.baseurl }} + {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} @@ -16,8 +16,8 @@ layout: null {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | prepend: site.url }} + {{ post.url | prepend: site.url }} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %}