Skip to content

Commit a5de40a

Browse files
committed
remove redirects
1 parent ac4ac42 commit a5de40a

File tree

10 files changed

+29
-75
lines changed

10 files changed

+29
-75
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[submodule "themes/PaperMod"]
22
path = themes/PaperMod
33
url = https://github.com/adityatelange/hugo-PaperMod.git
4-
[submodule "themes/hugo-redirect"]
5-
path = themes/hugo-redirect
6-
url = https://github.com/gcc42/hugo-redirect.git
74
[submodule "themes/hugo-notice"]
85
path = themes/hugo-notice
96
url = https://github.com/martignoni/hugo-notice.git

config.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ minify:
77
disableXML: true
88
minifyOutput: true
99

10-
# googleAnalytics: G-C917SZ3ZQE
11-
1210
params:
1311
env: production # to enable google analytics, opengraph, twitter-cards and schema.
1412
title: Nimendra
1513
description: "Welcome to My Blog!"
1614
keywords: [Blog]
1715
DateFormat: "January 2, 2006"
18-
defaultTheme: dark # dark, light
16+
defaultTheme: auto # dark, light
1917
disableThemeToggle: false
2018
ShowReadingTime: true
2119
ShowShareButtons: false
@@ -43,31 +41,35 @@ params:
4341
text: "Nimendra"
4442

4543
# profile-mode
46-
profileMode:
47-
# Needs to be explicitly set
48-
enabled: true
49-
title: "Hey \U0001F44B, I'm Nimendra"
50-
subtitle: "Self Learner | Cloud and DevOps Enthusiast | Bookworm"
51-
imageUrl: images/profile.webp
52-
imageWidth: 150
53-
imageHeight: 150
54-
imageTitle: "Profile image"
55-
buttons:
56-
- name: About
57-
url: /about/#about-me
58-
- name: Blog
59-
url: /blog
60-
- name: Contact
61-
url: /about/#contact-me
62-
# - name: Resume
63-
# url: "https://github.com/nmdra/Resume/releases/latest/download/Nimendra-Resume.pdf"
64-
- name: Resume
65-
url: /resume
44+
# profileMode:
45+
# # Needs to be explicitly set
46+
# enabled: true
47+
# title: "Hey \U0001F44B, I'm Nimendra"
48+
# subtitle: "Self Learner | Cloud and DevOps Enthusiast | Bookworm"
49+
# imageUrl: images/profile.webp
50+
# imageWidth: 150
51+
# imageHeight: 150
52+
# imageTitle: "Profile image"
53+
# buttons:
54+
# - name: About
55+
# url: /about/#about-me
56+
# - name: Blog
57+
# url: /blog
58+
# - name: Contact
59+
# url: /about/#contact-me
60+
# # - name: Resume
61+
# # url: "https://github.com/nmdra/Resume/releases/latest/download/Nimendra-Resume.pdf"
62+
# - name: Resume
63+
# url: /resume
64+
#
65+
#
66+
homeInfoParams:
67+
Title: "Hey 👋, I'm Nimendra"
68+
Content: "I'm a self-learner, passionate about Cloud and DevOps, and an avid bookworm.
69+
Explore more **[about me](/about/#about-me)**, check out my **[blog](/blog)**, or **[get in touch](/about/#contact-me)**.
70+
You can also view my ***[resume](https://github.com/nmdra/Resume/releases/latest/download/Nimendra-Resume.pdf)***."
6671

67-
6872
socialIcons:
69-
# - name: cv
70-
# url:
7173
- name: github
7274
url: "https://github.com/nmdra"
7375
- name: linkedin
@@ -87,8 +89,6 @@ params:
8789
hiddenInList: false
8890
hiddenInSingle: true
8991

90-
91-
9292
outputs:
9393
home:
9494
- HTML

content/redirect/github.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/redirect/linkedin.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/redirect/myanimelist.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/redirect/reddit.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/redirect/resume.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

content/redirect/twitter.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

themes/hugo-redirect

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)