diff --git a/404.html b/404.html new file mode 100644 index 0000000..b1ad6c9 --- /dev/null +++ b/404.html @@ -0,0 +1,14 @@ +--- +layout: errorpage +permalink: /404.html +--- +
+
+
+
+

fck

+

404

+
+
+
+
diff --git a/Gemfile.lock b/Gemfile.lock index 0e3c232..918e5c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) colorator (1.1.0) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.4) em-websocket (0.5.1) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) diff --git a/_config.yaml b/_config.yaml index f9186d0..b1971ca 100644 --- a/_config.yaml +++ b/_config.yaml @@ -4,8 +4,8 @@ owner: Nico Jensen email: moin@nicojensen.de description: > # this means to ignore newlines until "baseurl:" A webseite about Nico Jensen's life, photografie and a lot of stupid stuff -baseurl: "/" -url: "https://nicojensen.de" +baseurl: "" +url: "https://www.nicojensen.de" twitter_username: _nyansen github_username: nyansen diff --git a/_includes/blog.html b/_includes/blog.html index 9c9c0ad..343e9cb 100644 --- a/_includes/blog.html +++ b/_includes/blog.html @@ -2,14 +2,7 @@

{{ post.title }}

-
-
- {{ post.content }} -
- + + {% if post.external-url %} +  | Org. Post + {% endif %}

+ +
+ {{ post.content }} +
{% endfor %} {% include pagination.html %} \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index fa7fb68..5817cee 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,10 @@ \ No newline at end of file diff --git a/_includes/pagination.html b/_includes/pagination.html index d05491a..71216a5 100644 --- a/_includes/pagination.html +++ b/_includes/pagination.html @@ -2,9 +2,7 @@