From da37fd8d490e5ccc05a9496cfa38fb4fd29c62f7 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Tue, 27 Jun 2023 11:49:55 +0200 Subject: [PATCH] rss --- config.toml | 2 ++ content/about.md | 2 +- templates/base.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index aa0df7a..398fef6 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,8 @@ description = "My personal website." default_language = "en" +generate_feed = true + # Whether to automatically compile all Sass files in the sass directory compile_sass = true diff --git a/content/about.md b/content/about.md index 439e764..c8b41a9 100644 --- a/content/about.md +++ b/content/about.md @@ -10,7 +10,7 @@ PGP: `8924 D702 B475 BBAA E701 5C47 230C 9452 0D02 6311` Or more handy: ```bash -gpg --recv-keys 230C94520D026311 +gpg --keyserver keys.openpgp.org --recv-keys 230C94520D026311 ``` If you like what I do and want to sponsor me (thanks a lot!), you can do so from github: diff --git a/templates/base.html b/templates/base.html index 82318ce..fd660aa 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,7 @@ - +