Jekyll source for the homepage at https://rolandjesse.de/
Find a file
2024-10-13 17:24:49 +02:00
.github Fix links to tag pages in blogposts when tag is not lowercase 2017-07-08 22:11:06 +02:00
_includes Initial page back up and running. 2022-08-14 17:03:26 +02:00
_layouts Initial page back up and running. 2022-08-14 17:03:26 +02:00
_sass Fixes #166 2016-03-24 23:08:14 +01:00
archetypes Initial page back up and running. 2022-08-14 17:03:26 +02:00
assets/images Initial page back up and running. 2022-08-14 17:03:26 +02: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
content Initial page back up and running. 2022-08-14 17:03:26 +02: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
data/de Initial page back up and running. 2022-08-14 17:03:26 +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 Initial page back up and running. 2022-08-14 17:03:26 +02: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
static/mail Ease IMAP client setup 2024-10-13 17:15:55 +02:00
tags Added htmlproofer in travis ci as validation 2015-10-06 18:09:58 +02:00
themes Hugo theme toha 2024-10-13 17:15:08 +02:00
.env_sample Start moving from Jekyll to Hugo. 2022-08-14 09:55:14 +02:00
.gitignore Don't track our real deployment info. We've got the sample file already. 2022-08-14 17:08:41 +02:00
.gitmodules Initial page back up and running. 2022-08-14 17:03:26 +02: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.yml Keybase raus. 2020-05-14 23:03:35 +02: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
hugo.toml Hugo config renamed from config.toml -> hugo.toml 2024-10-13 17:24:49 +02:00
LICENSE Initial commit 2015-07-06 00:28:01 +02:00
Makefile Start moving from Jekyll to Hugo. 2022-08-14 09:55:14 +02:00
manifest.json Remove density member 2016-04-29 19:04:18 +10:00
README.md Initial page back up and running. 2022-08-14 17:03:26 +02: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

Homepage rolandjesse.de

Setup

git submodule add https://github.com/hugo-toha/toha themes/toha

make-Targets:

  • make serve: build locally and start development server
  • make deploy: build and deploy (via rsync)
  • make clean: remove the public folder that might have been created

Uses the toha theme.