update
This commit is contained in:
parent
29967039e2
commit
85ace09daa
16
config.toml
16
config.toml
|
@ -3,6 +3,7 @@ baseURL = "https://cullmann.io/"
|
||||||
|
|
||||||
# default content is in english
|
# default content is in english
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
# cullmann.io website
|
# cullmann.io website
|
||||||
title = "cullmann.io"
|
title = "cullmann.io"
|
||||||
|
@ -10,22 +11,35 @@ title = "cullmann.io"
|
||||||
# use hermit theme
|
# use hermit theme
|
||||||
theme = "hermit"
|
theme = "hermit"
|
||||||
|
|
||||||
# hugo can use git
|
# some settings
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
|
pygmentsCodefences = true
|
||||||
|
pygmentsUseClasses = true
|
||||||
|
enableEmoji = true
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Christoph Cullmann"
|
name = "Christoph Cullmann"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
# different date formats to use
|
||||||
dateform = "Jan 2, 2006"
|
dateform = "Jan 2, 2006"
|
||||||
dateformShort = "Jan 2"
|
dateformShort = "Jan 2"
|
||||||
dateformNum = "2006-01-02"
|
dateformNum = "2006-01-02"
|
||||||
dateformNumTime = "2006-01-02 15:04 -0700"
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
||||||
|
|
||||||
|
# our color
|
||||||
themeColor = "#494f5c"
|
themeColor = "#494f5c"
|
||||||
|
|
||||||
|
# this is my homepage
|
||||||
homeSubtitle = "Personal homepage of Christoph Cullmann."
|
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]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "New Website"
|
title: "New Website"
|
||||||
date: 2019-04-06T18:09:00+01:00
|
date: 2019-04-06
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue