Skip to content

Commit e74b8d6

Browse files
committed
blowfish-v1-update
1 parent 1c641f3 commit e74b8d6

File tree

25 files changed

+1730
-1294
lines changed

25 files changed

+1730
-1294
lines changed

assets/favicon-16x16.png

582 Bytes
Loading

assets/favicon-32x32.png

1.06 KB
Loading

assets/favicon.ico

15 KB
Binary file not shown.

config/_default/languages.en.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ title = "0xAdra"
88
isoCode = "en"
99
rtl = false
1010
dateFormat = "2 January 2006"
11-
logo = "images/me.jpg"
12-
# secondaryLogo = "img/secondary-logo.png"
13-
# description = "My awesome website"
11+
logo = "./assets/favicon-32x32.png"
12+
#secondaryLogo = "img/secondary-logo.png"
13+
#description = "My Personal Website"
1414
copyright = "0xAdra ©2024"
1515

1616
[author]
@@ -19,6 +19,8 @@ title = "0xAdra"
1919
headline = "Security Researcher"
2020
bio = "Security Researcher"
2121
links = [
22+
{ github = "https://github.com/adityaxxz" },
23+
{ x-twitter = "https://twitter.com/0xadra" },
2224
{ email = "mailto:adityaranjan5995@gmail.com" },
2325
# { link = "https://link-to-some-website.com/" },
2426
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
@@ -32,7 +34,6 @@ title = "0xAdra"
3234
# { facebook = "https://facebook.com/username" },
3335
# { flickr = "https://www.flickr.com/photos/username/" },
3436
# { foursquare = "https://foursquare.com/username" },
35-
# { github = "https://github.com/username" },
3637
# { gitlab = "https://gitlab.com/username" },
3738
# { google = "https://www.google.com/" },
3839
# { hashnode = "https://username.hashnode.dev" },
@@ -62,7 +63,6 @@ title = "0xAdra"
6263
# { tumblr = "https://username.tumblr.com" },
6364
# { twitch = "https://twitch.tv/username" },
6465
# { 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" },

config/_default/menus.en.toml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@
1010
# overridden by providing a weight value. The menu will then be
1111
# ordered by weight from lowest to highest.
1212

13+
1314
[[main]]
1415
name = "Blog"
1516
pageRef = "Blog"
16-
weight = 10
17+
weight = 2
1718

1819
[[main]]
1920
name = "Projects"
2021
pageRef = "Projects"
21-
weight = 20
22+
weight = 3
2223

2324
[[main]]
2425
name = "About"
@@ -68,12 +69,12 @@ weight = 30
6869
# the copyright notice. Configure as per the main menu above.
6970

7071

71-
[[footer]]
72-
name = "Tags"
73-
pageRef = "tags"
74-
weight = 10
75-
76-
[[footer]]
77-
name = "Categories"
78-
pageRef = "categories"
79-
weight = 20
72+
# [[footer]]
73+
# name = "Tags"
74+
# pageRef = "tags"
75+
# weight = 10
76+
#
77+
# [[footer]]
78+
# name = "Categories"
79+
# pageRef = "categories"
80+
# weight = 20

config/_default/params.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ smartTOCHideUnfocusedChildren = true
4949
[article]
5050
showDate = true
5151
showViews = false
52-
showLikes = true
53-
showDateOnlyInArticle = false
52+
showLikes = false
53+
showDateOnlyInArticle = true
5454
showDateUpdated = true
5555
showAuthor = false
5656
# showAuthorBottom = false
@@ -69,11 +69,11 @@ smartTOCHideUnfocusedChildren = true
6969
invertPagination = false
7070
showReadingTime = true
7171
showTableOfContents = true
72-
showRelatedContent = true
72+
showRelatedContent = false
7373
relatedContentLimit = 3
7474
showTaxonomies = false
7575
showAuthorsBadges = false
76-
showWordCount = true
76+
showWordCount = false
7777
# sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
7878
showZenMode = false
7979

content/About/index.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
+++
2-
title = ''
2+
title = 'About'
33
date = 2024-08-04
44
draft = false
55
+++
66

7-
{{< typeit
7+
<!-- {{< typeit
88
tag=h1
99
lifeLike=true
1010
>}}
1111
About
12-
{{< /typeit >}}
12+
{{< /typeit >}} -->
13+
14+
<h3>An independent security researcher & developer auditing smart contracts for a living...
15+
<p>
16+
17+
<h4> <ins>Things I believe</ins>
18+
19+
- Form is everything
20+
21+
- Excess in moderation
22+
23+
- Think less
24+
25+
- Always instinct
26+
27+
- AI will be transformative, soon, and it may not go well
28+
29+
- Choosing to care about silly things (especially communities) is important
30+
31+
- Strength before weakness
32+
33+
- Things gonna be more challenging
34+
35+
36+
<h4> <ins>Quotes I Like</ins>
37+
<p>
38+
39+
- "Given enough eyeballs, all bugs are shallow"
1340

5.06 MB
Loading
File renamed without changes.

public/404.html

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,15 @@
7777

7878

7979

80-
<link href="mailto:adityaranjan5995@gmail.com" rel="me" />
80+
<link href="https://github.com/adityaxxz" rel="me" />
8181

8282

8383
<link href="https://twitter.com/0xadra" rel="me" />
8484

8585

86+
<link href="mailto:adityaranjan5995@gmail.com" rel="me" />
87+
88+
8689

8790

8891

@@ -409,28 +412,6 @@ <h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1>
409412

410413

411414

412-
<nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
413-
<ul class="flex flex-col list-none sm:flex-row">
414-
415-
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
416-
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href="/tags/"
417-
title="">
418-
419-
Tags
420-
</a>
421-
</li>
422-
423-
<li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
424-
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2 flex items-center" href="/categories/"
425-
title="">
426-
427-
Categories
428-
</a>
429-
</li>
430-
431-
</ul>
432-
</nav>
433-
434415

435416
<div class="flex items-center justify-between">
436417

0 commit comments

Comments
 (0)