-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yml
75 lines (68 loc) · 1.9 KB
/
config.yml
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
languageCode: en-us
title: "Dyrone Teng"
author: Dyrone Teng
enableEmoji: true
hasCJKLanguage: false
# You can change code highlight theme
pygmentsstyle: "tango"
pygmentscodefences: true
# if you want to add html to your markdown
markup:
goldmark:
renderer:
unsafe: true
# Links of the navbar
menu:
primary:
- name: Home
url: /
weight: 1
- name: About
url: /posts/introduce/index.html
weight: 2
#- name: Subscribe
# url: /index.xml
# weight: 3
# You can add languages!
# do not expect it to work out of the box
# https://gohugo.io/content-management/multilingual/
defaultContentLanguage: en
#languages:
# en:
# LanguageName: English
# # contentDir: content/english
# ru:
# LanguageName: русский
# # contentDir: content/russian
params:
sitename: "Teng Long Is Dyrone"
# it will produce: copyrights (c) 2023 dyrone
copyrights: Dyrone Teng
# set default homepage list (what section to list pages from)
# default: global
# currently available options (global, blog)
defaultList: global
# list 3 items of every section
# you can use a section specific list
# to list n items of that section.
# see ./layouts/partials/bloglist.html for example
paginationLen: 500
# path to the favicon directory
# see ./layouts/_defaults/baseof.html line #30 to line #37
# faviconpath: "/img/favicon"
# projects will show in the index page
# myprojects:
# - name: "Totally Awesome Project"
# description: "Machine Learning Magic!!!"
# url: https://example.com
# - name: "Kaslaanka"
# description: "The best hugo theme ever!!!"
# url: https://github.com/M1cR0xf7/kaslaanka
# link to more projects
# show your github repositories as example
# or create your own page.
# projectsURL: https://example.com
# a brief about me
brief_about: <center>feel good about life☕️</center>
# and don't forget
theme: kaslaanka