Jekyll source for the homepage at https://rolandjesse.de/
Find a file
2024-10-13 18:14:21 +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 Add English and Spanish 2024-10-13 18:13:21 +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
.env_sample Start moving from Jekyll to Hugo. 2022-08-14 09:55:14 +02:00
.gitignore Install toha theme as Hugo module 2024-10-13 18:05:26 +02:00
.gitmodules Remove submodule handling of toha theme. 2024-10-13 17:25:45 +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
go.mod Install toha theme as Hugo module 2024-10-13 18:05:26 +02:00
go.sum Install toha theme as Hugo module 2024-10-13 18:05:26 +02:00
hugo.toml Install toha theme as Hugo module 2024-10-13 18:05:26 +02:00
LICENSE Initial commit 2015-07-06 00:28:01 +02:00
Makefile Install toha theme as Hugo module 2024-10-13 18:05:26 +02:00
manifest.json Remove density member 2016-04-29 19:04:18 +10:00
package.hugo.json Add version as meta data 2024-10-13 18:14:21 +02:00
README.md Install toha theme as Hugo module 2024-10-13 18:05: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

Prerequisites

For building the site locally we will need to update/install the following requirements:

  1. Hugo version v0.118.x (extended) or later.
  2. Go language version v1.18.x or later.
  3. Node version v18.x and npm version 8.x or later (i.e. via volta).

Theme toha is installed as Hugo module:

hugo mod init git.tailorama.com/sr-rolando/rolandjesse.de

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.