-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
79 lines (68 loc) · 2.75 KB
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
baseURL = 'https://cruxponent.com/'
disqusShortname = "" # disqus shortcode
enableGitInfo = false # retrieve last modified date from git commits
enableRobotsTXT = true # /robots.txt
googleAnalytics = "G-4N03ZESV22" # google analytics id
languageCode = "en" # content language
paginate = 100 # number of post each page
rssLimit = 10 # maximum items in rss feeds
theme = "hugo-theme-texify" # theme directory name
title = "CruxPonent" # website title
[author]
email = "[email protected]" # your email
name = "Louis Faury" # your name
# https://gohugo.io/getting-started/configuration-markup
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true # enable html in markdown
[markup.highlight]
style = "emacs" # syntax highlight style, see https://xyproto.github.io/splash/docs/
# https://gohugo.io/content-management/menus/
[[menu.main]]
identifier = "posts" # section id
name = "Posts" # section display title
url = "/" # path to the section
weight = 1 # order of sections
[[menu.main]]
identifier = "archives"
name = "Archives"
url = "/posts"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 2
# https://gohugo.io/content-management/taxonomies#configure-taxonomies
[taxonomies]
series = "series" # see https://gohugo.io/templates/internal/#open-graph
tags = "tags"
[services]
[services.googleAnalytics]
ID = 'G-4N03ZESV22'
########################
# TEXIFY THEME OPTIONS #
########################
[params]
description = "Personal logs on Control, Reinforcement Learning and Statistics." # website description
favicon = "" # path to website icon, relative to ./static
footnote = """
""" # notes in the website footer
keywords = ["control", "reinforcement learning", "statistics"] # website keywords
customCSS = [] # path to custom css files, relative to ./static
customJS = [] # path to custom js files, relative to ./static
dateFormat = "2006-01-02" # date format, see https://gohugo.io/functions/format/
fullTextRSS = true # output full-text (instead of only summary) rss
emphasisWithDots = true # use dots to emphasize chinese texts, see https://zh.wikipedia.org/wiki/%E7%9D%80%E9%87%8D%E5%8F%B7
since = "2022" # website created year
toc = true # whether to enable table of contents in post
# https://giscus.app
[params.giscus]
enable = false # whether to enable giscus
# paste giscus' <script></script> configuration between the triple quotes
script = """
"""
[params.math]
enable = true # whether to enable math typesetting
use = "katex" # katex or mathjax