-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
39 lines (34 loc) · 1.11 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
baseURL: https://example.org/
languageCode: en-us
title: Chen'Log
module:
imports:
- path: github.com/adityatelange/hugo-PaperMod
theme: ["PaperMod"]
params:
homeInfoParams:
Title: "👋 Welcome to Chen'Log"
Content: Hello, this is Jonathan. I'm using a blog to keep track of my learning notes throughout my career. I find almost all fields in software development quite fascinating, however I plan on specializing in database, cloud, and distributed systems. I want to give all the credit to Lilian Weng (very incredible researcher) for being the source of inspiration for this blog.
socialIcons:
- name: github
url: "https://github.com/jonathanc-n"
- name: linkedin
url: "https://www.linkedin.com/in/jonathan-chen-5218b3253/"
ShowBreadCrumbs: true
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
menu:
main:
- identifier: categories
name: Categories
url: /categories/
weight: 10
- identifier: tags
name: Tags
url: /Tags/
weight: 20
- identifier: archives
name: Archives
url: /archives/
weight: 30