-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
92 lines (80 loc) · 2.05 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
baseURL: "https://blog.karthikmacherla.com"
title: "Karthik Macherla"
paginate: 5
theme: hugo-PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpored: false
googleAnalytics: G-5M9VCY5HPE
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: "Hi, I'm Karthik! \U0001F44B"
description: "Welcome to my blog"
author: Me
# author: ["Me", "You"] # multiple authors
images: "<link or path of image for opengraph, twitter-cards>"
ShowReadingTime: true
ShowShareButtons: false
comments: false
defaultTheme: auto
disableThemeToggle: false
disableSpecial1stPost: false
assets:
faviconApple: /img/logodarkgoldicon.png
favicon: /img/logodarkgold.png
label:
text: "Karthik Macherla"
iconlight: /img/logolightgold.png
icondark: /img/logodarkgold.png
iconHeight: 35
# profile-mode
profileMode:
enabled: true # needs to be explicitly set
title: "Hi, I'm Karthik! \U0001F44B"
imageUrl: "img/blackshirt.jpg"
# imageTitle: my image
buttons:
- name: Projects
url: tags/projects
- name: Thoughts
url: tags/thoughts
- name: All Posts
url: /archives/
# - name: Subscribe!
# url: http://eepurl.com/hy1YIv
# home-info mode
homeInfoParams:
Title: "Hi, I'm Karthik! \U0001F44B"
Content: Welcome to my blog
socialIcons:
- name: instagram
url: "https://instagram.com/karthik.macherla"
- name: linkedin
url: "https://linkedin.com/in/karthikmacherla"
- name: github
url: "https://github.com/karthikmacherla"
- name: rss
analytics:
google:
SiteVerificationTag: "G-5M9VCY5HPE"
menu:
main:
- name: Projects
url: /tags/projects/
weight: 2
- name: Thoughts
url: /tags/thoughts/
weight: 3
# - name: Archive
# url: /archives/
# weight: 5
- name: About
url: /about/
weight: 6
- name: Subscribe
url: http://eepurl.com/hy1YIv
weight: 7