Skip to content

Commit 1c641f3

Browse files
committed
blowfish applied
1 parent 9283530 commit 1c641f3

37 files changed

+6918
-185
lines changed
File renamed without changes.
File renamed without changes.

Diff for: assets/img/wp.png

14.8 MB
Loading

Diff for: config/_default/hugo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ enableEmoji = true
1919

2020
# googleAnalytics = "G-XXXXXXXXX"
2121

22+
disableKinds = ['sitemap']
23+
2224
[imaging]
2325
anchor = 'Center'
2426

Diff for: config/_default/languages.en.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
languageCode = "en"
22
languageName = "English"
3-
weight = 1
4-
title = "Blowfish"
3+
weight = 100
4+
title = "0xAdra"
55

66
[params]
77
displayName = "EN"
@@ -11,15 +11,15 @@ title = "Blowfish"
1111
logo = "images/me.jpg"
1212
# secondaryLogo = "img/secondary-logo.png"
1313
# description = "My awesome website"
14-
# copyright = "Copy, _right?_ :thinking_face:"
14+
copyright = "0xAdra ©2024"
1515

16-
# [author]
17-
# name = "Your name here"
18-
# image = "img/blowfish_logo.png"
19-
# headline = "I'm only human"
20-
# bio = "A little bit about you"
21-
# links = [
22-
# { email = "mailto:hello@your_domain.com" },
16+
[author]
17+
name = "Aditya"
18+
image = "img/me.jpg"
19+
headline = "Security Researcher"
20+
bio = "Security Researcher"
21+
links = [
22+
{ email = "mailto:adityaranjan5995@gmail.com" },
2323
# { link = "https://link-to-some-website.com/" },
2424
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
2525
# { apple = "https://www.apple.com" },
@@ -62,9 +62,9 @@ title = "Blowfish"
6262
# { tumblr = "https://username.tumblr.com" },
6363
# { twitch = "https://twitch.tv/username" },
6464
# { twitter = "https://twitter.com/username" },
65-
# { x-twitter = "https://twitter.com/username" },
65+
{ x-twitter = "https://twitter.com/0xadra" },
6666
# { whatsapp = "https://wa.me/phone-number" },
6767
# { youtube = "https://youtube.com/username" },
6868
# { ko-fi = "https://ko-fi.com/username" },
6969
# { codeberg = "https://codeberg.org/username"},
70-
# ]
70+
]

Diff for: config/_default/menus.en.toml

+20-10
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@
1212

1313
[[main]]
1414
name = "Blog"
15-
pageRef = "posts"
15+
pageRef = "Blog"
1616
weight = 10
1717

18+
[[main]]
19+
name = "Projects"
20+
pageRef = "Projects"
21+
weight = 20
22+
23+
[[main]]
24+
name = "About"
25+
pageRef = "About"
26+
weight = 30
27+
1828
#[[main]]##
1929
# name = "Parent"
2030
# weight = 20
@@ -42,15 +52,15 @@
4252
# pageRef = "categories/awesome"
4353
# weight = 20
4454

45-
[[main]]
46-
name = "Categories"
47-
pageRef = "categories"
48-
weight = 20
49-
50-
[[main]]
51-
name = "Tags"
52-
pageRef = "tags"
53-
weight = 30
55+
#[[main]]
56+
# name = "Categories"
57+
# pageRef = "categories"
58+
# weight = 30
59+
#
60+
#[[main]]
61+
# name = "Tags"
62+
# pageRef = "tags"
63+
# weight = 40
5464

5565

5666
# -- Footer Menu --

Diff for: config/_default/params.toml

+19-19
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ enableCodeCopy = false
1515
# mainSections = ["section1", "section2"]
1616
# robots = ""
1717

18-
disableImageOptimization = false
18+
disableImageOptimization = true
1919
disableTextInHeader = false
2020

21-
defaultBackgroundImage = "me.jpg" # used as default for background images
22-
defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
21+
defaultBackgroundImage = "wlppr.jpg" # used as default for background images
22+
defaultFeaturedImage = "me.jpg" # used as default for featured images in all articles
2323

24-
# highlightCurrentMenuArea = true
25-
# smartTOC = true
26-
# smartTOCHideUnfocusedChildren = true
24+
highlightCurrentMenuArea = true
25+
smartTOC = true
26+
smartTOCHideUnfocusedChildren = true
2727

2828
[header]
29-
layout = "fixed-fill" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
29+
layout = "fixed-fill-blur" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
3030

3131
[footer]
3232
showMenu = true
3333
showCopyright = true
3434
showThemeAttribution = false
35-
showAppearanceSwitcher = false
35+
showAppearanceSwitcher = true
3636
showScrollToTop = true
3737

3838
[homepage]
39-
layout = "hero" # valid options: page, profile, hero, card, background, custom
40-
homepageImage = "me.jpg" # used in: hero, and card
39+
layout = "background" # valid options: page, profile, hero, card, background, custom
40+
homepageImage = "img/wp.png" # used in: hero, and card
4141
showRecent = true
42-
showRecentItems = 5
42+
showRecentItems = 6
4343
showMoreLink = false
4444
#showMoreLinkDest = "/post
45-
cardView = false
45+
cardView = true
4646
cardViewScreenWidth = false
4747
layoutBackgroundBlur = false # only used when layout equals background
4848

@@ -51,26 +51,26 @@ defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all
5151
showViews = false
5252
showLikes = true
5353
showDateOnlyInArticle = false
54-
showDateUpdated = false
54+
showDateUpdated = true
5555
showAuthor = false
5656
# showAuthorBottom = false
57-
showHero = false
58-
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
57+
showHero = true
58+
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
5959
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
6060
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
6161
showBreadcrumbs = false
6262
showDraftLabel = true
6363
showEdit = false
64-
# editURL = "https://github.com/username/repo/"
64+
# editURL = "https://github.com/adityaxxz/adityaxxz.github.io/"
6565
editAppendPath = true
6666
seriesOpened = false
6767
showHeadingAnchors = true
6868
showPagination = true
6969
invertPagination = false
7070
showReadingTime = true
71-
showTableOfContents = false
72-
# showRelatedContent = false
73-
# relatedContentLimit = 3
71+
showTableOfContents = true
72+
showRelatedContent = true
73+
relatedContentLimit = 3
7474
showTaxonomies = false
7575
showAuthorsBadges = false
7676
showWordCount = true

Diff for: content/About/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
+++
2+
title = ''
3+
date = 2024-08-04
4+
draft = false
5+
+++
6+
7+
{{< typeit
8+
tag=h1
9+
lifeLike=true
10+
>}}
11+
About
12+
{{< /typeit >}}
13+

Diff for: content/Blog/The War of Art.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
+++
2+
title = 'The War of Art'
3+
date = 2024-08-04T22:26:37+05:30
4+
draft = false
5+
+++
6+
7+
8+
**Author : Steven Pressfield**
9+
10+
**Book Link :** [**The War of Art: Break Through the Blocks and Win Your Inner Creative Battles**](https://www.goodreads.com/book/show/156636123-the-war-of-art)
11+
12+
**"The War of Art"** is a concise, engaging, and practical guide to success in any creative field. It serves as a modern Sun-Tzu for the soul, addressing the internal obstacles that prevent us from achieving our goals. Bestselling novelist Steven Pressfield identifies the inner enemy we all face, provides a battle plan to overcome it, and explains how to achieve the highest level of creative discipline. This book emphasizes the resolve needed to recognize and surmount the barriers to ambition, offering tough love to inspire artists, writers, and businesspeople to realize their full potential.
13+
14+
## My learnings from the book
15+
16+
- Most of us have two lives. the life we live, and the unlived life within us.
17+
Between the two stands **resistance**.
18+
19+
- **What's resistance ?** Late at night have you experienced a vision of the person you might become, the work you could accomplish, the realized being you were meant to be? Are you a writer who doesn't write, a painter who doesn't paint, an entrepreneur who never starts a venture? Then you know what Resistance is.
20+
21+
- If you believe in God (and I do) you must declare **Resistance** evil, for it prevents us from achieving the life God intended when He endowed each of us with our own unique genius.(One of the great lines)

Diff for: content/Projects/index.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
+++
2+
title = ''
3+
date = 2024-08-04T22:36:47+05:30
4+
draft = false
5+
layout = 'simple'
6+
showComments = false
7+
+++
8+
9+
{{< typeit
10+
tag=h1
11+
lifeLike=true
12+
>}}
13+
Projects
14+
{{< /typeit >}}
15+
16+
17+
> "If you find my projects useful, a [star](https://github.com/adityaxxz?tab=repositories) ⭐ would be fantastic."
18+
19+
20+
21+
## Account Abstraction
22+
23+
{{< github repo="adityaxxz/account-abstraction" >}}

0 commit comments

Comments
 (0)