diff --git a/config.toml b/config.toml index f23962c..2dff8d5 100644 --- a/config.toml +++ b/config.toml @@ -6,11 +6,17 @@ disableHugoGeneratorInject = 'true' enableGitInfo = 'true' [permalinks] +posts = "/log/:year/:title/" preserveTaxonomyNames = true enableRobotsTXT = true [outputFormats] + [outputFormats.RSS] + baseName = 'rss' + isPlainText = false + mediaType = 'application/rss+xml' + protocol = 'https://' [outputs] home = ['HTML'] diff --git a/content/_index.md b/content/index.md similarity index 100% rename from content/_index.md rename to content/index.md diff --git a/public/index.html b/public/index.html index 5839140..e7a83f9 100644 --- a/public/index.html +++ b/public/index.html @@ -29,8 +29,8 @@ - -
The Internet, as we have to experience it today, is an unnecessarily inflated creature.
Far too often, mechanisms are used that are absolutely unnecessary. Have we forgotten the tools of the early days and their ease of use?
Nowadays, also for the private homepage, because everything is so nicely clickable, one quickly reaches for top dogs like WordPress. Quickly click a few plug-ins and the data sling is ready. The visitor of the website is gifted with several hundred kilo bytes, or more, of JavaScript - thank you, but NO thank you.
@@ -371,10 +371,9 @@ - -