Jekyll source for the homepage at https://rolandjesse.de/
Find a file
2020-05-14 23:03:35 +02:00
.github Fix links to tag pages in blogposts when tag is not lowercase 2017-07-08 22:11:06 +02:00
_includes Keybase raus. 2020-05-14 23:03:35 +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 Merge from upstream. 2019-11-27 21:47:16 +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 Updated Ruby version in .travis.yml 2018-03-12 02:45:14 -03:00
404.html Fixes #153 2016-03-05 16:23:57 +01:00
_config.dev.yml Fixed blank baseurl param problem with multiple configuration files 2018-03-12 02:33:10 -03:00
_config.yml Keybase raus. 2020-05-14 23:03:35 +02:00
contact.html Seite initial aufgebaut. 2018-01-12 14:00:00 +01:00
docker-compose.yml Added Docker run instructions and Docker Compose file 2018-03-12 02:35:48 -03: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
Makefile Makefile spart ein paar Tasendrücke. 2020-05-14 23:03:16 +02:00
manifest.json Remove density member 2016-04-29 19:04:18 +10:00
README.md Merge from upstream. 2019-11-27 21:47:16 +01:00
robots.txt Add robots.txt and thus log less warning messages. 2019-09-28 21:37:00 +02: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

Run using Docker:

docker run --rm -it -p 4000:4000 -v "$PWD:/srv/jekyll" jekyll/jekyll jekyll serve --watch --host "0.0.0.0" --config _config.yml,_config.dev.yml

Run using Docker with Docker Compose:

docker-compose up

OSS used in { Personal }

One of the reasons { Personal } is real is the following OSS projects:

  1. Grayscale
  2. hammer.js
  3. highlightjs
  4. RRSSB
  5. Timeline
  6. typed.js