Skip to content

Commit 104c013

Browse files
committed
about changed
1 parent e74b8d6 commit 104c013

38 files changed

+1610
-291
lines changed

config/_default/languages.en.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
languageCode = "en"
22
languageName = "English"
3-
weight = 100
3+
weight = 1
44
title = "0xAdra"
55

66
[params]
77
displayName = "EN"
88
isoCode = "en"
99
rtl = false
1010
dateFormat = "2 January 2006"
11-
logo = "./assets/favicon-32x32.png"
11+
logo = "./static/favicon-32x32.png"
1212
#secondaryLogo = "img/secondary-logo.png"
1313
#description = "My Personal Website"
1414
copyright = "0xAdra ©2024"

config/_default/menus.en.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313

1414
[[main]]
15-
name = "Blog"
16-
pageRef = "Blog"
15+
name = "Blogs"
16+
pageRef = "Blogs"
1717
weight = 2
1818

1919
[[main]]
@@ -24,7 +24,7 @@ weight = 3
2424
[[main]]
2525
name = "About"
2626
pageRef = "About"
27-
weight = 30
27+
weight = 4
2828

2929
#[[main]]##
3030
# name = "Parent"

config/_default/params.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ enableCodeCopy = false
1818
disableImageOptimization = true
1919
disableTextInHeader = false
2020

21-
defaultBackgroundImage = "wlppr.jpg" # used as default for background images
22-
defaultFeaturedImage = "me.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

2424
highlightCurrentMenuArea = true
2525
smartTOC = true
@@ -55,8 +55,8 @@ smartTOCHideUnfocusedChildren = true
5555
showAuthor = false
5656
# showAuthorBottom = false
5757
showHero = true
58-
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
59-
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
58+
heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
59+
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground
6060
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
6161
showBreadcrumbs = false
6262
showDraftLabel = true

content/About/index.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title = 'About'
33
date = 2024-08-04
44
draft = false
5+
layout = 'simple'
56
+++
67

78
<!-- {{< typeit
@@ -17,19 +18,12 @@ About
1718
<h4> <ins>Things I believe</ins>
1819

1920
- Form is everything
20-
2121
- Excess in moderation
22-
2322
- Think less
24-
2523
- Always instinct
26-
2724
- AI will be transformative, soon, and it may not go well
28-
2925
- Choosing to care about silly things (especially communities) is important
30-
3126
- Strength before weakness
32-
3327
- Things gonna be more challenging
3428

3529

content/Blog/The War of Art/index.md

-21
This file was deleted.

content/Blogs/The War of Art/index.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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)
22+
23+
- Look in your own heart. Unless I'm crazy, right now a still small voice is piping up, telling you as it has ten thousand times, the calling that is yours and yours alone. You know it. No one has to tell you. And you're no closer to taking action on it than you were yesterday or will be tomorrow. You think Resistance isn't real? **Resistance** will bury you.
24+
25+

content/Projects/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Projects
1414
{{< /typeit >}}
1515

1616

17-
> "If you find my projects useful, a [star](https://github.com/adityaxxz?tab=repositories) would be fantastic."
17+
> "If you find my projects useful, a [star](https://github.com/adityaxxz?tab=repositories) would be fantastic."
1818
1919

2020

public/404.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@
152152

153153

154154

155-
<a href="/blog/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
155+
<a href="/blogs/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
156156

157157
<p class="text-base font-medium" title="">
158-
Blog
158+
Blogs
159159
</p>
160160
</a>
161161

@@ -319,10 +319,10 @@
319319

320320

321321
<li class="mt-1">
322-
<a href="/blog/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
322+
<a href="/blogs/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
323323

324324
<p class="text-bg font-bg" title="">
325-
Blog
325+
Blogs
326326
</p>
327327
</a>
328328
</li>

0 commit comments

Comments
 (0)