From 6ad68f055657b44ace20b550c02fe823e9c2200c Mon Sep 17 00:00:00 2001 From: Nico Jensen Date: Thu, 14 Mar 2019 13:33:39 +0100 Subject: [PATCH] Livestand import Importieren des aktuellen Standes zu Github --- 404.html | 14 +++ Gemfile.lock | 2 +- _config.yaml | 4 +- _includes/blog.html | 20 ++-- _includes/footer.html | 6 +- _includes/pagination.html | 4 +- _layouts/default.html | 9 +- _layouts/errorpage.html | 22 +++++ _layouts/post.html | 28 +++--- _posts/2014-07-29-neuer-blog.md | 10 ++ ...014-07-29-pgp-key-fur-ungultig-erklaren.md | 53 +++++++++++ _posts/2014-08-01-ein-monat-tor-relay.md | 15 +++ ...8-08-ghost-um-eine-robots-txt-erweitern.md | 15 +++ ...twitter-bot-und-die-hashtag-problematik.md | 41 ++++++++ _posts/2015-04-14-twitter_ebooks-bot.md | 22 +++++ _posts/2016-03-03-trojaner-locky.md | 9 ++ ...6-04-07-e-mail-als-wiedervorlage-teil-1.md | 39 ++++++++ .../2016-05-09-neue-webseite-blog-umzug-2.md | 10 ++ ...6-05-13-e-mail-als-wiedervorlage-teil-2.md | 57 ++++++++++++ _posts/2017-06-14-a-new-begin.md | 16 ++++ _posts/2019-03-09-jetzt-neu-mit-jekyll.md | 5 + _posts/2019-03-10-linklogs-with-jekyll.md | 9 ++ _sass/main.scss | 77 +++++++++------ assets/images/2014/eth0_day.png | Bin 0 -> 8724 bytes datenschutzerklaerung.html | 88 ++++++++++++++++++ impressum.html | 35 +++++++ kontakt.html | 24 +++++ nico.html | 2 +- 28 files changed, 573 insertions(+), 63 deletions(-) create mode 100644 404.html create mode 100644 _layouts/errorpage.html create mode 100644 _posts/2014-07-29-neuer-blog.md create mode 100644 _posts/2014-07-29-pgp-key-fur-ungultig-erklaren.md create mode 100644 _posts/2014-08-01-ein-monat-tor-relay.md create mode 100644 _posts/2014-08-08-ghost-um-eine-robots-txt-erweitern.md create mode 100644 _posts/2015-04-14-twitter-bot-und-die-hashtag-problematik.md create mode 100644 _posts/2015-04-14-twitter_ebooks-bot.md create mode 100644 _posts/2016-03-03-trojaner-locky.md create mode 100644 _posts/2016-04-07-e-mail-als-wiedervorlage-teil-1.md create mode 100644 _posts/2016-05-09-neue-webseite-blog-umzug-2.md create mode 100644 _posts/2016-05-13-e-mail-als-wiedervorlage-teil-2.md create mode 100644 _posts/2017-06-14-a-new-begin.md create mode 100644 _posts/2019-03-09-jetzt-neu-mit-jekyll.md create mode 100644 _posts/2019-03-10-linklogs-with-jekyll.md create mode 100644 assets/images/2014/eth0_day.png create mode 100644 datenschutzerklaerung.html create mode 100644 impressum.html create mode 100644 kontakt.html 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 @@