From dc7ad3561d98e3dca872d1883176f14fce261ad2 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 12 Apr 2022 14:32:40 -0500 Subject: [PATCH] Use center theme, reading time, fix logo, add menu tabs --- config.toml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index 1afc4d5..e0c9a6c 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,7 @@ showLanguageSelector = false fullWidthTheme = false # center theme with default width -centerTheme = false +centerTheme = true # if your resource directory contains an image called `cover.(jpg|png|webp)`, # then the file will be used as a cover automatically. @@ -31,7 +31,8 @@ autoCover = true # set post to show the last updated # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated -showLastUpdated = false +showLastUpdated = true +enableGitInfo = true # set a custom favicon (default is a `themeColor` square) # favicon = "favicon.ico" @@ -43,7 +44,7 @@ showLastUpdated = false # oneHeadingSize = true # default # whether to show a page's estimated reading time -# readingTime = false # default + readingTime = true # default # whether to show a table of contents # can be overridden in a page's front-matter @@ -78,15 +79,19 @@ missingContentMessage = "Page not found..." missingBackButtonLabel = "Back to home page" [languages.en.params.logo] -logoText = "Terminal" -logoHomeLink = "/" +logoText = "Powershell" +logoHomeLink = "/powershell/" [languages.en.menu] [[languages.en.menu.main]] -identifier = "about" -name = "Test" -url = "/test/test.md" +identifier = "subjects" +name = "Subjects" +url = "/subjects" [[languages.en.menu.main]] -identifier = "showcase" -name = "Showcase" -url = "/showcase" \ No newline at end of file +identifier = "scripts" +name = "Scripts" +url = "/scripts" +[[languages.en.menu.main]] +identifier = "writeups" +name = "Write-ups" +url = "writeups" \ No newline at end of file