Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQueensferry <queensferry.me@gmail.com>2022-10-02 13:05:56 +0300
committerQueensferry <queensferry.me@gmail.com>2022-10-02 13:07:17 +0300
commitf40af04636cd84023997fdad632f702ccd94ea78 (patch)
treef1e162e38b69318d24849fb3fd92128d6d57fcc5
parentda434c0e1e3163b50dc4bf7ef3556d43b8f05c98 (diff)
change domain nameHEADmaster
-rw-r--r--config.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/config.toml b/config.toml
index 6bcc144..a908f75 100644
--- a/config.toml
+++ b/config.toml
@@ -3,17 +3,17 @@
# https://gohugo.io/getting-started/configuration #
###################################################
-baseURL = "https://texify.qufy.me" # website root path
-disqusShortname = "" # disqus shortcode
-enableGitInfo = false # retrieve last modified date from git commits
-enableRobotsTXT = true # /robots.txt
-googleAnalytics = "" # google analytics id
-hasCJKLanguage = true # Chinese/Japanese/Korean
-languageCode = "en" # content language
-paginate = 5 # number of posts each page
-rssLimit = 10 # maximum items in rss feeds
-theme = "hugo-theme-texify" # theme directory name
-title = "TeXify" # website title
+baseURL = "https://texify.queensferry.me" # website root path
+disqusShortname = "" # disqus shortcode
+enableGitInfo = false # retrieve last modified date from git commits
+enableRobotsTXT = true # /robots.txt
+googleAnalytics = "" # google analytics id
+hasCJKLanguage = true # Chinese/Japanese/Korean
+languageCode = "en" # content language
+paginate = 5 # number of posts each page
+rssLimit = 10 # maximum items in rss feeds
+theme = "hugo-theme-texify" # theme directory name
+title = "TeXify" # website title
[author]
email = "me@example.com" # your email
@@ -28,7 +28,7 @@ unsafe = true # enable html in markdown
style = "emacs" # syntax highlight style, see https://xyproto.github.io/splash/docs/
# https://gohugo.io/content-management/menus/
-[[menu.main]] # sections in the website header
+[[menu.main]]
identifier = "post" # section id
name = "Post" # section display title
url = "/" # path to the section