From d0373f752efb9ca61c03cfa106d009bac9186b7b Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sun, 11 Aug 2019 09:13:04 +0200 Subject: [PATCH] rss: add full content to the rss feed * NEW Adds full content to the rss feed in stead of the summary only. * NEW Adds author information in the config file. * FIX Closes #11. Co-Authored-by: Igor Milhit --- config.toml | 4 ++++ themes/portfoliGor | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1d58587..ce14658 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,10 @@ title = "iGor milhit" theme = "portfoliGor" enableGitInfo = true +[author] + name = "iGor milhit" + email = "igor@milhit.ch" + [permalinks] posts = ":slug" blog = ":slug" diff --git a/themes/portfoliGor b/themes/portfoliGor index 2c7e6cf..f0549ca 160000 --- a/themes/portfoliGor +++ b/themes/portfoliGor @@ -1 +1 @@ -Subproject commit 2c7e6cf2d716edd0fda6881375ce76ff0b137f7e +Subproject commit f0549ca0dd276be6a0d4a856944e063fb8b23373