-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
81 lines (68 loc) · 1.68 KB
/
hugo.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
baseURL: https://sowmith1999.github.io/
languageCode: en-us
title: SowmithK
theme: ["PaperMod"]
pluralizelisttitles: false
menu:
main:
# - identifier: about
# name: About
# url: /about/
# weight: 5
- identifier: categories
name: Blog
url: /blog/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
params:
env: production
mainSections:
- About
- blog
math:
math: false
assets:
disableHLJS: false
homeInfoParams:
Title: "Sowmith Kunapaneni"
Content: >
👋 Graduate Student in Computer Science at WSU.
- I work at [HARP Lab](https://github.com/harp-lab) on Program Analysis and Deductive Databases.
- Here, I write about whatever I find interesting, things I learn, and things I work on.
- I am Looking for Internships for Summer 25, If you have any opportunities, I am eager to talk more, here is my [_**Resume**_](./Resume_2024.pdf)
- Github: [**_github.com/sowmith1999_**](https://github.com/sowmith1999)
- LinkedIn: [**_linkedin.com/in/sowmithk_**](https://www.linkedin.com/in/sowmithk/)
- *This blog is **under construction**.*
taxonomies:
tag: tags
category: categories
markup:
goldmark:
renderer:
hardWraps: true
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true
highlight:
# codeFences: false
guessSyntax: true
lineNos: true
sytle: monokai
permalinks:
page:
blog: /blog/:year/:title
section:
blog: /blog/
# about: /about/