From 54af8a2585ef8dc574614bfb42834f9caa77023f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 7 Jun 2020 08:16:26 +0200 Subject: small details on landing page and fixes in data protection --- build.sh | 1 + content/_index.md | 7 +++++++ content/dataprotection/_index.md | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6400937..93f33b2 100755 --- a/build.sh +++ b/build.sh @@ -12,3 +12,4 @@ rm -rf public hugo -v -b http://www.andreasbaumann.cc/ $SED -i "s@$TEST_URL@http://www.andreasbaumann.cc/strus/query/wwwandreasbaumanncc@g" \ public/search/index.html +cp themes/new_theme/layouts/robots.txt public/. diff --git a/content/_index.md b/content/_index.md index 5bc57cc..2d1a90e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,6 +2,11 @@ title = "Andreas Baumann's Personal Home Page" +++ +You reached my personal web page and blog. I post on technologies, projects +and ideas currently on my mind. + +## Technical Technicalities + Using a static HTML generator now called [Hugo](https://gohugo.io/). Before I used HTML and server-side-includes. Synchronization is done with rsync over ssh. @@ -23,3 +28,5 @@ my personal domain. ![Alix and Raspberry Pi for hosting](images/alix_rpi.jpg "Alix and Raspberry Pi for hosting") ..and yes, the table is dirty.. :-) + +## Blog articles diff --git a/content/dataprotection/_index.md b/content/dataprotection/_index.md index 2d92266..b436962 100644 --- a/content/dataprotection/_index.md +++ b/content/dataprotection/_index.md @@ -13,5 +13,6 @@ I do keep Apache log entries and firewall rules with IP, Date and User-Agent information for at most 7 days in order to fight attacks and spam. Currently I'm using a Wordpress theme which uses Google fonts. -For more information about Google Fonts see https://developers.google.com/fonts/faq, +For more information about Google Fonts see +[https://developers.google.com/fonts/faq](https://developers.google.com/fonts/faq), section "What does using the Google Fonts API mean for the privacy of my users?". -- cgit v1.2.3-54-g00ecf