-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
55 lines (45 loc) · 1.3 KB
/
config.toml
File metadata and controls
55 lines (45 loc) · 1.3 KB
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
baseURL = 'https://siwachabhi.github.io/'
languageCode = 'en-us'
title = "Abhi's Blog"
theme = 'PaperMod'
[languages.en]
languageName = "English"
weight = 1
[languages.en.taxonomies]
category = "categories"
tag = "tags"
series = "series"
[[languages.en.menu.main]]
name = "Archive"
url = "archives/"
weight = 5
[[languages.en.menu.main]]
name = "Search"
url = "search/"
weight = 10
[[languages.en.menu.main]]
name = "Tags"
url = "tags/"
weight = 15
[outputs]
home = ["HTML", "RSS", "JSON"]
[params]
description = "Abhi's Blog"
env = "production"
keywords = ["blog", "software development", "personal", "abhimanyu siwach"]
ShowShareButtons = true
ShareButtons = ["twitter", "linkedin", "reddit"]
ShowReadingTime = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowPostNavLinks = true
[params.homeInfoParams]
Title = "Hello there 👋"
Content = "My name is Abhimanyu Siwach and I blog my opinions on software development, movies, music, anime, f1..."
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/abhimanyu-siwach/"
[params.editPost]
URL = "https://github.com/siwachabhi/siwachabhi.github.io/tree/main/content"
Text = "Suggest Changes"
appendFilePath = true