From 85ace09daa776aa33560203219a58a15729278bf Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 6 Apr 2019 18:25:56 +0200 Subject: [PATCH] update --- config.toml | 16 +++++++++++++++- content/posts/new-website.md | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 098cd29..ef1ed9c 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ baseURL = "https://cullmann.io/" # default content is in english languageCode = "en-us" +defaultContentLanguage = "en" # cullmann.io website title = "cullmann.io" @@ -10,22 +11,35 @@ title = "cullmann.io" # use hermit theme theme = "hermit" -# hugo can use git +# some settings enableGitInfo = true +pygmentsCodefences = true +pygmentsUseClasses = true +enableEmoji = true [author] name = "Christoph Cullmann" [params] + # different date formats to use dateform = "Jan 2, 2006" dateformShort = "Jan 2" dateformNum = "2006-01-02" dateformNumTime = "2006-01-02 15:04 -0700" + # our color themeColor = "#494f5c" + # this is my homepage homeSubtitle = "Personal homepage of Christoph Cullmann." + # Toggling this option needs to rebuild SCSS, requires Hugo extended version + justifyContent = false # Set "text-align: justify" to `.content`. + + [[params.social]] + name = "github" + url = "https://github.com/christoph-cullmann/" + [menu] [[menu.main]] diff --git a/content/posts/new-website.md b/content/posts/new-website.md index 5133a43..8dc6fe8 100644 --- a/content/posts/new-website.md +++ b/content/posts/new-website.md @@ -1,6 +1,6 @@ --- title: "New Website" -date: 2019-04-06T18:09:00+01:00 +date: 2019-04-06 draft: false ---