From 1f74c443405b2827217275bbdc428bd9320bb99a Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 24 Nov 2019 17:18:36 +0100 Subject: Rework index page layout to include projects --- config.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index ada2ef1..e005a2c 100644 --- a/config.toml +++ b/config.toml @@ -1,15 +1,11 @@ baseurl = "https://schneefux.xyz" disablePathToLower = true languageCode = "de-de" -title = "My shell is my home" +title = "What I built today" pluralizelisttitles = false pygmentsuseclasses = true pygmentscodefences = true sectionPagesMenu = "main" [params] email = "blog@schneefux.xyz" - github = "schneefux" -[original] - author = "rakuishi" - repo = "https://github.com/rakuishi/hugo-zen" - license = "MIT" + github = "schneefux" \ No newline at end of file -- cgit v1.3.1