From 28785e4dd610cf6b2a4613679386b3d2932ede8c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 9 Oct 2015 20:45:23 +0200 Subject: [PATCH 1/1] get rid of blog description; more welcome fixes --- ralf/_config.yml | 1 - ralf/_posts/2015-10-08-welcome.md | 4 ++-- ralf/blog/feed.xml | 10 +++++----- ralf/style.scss | 2 +- upload.sh | 5 +++++ 5 files changed, 13 insertions(+), 9 deletions(-) create mode 100755 upload.sh diff --git a/ralf/_config.yml b/ralf/_config.yml index f08b44a..0d456be 100644 --- a/ralf/_config.yml +++ b/ralf/_config.yml @@ -6,7 +6,6 @@ timezone: "Europe/Berlin" blog: title: "Ralf's Ramblings" - description: "Ralf rambling on things" readmes: src_base: "/home/r/src" diff --git a/ralf/_posts/2015-10-08-welcome.md b/ralf/_posts/2015-10-08-welcome.md index 6a4e88b..43b4e8b 100644 --- a/ralf/_posts/2015-10-08-welcome.md +++ b/ralf/_posts/2015-10-08-welcome.md @@ -4,6 +4,6 @@ categories: meta --- I'll use this blog to write random articles on things that matter to me, and that I want to share. -So far, I don't know what this will end up being about - probably mostly about [research](https://www.mpi-sws.org/~jung/) and related topics, as that's what I do. +So far, I don't know what this will end up being about - probably mostly about programming languages research and related topics, as that's what I do. -In the mean time, you can check out my [research](/cs) and [project](/projects) pages. +In the mean time, you can check out my [research](https://www.mpi-sws.org/~jung/) and [project](/projects) pages. diff --git a/ralf/blog/feed.xml b/ralf/blog/feed.xml index 4e3b89a..7a7e919 100644 --- a/ralf/blog/feed.xml +++ b/ralf/blog/feed.xml @@ -6,9 +6,9 @@ slug: Subscribe {{ site.blog.title | xml_escape }} - {{ site.blog.description | xml_escape }} - {{ site.url }}/ - + {{ site.blog.title | xml_escape }} + {{ site.url }}{{ site.baseurl }}/ + {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} @@ -17,8 +17,8 @@ slug: Subscribe {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.url }} - {{ post.url | prepend: site.url }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | prepend: site.baseurl | prepend: site.url }} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %} diff --git a/ralf/style.scss b/ralf/style.scss index 7f82f55..2953065 100644 --- a/ralf/style.scss +++ b/ralf/style.scss @@ -65,7 +65,7 @@ h4 { /* Layout and Color stuff */ -g/* General page structure */ +/* General page structure */ html { overflow-y: scroll; } diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..18eaa99 --- /dev/null +++ b/upload.sh @@ -0,0 +1,5 @@ +#/bin/bash +cd "$(dirname "$0")" + +ralf/upload.sh +research/upload.sh -- 2.30.2