-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
59 lines (47 loc) · 1.27 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
baseurl: https://joemo.dev/
languageCode: en-us
paginate: 3
title: Joe (Yuzhou) Mo
copyright: Joe (Yuzhou) Mo
params:
description: A personal blog for my little corner of the web
mode: toggle # color-mode: light, dark, toggle or auto
useCDN: false # serve fonts and icons locally
openLinksInNewTab: true # opens external links in new tab
favicon: true # includes favicon files in header
navtitle: joemo.dev # navbar main link text
cursorAnimation: true # show blinking cursor animation in navbar
author: Joe (Yuzhou) Mo
avatar: /img/avatar.jpg
bio: Hey there! I'm a recent Computer Science graduate from UC Berkeley.
Welcome to my personal site!
social:
- name: LinkedIn
icon: linkedin
url: https://linkedin.com/in/yuzhoumo
- name: GitHub
icon: github
url: https://github.com/yuzhoumo
- name: Twitter
icon: twitter
url: https://twitter.com/jo3_mo
menu:
main:
- name: home
url: /
weight: 1
- name: about
url: /about
weight: 2
- name: posts
url: /posts
weight: 3
- name: projects
url: /projects
weight: 4
markup:
highlight:
noClasses: false
codeFences: true
guessSyntax: true
tabWidth: 2