From d2eee3b79256166802729f576227dcb01d5d6556 Mon Sep 17 00:00:00 2001 From: hyang Date: Thu, 14 Sep 2023 21:44:23 -0700 Subject: fix --- hugo.toml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index af6307a..97d7173 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,14 +2,29 @@ baseURL = 'https://hyang.xyz' languageCode = 'en-us' title = "hyang's homepage" theme = 'papermodx' +enableRobotsTXT = true paginate = 5 [params] description = "Cool blogpostings" author = "hyang" - mainSections = ["post"] + email = "hyang@hyang.xyz" + mainSections = ["posts"] TocOpen = true TocSide = "left" + ShowReadingTime = true + ShowWordCount = true + ShowCodeCopyButtons = true + ShowPostNavLinks = true + + [[menu.main]] + name = "Posts" + url = "/posts" + weight = 1 + [[menu.main]] + name = "Search" + url = "/search" + weight = 2 [[params.socialIcons]] name = "email" -- cgit v1.2.3