Jekyll source for the homepage at https://rolandjesse.de/
Find a file
2019-09-28 21:35:56 +02:00
.github Fix links to tag pages in blogposts when tag is not lowercase 2017-07-08 22:11:06 +02:00
_includes Remove some credits to cleanup the footer. 2019-07-15 16:43:52 +02:00
_layouts Fix links to tag pages in blogposts when tag is not lowercase 2017-07-08 22:11:06 +02:00
_sass Fixes #166 2016-03-24 23:08:14 +01:00
blog Fixes #153 2016-03-05 16:23:57 +01:00
categories Fixes #132 (Commit from @bgoldman) 2016-03-05 17:21:36 +01:00
css Switch social link from Facebook to Mastodon. Use Fork-Awesome instead of Font-Awesome in support of this. 2019-07-15 16:38:04 +02:00
fonts Switch social link from Facebook to Mastodon. Use Fork-Awesome instead of Font-Awesome in support of this. 2019-07-15 16:38:04 +02:00
img Seite initial aufgebaut. 2018-01-12 14:00:00 +01:00
js JavaScript-Dateien lokal und nicht über Fremd-CDNs ausliefern. Man muss es mit dem Tracking ja nicht übertreiben. (CSS still to go.) 2018-01-13 17:29:01 +01:00
scripts Seite initial aufgebaut. 2018-01-12 14:00:00 +01:00
tags Added htmlproofer in travis ci as validation 2015-10-06 18:09:58 +02:00
.gitignore Seite initial aufgebaut. 2018-01-12 14:00:00 +01:00
.travis.yml Fixed future build break :shipit: 2016-07-12 21:36:31 +02:00
404.html Fixes #153 2016-03-05 16:23:57 +01:00
_config.yml Switch social link from Facebook to Mastodon. Use Fork-Awesome instead of Font-Awesome in support of this. 2019-07-15 16:38:04 +02:00
contact.html Seite initial aufgebaut. 2018-01-12 14:00:00 +01:00
feed.xml Added baseurl in feed.xml 2015-09-30 23:34:42 +02:00
Gemfile Update jekyll from 3.8.5 to 3.8.6. 2019-09-28 21:35:56 +02:00
index.html Fixes #66 2015-11-21 23:49:58 +01:00
LICENSE Initial commit 2015-07-06 00:28:01 +02:00
manifest.json Remove density member 2016-04-29 19:04:18 +10:00
README.md Vor dem deploy kommt ein build. 'serve' hinterlässt lokale Verweise. 2018-01-12 23:19:33 +01:00
sitemap.xml Fixes #66 2015-11-21 23:49:58 +01:00
timeline.html Seite initial aufgebaut. 2018-01-12 14:00:00 +01:00

Quelldateien der Homepage unter rolandjesse.de. Basiert auf dem Personal Jekyll Theme.

Seite bauen

Jekyll und die erforderlichen Gems installieren:

bundle install

Seite bauen und lokalen Server unter localhost:4000 starten:

jekyll serve --livereload

Seite mittels rsync (via scp) auf den Server laden (erfordert _deploy.yml mit den Zugangsdaten):

jekyll build
octopress deploy