Skip to content

Commit 49b4d6f

Browse files
committed
Fix duplicate blog menu and increase subtitle font size
- Change blog section title to lowercase to match menu style - Increase CS @ Northeastern subtitle from bold to h2 heading - Remove manual menu entries (theme auto-generates from content)
1 parent 3bde7e7 commit 49b4d6f

3 files changed

Lines changed: 4 additions & 23 deletions

File tree

config.toml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,13 @@ ignoreErrors = ["error-disable-taxonomy"]
5858
[[params.social]]
5959
name = "Linkedin"
6060
icon = "lab la-linkedin-in la-2x"
61-
url = "https://www.linkedin.com/in/rohan-hasabe-489021193"
61+
url = "https://www.linkedin.com/in/hasaber8"
6262
[[params.social]]
6363
name = "Twitter"
6464
icon = "lab la-twitter la-2x"
6565
url = "https://twitter.com/hasaber8"
66-
[[params.social]]
67-
name = "Telegram"
68-
icon = "lab la-telegram la-2x"
69-
url = "https://t.me/Hasaber8"
7066

7167
[languages]
7268
[languages.en]
7369
subtitle = ""
7470
weight = 1
75-
[menu]
76-
[[menu.main]]
77-
identifier = "about"
78-
name = "about me"
79-
url = "about/"
80-
[[menu.main]]
81-
identifier = "blog"
82-
name = "blog"
83-
url = "blog/"
84-
[[menu.main]]
85-
identifier = "contact"
86-
name = "contact"
87-
url = "contact/"

content/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
title = "Rohan Hasabe"
33
+++
44

5-
# Hey there! 👋
5+
## CS @ Northeastern University, Boston
66

7-
**CS @ Northeastern University, Boston**
8-
9-
I'm Rohan Hasabe, a 22-year-old student currently pursuing my master's degree in Computer Science @ Northeastern University, Boston. I previously worked at Esper as an SDE II.
7+
I'm Rohan Hasabe, a 24-year-old student currently pursuing my master's degree in Computer Science @ Northeastern University, Boston.
108

119
This is my personal space on the web where I share my thoughts, projects, and learnings.
1210

content/blog/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
+++
2-
title = "Blog"
2+
title = "blog"
33
+++

0 commit comments

Comments
 (0)