diff --git a/.gitignore b/.gitignore index aac0add..b67af50 100755 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ test/ _deploy/* Rakefile .jekyll-metadata -/.idea/ \ No newline at end of file +Gemfile.lock +_deploy.yml diff --git a/_config.yml b/_config.yml index fc28f43..a34b9c9 100755 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ # NB! Set your site's url, otherwise stuff will break :) -url: "https://le4ker.github.io" +url: "http://rolandjesse.de" # If you're hosting your site at a Project repository on GitHub pages # (https://yourusername.github.io/repository-name) @@ -12,7 +12,9 @@ url: "https://le4ker.github.io" # # NB! Without this *nothing* will work, because it's used in every path :) -baseurl: /personal-jekyll-theme +# Statt "/" ist hier "" sinnvoll, da sonst ungültige Pfade mit "//" am Anfang generiert werden. +# baseurl: /personal-jekyll-theme +baseurl: "" # Google tracking id @@ -22,17 +24,17 @@ google-tracking-id: "" # If you are not hosted on Github Pages, and your host doesn't support https # then you should disable it -force-https: True +force-https: False ############# # HTML Head # ############# -lang: "en" -author: "John Smith" -title: "{ John Smith }" -description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine." -keywords: "smith, jones, personal, jekyll, theme" +lang: "de" +author: "Roland Jesse" +title: "[ Roland Jesse ]" +description: "Homepage von Roland Jesse." +keywords: "roland, jesse, autor, läufer, podcaster, büchergefahr" favicon: "/img/favicon.ico" ################ @@ -41,7 +43,7 @@ favicon: "/img/favicon.ico" black-favicon: "/img/black-lab-glass.ico" -background-img: "../img/intro-bg.jpg" +# background-img: "/img/intro-bg.jpg" ############################## # Dynamic Text on the Header # @@ -55,10 +57,11 @@ type-speed: 10 start-delay: 200 delete-delay: 5000 lines: # You can add HTML Tags in the Text - - text: "The lower you fall, the higher you'll fly." - - text: "Where’s your will to be weird?" + - text: "Lieber produktiv prokrastinieren als gar nichts zu tun." + - text: "Redet schneller als er denken kann. Klingt zumindest manchmal so." + - text: "Introvertiert und redet trotzdem gern vor vielen Menschen." -me-img: "/img/jetpacktocat.png" +me-img: "/img/roland_orange.jpg" # To use facebook profile pic comment the previous line and uncomment the following # line, and replace 'user_id' with your facebook user id. @@ -122,31 +125,39 @@ pinterest-share: True pocket-share: True vkontakte-share: True -disqus-shortname: "panossakkos" +# disqus-shortname: "panossakkos" -syntax-highlight: True +syntax-highlight: False ############ # Timeline # ############ events: - - image: "/img/timeline/spidertocat.png" - date: "September 2013 - Today" - description: "Saving the neighborhood!" - - image: "/img/timeline/baracktocat.jpg" - date: "September 2007 - August 2013" - description: "Started coding" + - image: "/img/timeline/angestellter.jpg" + date: "Angestellter" + description: "Projektschaffender bei einer [Unternehmensberatung](https://www.pta.de/).
(Bild © [Oskar Steimel](http://oskarsteimel.com/))" + - image: "/img/timeline/laeufer.jpg" + date: "Läufer" + description: "Gern und viel unterwegs. Oft im Wald. Gelegentlich auf [Veranstaltungen](http://sr-rolando.com/laeufer/). Dann im sportlichen Kilt." + - image: "/img/timeline/podcast.jpg" + date: "Podcaster" + description: "Gründer, Sprecher, Moderator und Mädchen für alles bei der [Büchergefahr](http://buechergefahr.de/)." + - image: "/img/timeline/autor.jpg" + date: "Autor" + description: "Gelegentlicher Autor von [Unterhaltungstexten](http://sr-rolando.com/texte/). Etwas regelmäßiger schreibend [im Blog](http://sr-rolando.com/)." + - image: "/img/timeline/schule.jpg" + date: "Schule" + description: "Mitglied im Aufsichtsrat der [Schule der Kinder](https://www.waldorfschule-karlsruhe.de/). Dort auch Mituntersuchender des Einflusses der Chronobiologie auf den [Schulrhythmus](http://www.schulrhythmus.de/)." # First image of the Timeline - -timeline-img: "/img/timeline/default.png" +timeline-img: "/img/timeline/head.png" ########### # Contact # ########### -email: "your@email.here" +email: "kontakt@rolandjesse.de" ################ # Author Blurb # @@ -160,20 +171,23 @@ author_blurb: "John Smith is an awesome person. He lives in Flatland, where he w author_blurb_image: "/img/author.png" ################## -# Social Buttons # +# Social Buttons +# The title selects the desired Font Awesome icon and it shouldn't include the "fa-" prefix. ################## social: - title: "facebook" - url: "https://facebook.com/" + url: "https://www.facebook.com/senor.rolando" - title: "twitter" - url: "https://twitter.com/" - - title: "github" - url: "https://github.com/PanosSakkos/personal-jekyll-theme" - - title: "bitcoin" - url: "https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi" + url: "https://twitter.com/sr_rolando" - title: "rss" - url: "/feed.xml" + url: "http://sr-rolando.com/" + - title: "child" + url: "https://www.strava.com/athletes/8075985" + +keybase-username: sr_rolando +keybase-in-social: True +keybase-in-footer: False ############ # 404 page # @@ -181,14 +195,6 @@ social: err-404-img: "/img/labtocat.png" -################## -# GPG on Keybase # -################## - -keybase-username: johnsmith -keybase-in-social: True -keybase-in-footer: True - ################################################################################ # NB! Tread carefully if you want to change the variables below this point! @@ -196,10 +202,8 @@ keybase-in-footer: True # Sections shown in the index page pages_list: - About: 'about' - Blog: 'latest-post' - Timeline: 'timeline' - Contact: 'contact' + Über: 'timeline' + Kontakt: 'contact' # Exclusion list from the generated _site @@ -214,6 +218,6 @@ paginate_path: "blog/page:num/" sass: style: compressed -gems: +plugins: - jekyll-paginate - jemoji diff --git a/_includes/footer.html b/_includes/footer.html index 91ff1aa..5c7990b 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,6 +12,7 @@

{{site.keybase-username}} on Keybase

{% endif %} +

Layout basiert auf dem Personal-Jekyll-Theme.

diff --git a/_posts/2015-06-10-contact-tutorial.md b/_posts/2015-06-10-contact-tutorial.md deleted file mode 100644 index 51837e8..0000000 --- a/_posts/2015-06-10-contact-tutorial.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: post -section-type: post -title: Modifying the Contact -category: tech -tags: [ 'tutorial' ] ---- - -The contact part of the index page is consisted of two elements: - -
    -
  1. Text
  2. -
  3. Your email address
  4. -
- -You can modify the Contact text from the /contact.html file and set the email in the site config: - -

-email: "your@email.here"
-
- -Don't be afraid of email harvesting, write your email properly and the page will perform javascript obfuscation. - -Many thanks to @joariasl for this feature! diff --git a/_posts/2015-06-11-social-buttons-tutorial.md b/_posts/2015-06-11-social-buttons-tutorial.md deleted file mode 100644 index eb27c91..0000000 --- a/_posts/2015-06-11-social-buttons-tutorial.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: post -section-type: post -title: Modifying the social buttons -category: tech -tags: [ 'tutorial' ] ---- - -Social buttons (rendered above the footer) are great for having a small hub with all your social footprint. - -You can edit them with the following variables: - -

-social:
-  - title: "facebook"
-    url: "https://facebook.com/"
-  - title: "twitter"
-    url: "https://twitter.com/"
-  - title: "github"
-    url: "https://github.com/PanosSakkos/personal-jekyll-theme"
-  - title: "bitcoin"
-    url: "https://blockchain.info/address/1LHuKC9Em3KA5yoZaf7nngnNdf9K7s2gSi"
-  - title: "rss"
-    url: "/feed.xml"
-
- -The title selects the desired [Font Awesome](https://fortawesome.github.io/Font-Awesome/icons/) -icon and it shouldn't include the "fa-" prefix. diff --git a/_posts/2015-06-12-timeline-tutorial.md b/_posts/2015-06-12-timeline-tutorial.md deleted file mode 100644 index ee1431a..0000000 --- a/_posts/2015-06-12-timeline-tutorial.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: post -section-type: post -title: Adding a life event in the Timeline -category: tech -tags: [ 'tutorial' ] ---- -One of the coolest features of { Personal } is that enables you to tell your life's story in -the form of a timeline of photos, dates and text descriptions. - -The Timeline is controlled by the following variables: - -

-events:
-  - image: "/img/timeline/spidertocat.png"
-    date: "September 2013 - Today"
-    description: "Saving the neighborhood!"
-  - image: "/img/timeline/baracktocat.jpg"
-    date: "September 2007 - August 2013"
-    description: "Started coding"
-
-# First image of the Timeline
-
-timeline-img: "/img/timeline/default.png"
-
- -For each event of your life, add a tuple of image, date and description to the events, -and the timeline will be automatically generated! - -The timeline-img path variable is the image that you want to show up in the beginning of your Timeline, be creative! - -Square images are recommended 😉 diff --git a/_posts/2015-06-19-writing-posts.md b/_posts/2015-06-19-writing-posts.md deleted file mode 100644 index 29be66c..0000000 --- a/_posts/2015-06-19-writing-posts.md +++ /dev/null @@ -1,101 +0,0 @@ ---- -layout: post -section-type: post -title: Writing posts -category: tech -tags: [ 'tutorial' ] ---- - -### Creating a new post - -Run the ./scripts/newpost script with the file name of the post as an argument: - -

-cd 
-./scripts/newpost hello-world
-
- -A a new post template with name YYYY-MM-DD-hello-world.md will be created under ./\_posts, with the current date. - -In the created post, just replace the Title, Category and tags and you can -start writing your post in markdown right bellow the end of the post header. - -Every file with the format YYYY-MM-DD-post-title.md will be processed as a -post, with publication date YYYY-MM-DD. - -The content starts with: - -

----
-layout: post
-section-type: post
-title: Title
-category: Category
-tags: [ 'tag1', 'tag2' ]
----
-
- -The *layout* and *section-type* variables are used by the theme and you shouldn't remove them. - -### Hashtags - -Jekyll generates a static pages. -As a result we have to create the tag pages before building and publishing the site. -In order to generate the tag pages, simply run the *generate-tags* script from the repo's root directory: - -

-./scripts/generate-tags
-
- -The script will parse all your posts, and generate the tag pages for the newly added tags. - -If you are not using GitHub Pages, you can automate the execution of this script during build time. - -### Categories - -You can organize your posts under categories. Categories are behaving like hashtags, -they have to be generated offline, by running the ./scripts/generate-categories script. - -The category of the post is specified in the yaml header, in the Category variable. - -NB! Only one category can be defined per post. - -### Syntax highlighting - -If you want to demonstrate source code in your posts, syntax highlighting is provided. -If you want to see how to render your code with the highlight, simply check the source -code of this tutorial post :smile: - -

-{% raw %}
-int main()
-{
-  printf("Hello, world of syntax highlighting!");
-
-  return 0;
-}
-{% endraw %}
-
- -If you don't need syntax highlight in your website you can disable it by setting the syntax-highlight variable to False - -### Emoji support - -You can add emojis to your posts by simply typing their [emoji code](http://www.emoji-cheat-sheet.com/) :wink: - -### Author Blurb - -You can add a short description of yourself bellow your posts, by setting the next two variables in the site config - -

-################
-# Author Blurb #
-################
-
-# The author blurb goes underneath blog posts.
-# This works best when your author blurb image has a transparent background, or matches your site background color.
-
-# if the author_blurb is not set, then this feature is skipped
-author_blurb: "John Smith is an awesome person. He lives in Flatland, where he works on two-dimensional engineering projects. In his spare time, John likes to eat cotton candy."
-author_blurb_image: "/img/author.png"
-
diff --git a/_posts/2015-06-20-blog-tutorial.md b/_posts/2015-06-20-blog-tutorial.md deleted file mode 100644 index 4d502e1..0000000 --- a/_posts/2015-06-20-blog-tutorial.md +++ /dev/null @@ -1,64 +0,0 @@ ---- -layout: post -section-type: post -title: Setting up the Blog -category: tech -tags: [ 'tutorial' ] ---- - -A website is truly personal if it hosts your blog as well, this place of the internet -where you can place your thoughts about anything! - -### Latest post preview in Index page - -First of all, you get a preview of the latest post in the index, in order to attract the visitor to visit your blog. -The size of this preview is defined by: - -

-post-preview-words: 96
-
- -Feel free to experiment with different sizes, and pick the best for you :smile: - -### Archive - -A blog is expected to host many posts, so you will need an archive with pagination, -which in a nutshell it's a grouping of your posts in pages, in reverse chronological -order. You can define the number of posts that are displayed per page by changing: - -

-paginate: 5
-
- -### Share buttons - -Many share buttons are available and can be enabled or disabled by setting the following: - -

-email-share: True
-fb-share: True
-twitter-share: True
-linkedin-share: True
-reddit-share: True
-google-plus-share: True
-tumblr-share: True
-pinterest-share: True
-pocket-share: True
-vkontakte-share: True
-
- -### Comments - -You can enable Disqus comments by just setting your Disqus username here: - -

-disqus-shortname: "Your Disqus username"
-
- -### RSS feed - -The RSS feed is automatically generated and placed in /feed.xml. - -### Sitemap - -The Sitemap is automatically generated and placed in /sitemap.xml diff --git a/_posts/2015-06-22-web-app-mode.md b/_posts/2015-06-22-web-app-mode.md deleted file mode 100644 index 73f2bd2..0000000 --- a/_posts/2015-06-22-web-app-mode.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: post -section-type: post -title: Web app mode -category: tech -tags: [ 'tutorial'] ---- -You can make your website behave like a native web app in iOS and Android devices -by providing links for the icons for each resolution: - -

-web-app-mode: True
-
-# Icons for Web App mode
-
-icon-36p: "/img/web-app/icon-36p.png"
-icon-48p: "/img/web-app/icon-48p.png"
-icon-72p: "/img/web-app/icon-72p.png"
-icon-96p: "/img/web-app/icon-96p.png"
-icon-144p: "/img/web-app/icon-144p.png"
-icon-192p: "/img/web-app/icon-192p.png"
-
- -If you want to disable this feature, simply set the web-app-mode variable to False - -This is how your website will look when added to the homescreen: - -![iOS](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/ios.jpg) - -![Android](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/pinned.jpg) - -And when the user opens it (note that it renders in fullscreen): - -![Web App](https://dl.dropboxusercontent.com/u/8522559/personal-jekyll-theme/web-app.jpg) - -# Browser status bar customization - -You can color the browser status bar when in mobile mode, by setting it to a color. - -The color is define in the site config with the following variables - -

-##############################
-# Color the browser elements #
-##############################
-color-browser: "#000000"
-apple-status-bar-style: "black"
-
diff --git a/_posts/2015-06-24-intro-layout-tutorial.md b/_posts/2015-06-24-intro-layout-tutorial.md deleted file mode 100644 index 3a17fa9..0000000 --- a/_posts/2015-06-24-intro-layout-tutorial.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -layout: post -section-type: post -title: Modifying the Header -category: tech -tags: [ 'tutorial' ] ---- - -The intro part of the index page (Header) is consisted of four elements: - -
    -
  1. A black favicon
  2. -
  3. Background image
  4. -
  5. Welcome text
  6. -
  7. Your image
  8. -
- -### Black favicon - -The black favicon is an image on the left of the navigation bar. -Preferably it should be a black and white version of your favicon. - -

-black-favicon: "/img/black-lab-glass.ico"
-
- -### Background image - -In order to set the background, set the path to following variable: - -

-background-img: "../img/intro-bg.jpg"
-
- -NB! Keep the .. in the beginning of the background image path - -### Welcome text - -The welcome text is controlled by the following (self-explanatory) variables: - -

-dynamic-typing: True
-shuffle: True # Shuffle the lines.
-loop: True
-loop-count: False # Set False for infinite loop, or set any number for finite loop.
-type-speed: 10 # Default 10
-start-delay: 200 # Default 200
-delete-delay: 5000 # Default 5000
-lines: # You can add HTML Tags in the Text
-  - text: "The lower you fall, the higher you'll fly."
-  - text: "Where’s your will to be weird?"
-
- -Many thanks to @prashantsolanki3 for the dynamic typing feature! - -### Your image - -You can set your image from the following variable: - -

-me-img: "/img/jetpacktocat.png"
-
- -If you want to connect your Facebook profile image then you can use the following. -Replace `user_id` with your facebook user id. Facebook user id can be found by clicking -on your profile pic and the large number in the end of the url just before '&type' is your user id. -Note: fbid is not the same as user id and user id only contains numbers. - -

-me-img: "https://graph.facebook.com/user_id/picture?type=large&width=500&height=500"
-
- -If you want to connect your Github profile image then you can use the following. -Replace `user_name` with your Github user name. - -

-me-img: "https://github.com/user_name.png?size=500"
-
- -If you want to connect your Gravatar profile image then you can use the following. -Replace `email_hash` with your Gravatar profile email hash. -You can create the email hash by using an online tool like [md5hashgenerator](http://www.md5hashgenerator.com/), -just enter your email and it will generate the hash. - -

-me-img: "https://www.gravatar.com/avatar/email_hash?s=500"
-
- -All set! diff --git a/_posts/2015-06-25-initial-setup.md b/_posts/2015-06-25-initial-setup.md deleted file mode 100644 index 98aafbd..0000000 --- a/_posts/2015-06-25-initial-setup.md +++ /dev/null @@ -1,103 +0,0 @@ ---- -layout: post -section-type: post -title: Initial setup -category: tech -tags: [ 'tutorial' ] ---- - -All features of { Personal } are controlled by setting values to variables that are defined in the -\_config.yml file. Let's start with the initial variables that you have to set before -serving your { Personal } website for the first time. - -### Essential variables - -

-# NB! Set your site's url, otherwise stuff will break :)
-
-url: "https://le4ker.github.io"
-
-# If you're hosting your site at a Project repository on GitHub pages
-# (https://yourusername.github.io/repository-name)
-# and NOT your user repository (https://yourusername.github.io)
-# then add in the baseurl here, like this: "/repository-name"
-#
-# NB! Without this *nothing* will work, because it's used in every path :)
-
-baseurl: /personal-jekyll-theme
-
- -The url and baseurl variables are essential, because they are used *everywhere* where an anchor is defined! - -### Coloring - -You can define the colors that you want in your { Personal } website by setting -the following variable sin the /_sass/_variables.scss file: - -

-// Main color
-$primary-color: #000;
-
-// Anchor color
-$secondary-color: #00cdff;
-
-// Font color
-$font-color: #fff;
-
- -### HTTPS - -By default { Personal } will enforce https by javascript redirection. -HTTPS is important because it encrypts the data sent between the client and the server. -If you are hosting on GitHub Pages then it will just work, because your website -will be piggybacking GitHub's certificate. -If you are hosting your website in a server that doesn't have a certificate and -you don't want to issue one, then you can disable this feature by setting the following -variable to False: - -

-force-https: True
-
- -### HTML Head - -

-lang: "en"
-author: "John Smith"
-title: "{ John Smith }"
-description: "Blog and website of John Smith, blogging mainly for tech. Opinions expressed are mine."
-keywords: "smith, jones, personal, jekyll, theme"
-favicon: "/img/favicon.ico"
-err-404-img: "/img/labtocat.png"
-
- -The values that you set, will be placed in the head section of every generated HTML page. - -### Google Analytics - -The Google tracking code will be placed in every generated page. -If you don't want Google analytics tracking your website's traffic, set the google-tracking-id to an empty string. - -

-google-tracking-id: "UA-35880426-4"
-
- -### Serving { Personal } - -Install the required dependencies: - -

-gem install jekyll jekyll-paginate jemoji html-proofer
-
- -Serve the jekyll website: - -

-./scripts/serve-production
-
- -That's it! - -Visit [http://127.0.0.1:4000](http://127.0.0.1:4000) and you are ready to start hacking around your { Personal } website! - -Many thanks to @joariasl for the language support! diff --git a/_posts/2015-06-27-welcome.md b/_posts/2015-06-27-welcome.md deleted file mode 100644 index 6def5fe..0000000 --- a/_posts/2015-06-27-welcome.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: post -section-type: post -title: Welcome to { Personal } Jekyll Theme! -category: tech -tags: [ 'tutorial' ] ---- - -Click the view more posts link bellow, to see the currently available post-tutorials to help you get your { Personal } website up and running quicker! - -Note that every time you update the site configuration (\_config.yml), you will need -to cancel the serving (*Ctr + C*) and serve the website again. - -Any contributions, feedback or issues to the repo are more than welcome! diff --git a/about.html b/about.html deleted file mode 100755 index e87552f..0000000 --- a/about.html +++ /dev/null @@ -1,18 +0,0 @@ ---- -layout: null -section-type: about -title: About ---- -## About - -Github's Octocat was designed by Simon Oxley, alongside the white bird Twitter used (before they received a proper logo) as part of a usual routine of cranking out images for iStock. GitHub saw it, and wanted it, presumably under the notion that it can represent how complex code combines to create peculiar things, much like the octopuss... except the CEO of GitHub called it an octocat, and it has been the octocat since [via]. - - -Octocat is Github's logo and trademark and here is used to illustrate a fictional character (John Smith) that used the *{ Personal }* Jekyll Theme to build his website. - - -Support the repo by starring or forking it! - - - - diff --git a/contact.html b/contact.html index f1752ed..df55a81 100755 --- a/contact.html +++ b/contact.html @@ -1,8 +1,8 @@ --- layout: null section-type: contact -title: Contact +title: Kontact --- -## Contact +## Kontakt -Drop me an email if you are interested in me coding for you or saving your neighborhood! +Am besten bin ich per E-Mail zu erreichen. Die anderen Kanäle sollten jedoch ebenfalls passabel funktionieren. diff --git a/img/favicon.ico b/img/favicon.ico index f076ee2..c2293e6 100644 Binary files a/img/favicon.ico and b/img/favicon.ico differ diff --git a/img/jetpacktocat.png b/img/jetpacktocat.png deleted file mode 100644 index 1fd58c0..0000000 Binary files a/img/jetpacktocat.png and /dev/null differ diff --git a/img/roland_orange.jpg b/img/roland_orange.jpg new file mode 100644 index 0000000..609e3b4 Binary files /dev/null and b/img/roland_orange.jpg differ diff --git a/img/timeline/angestellter.jpg b/img/timeline/angestellter.jpg new file mode 100644 index 0000000..957386c Binary files /dev/null and b/img/timeline/angestellter.jpg differ diff --git a/img/timeline/autor.jpg b/img/timeline/autor.jpg new file mode 100644 index 0000000..1dc231a Binary files /dev/null and b/img/timeline/autor.jpg differ diff --git a/img/timeline/baracktocat.jpg b/img/timeline/baracktocat.jpg deleted file mode 100644 index 6a55b17..0000000 Binary files a/img/timeline/baracktocat.jpg and /dev/null differ diff --git a/img/timeline/default.png b/img/timeline/default.png deleted file mode 100644 index 9b0dc48..0000000 Binary files a/img/timeline/default.png and /dev/null differ diff --git a/img/timeline/head.png b/img/timeline/head.png new file mode 100644 index 0000000..f9b5ef6 Binary files /dev/null and b/img/timeline/head.png differ diff --git a/img/timeline/laeufer.jpg b/img/timeline/laeufer.jpg new file mode 100644 index 0000000..054ab2c Binary files /dev/null and b/img/timeline/laeufer.jpg differ diff --git a/img/timeline/podcast.jpg b/img/timeline/podcast.jpg new file mode 100644 index 0000000..f39a235 Binary files /dev/null and b/img/timeline/podcast.jpg differ diff --git a/img/timeline/schule.jpg b/img/timeline/schule.jpg new file mode 100644 index 0000000..1cf5ba4 Binary files /dev/null and b/img/timeline/schule.jpg differ diff --git a/latest-post.html b/latest-post.html deleted file mode 100644 index 54432ca..0000000 --- a/latest-post.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -section-type: latest-post -title: Blog ---- -## Latest Blog Post diff --git a/scripts/install b/scripts/install deleted file mode 100755 index c44d988..0000000 --- a/scripts/install +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -gem install jekyll jekyll-paginate jemoji html-proofer diff --git a/scripts/serve-lan b/scripts/serve-lan deleted file mode 100644 index 1e872ac..0000000 --- a/scripts/serve-lan +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -sudo iptables -I INPUT -p tcp --dport 4000 -j ACCEPT -jekyll serve --watch --host "0.0.0.0" --baseurl "" diff --git a/scripts/serve-lan-production b/scripts/serve-lan-production deleted file mode 100644 index ccbc119..0000000 --- a/scripts/serve-lan-production +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -sudo iptables -I INPUT -p tcp --dport 4000 -j ACCEPT -JEKYLL_ENV=production jekyll serve --host "0.0.0.0" --baseurl "" diff --git a/scripts/serve-production b/scripts/serve-production deleted file mode 100755 index 5c4736b..0000000 --- a/scripts/serve-production +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -JEKYLL_ENV=production jekyll serve --host "127.0.0.1" --baseurl "" diff --git a/timeline.html b/timeline.html index 2a9c9ce..40eb402 100755 --- a/timeline.html +++ b/timeline.html @@ -1,6 +1,6 @@ --- layout: null section-type: timeline -title: Timeline +title: Über --- -## Timeline +## Über