diff --git a/config.toml b/config.toml index 25abb7a..20deb1b 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,14 @@ languageCode = 'en-us' title = 'Powershell by Xevion' paginate = 5 theme = 'terminal' +enableGitInfo = true + +[frontmatter] +date = ["date", "publishDate", "lastmod"] +lastmod = ["lastmod", ":git", "date", "publishDate"] +publishDate = ["publishDate", "date"] +expiryDate = ["expiryDate"] + [params] # dir name of your main content (default is `content/posts`). @@ -21,6 +29,7 @@ showLanguageSelector = false # set theme to full screen width fullWidthTheme = false + # center theme with default width centerTheme = true