From c23fb8687ebecccb9a1692dbd480ba6cb188dd5b Mon Sep 17 00:00:00 2001 From: Vertical <48109690+JJiang-Amoy@users.noreply.github.com> Date: Sun, 29 May 2022 18:59:15 -0500 Subject: [PATCH] Create config.yaml --- config.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..be32acc --- /dev/null +++ b/config.yaml @@ -0,0 +1,38 @@ +baseURL: https://jjiang-amoy.github.io + +languageCode: en-us +title: "John's Blog" +theme: "toha" + +# Manage languages +# For any more details, you can check the official documentation: https://gohugo.io/content-management/multilingual/ +languages: + en: + languageName: English + weight: 1 + +# Control TOC depth +markup: + tableOfContents: + startLevel: 2 + endLevel: 6 + ordered: false + +# Enable global emoji support +enableEmoji: true + +# Site parameters +params: + # GitHub repo URL of your site + gitRepo: https://github.com/hugo-toha/hugo-toha.github.io + + # specify whether you want to write some blog posts or not + enableBlogPost: true + + # specify whether you want to show Table of Contents in reading page + enableTOC: true + + # Provide newsletter configuration. This feature hasn't been implemented yet. + # Currently, you can just hide it from the footer. + newsletter: + enable: true