-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
40 lines (38 loc) · 812 Bytes
/
Copy pathconfig.yml
File metadata and controls
40 lines (38 loc) · 812 Bytes
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
baseURL: "https://jsrinivasanant.com"
title: Srinivas Anant
paginate: 5
theme: PaperMod
enableInlineShortcodes: true
params:
author: Srinivas Anant
description: "Personal Blog"
keywords: [Blog, Portfolio]
ShowReadingTime: true
enableEmoji: true
displayFullLangName: true
ShowCodeCopyButtons: true
disableScrollToTop: false
enableGoogleAnalytics: false
disableThemeToggle: true
menu:
main:
- identifier: tags
name: Tags
url: tags/
weight: 10
- identifier: projects
name: Projects
url: projects/
weight: 20
- identifier: talks
name: Talks
url: talks/
weight: 30
- identifier: about
name: About
url: about/
weight: 40
- identifier: archives
name: Archives
url: archives/
weight: 50