-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
65 lines (58 loc) · 1.26 KB
/
config.yaml
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
baseURL: https://blog.bear-su.dev
disablePathToLower: true
languageCode: en-us
title: Bear Su's Blog
copyright: "Copyright © 2015 - 2024 Bear Su's Blog"
theme: simplecss
contentDir: content/posts
enableRobotsTXT: true
# https://jdhao.github.io/2019/12/29/hugo_html_not_shown/
markup:
defaultMarkdownHandler: "goldmark"
goldmark:
renderer:
unsafe: true
tableOfContents:
endLevel: 6
ordered: false
startLevel: 2
highlight:
anchorLineNos: false
codeFences: true
guessSyntax: false
hl_Lines: ""
hl_inline: false
lineAnchors: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
noHl: false
style: monokai
tabWidth: 4
googleAnalytics: "G-KJXNT5CQCS"
paginate: 200
params:
description: "Ruby, Web Application and Cloud Services."
images:
- images/x-card.png
author: "Bear Su"
likerID: "timfanda35"
logo: "/images/bear.jpeg"
url: "https://github.com/timfanda35"
taxonomies:
category: "categories"
menu:
global:
- name: "Home"
url: "/"
weight: 1
- name: "Categories"
url: "/categories/"
weight: 2
- name: "Bio Links"
url: "https://bear-su.dev"
weight: 3
- name: "Newsletter"
url: "https://bearsudev.substack.com/"
weight: 4