aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-12-02 14:26:08 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2024-12-02 14:26:08 +0100
commit71bfd6889ab78777155d861f2222b01c9e65f510 (patch)
treeec004cb1a02d7b6527a69eda13ac22bec10eca77
parent46a8670430cdc0ea387bd7e27eb22c1d3fe0c870 (diff)
Added the first post related to low quality posts
-rw-r--r--content/nano/_index.md0
-rw-r--r--content/nano/test.md12
-rw-r--r--hugo.toml12
-rw-r--r--layouts/partials/custom_head.html2
-rw-r--r--layouts/partials/footer.html14
m---------themes/hugo-bearblog0
6 files changed, 30 insertions, 10 deletions
diff --git a/content/nano/_index.md b/content/nano/_index.md
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/content/nano/_index.md
diff --git a/content/nano/test.md b/content/nano/test.md
new file mode 100644
index 0000000..dc1fb93
--- /dev/null
+++ b/content/nano/test.md
@@ -0,0 +1,12 @@
++++
+title = 'Low quality high frequency'
+date = "2024-12-02"
++++
+
+# Low quality high frequency
+
+I have always enjoyed reading. My parents always encouraged my reading habit when I was a child and that stuck with me. With that came an appreciation of good writing. As an child brought up in rural India, I was above average when it came to writing for school. But as I grew up, I realized how woefully incompetent I was at. This was demotivating and resulted in me to stop trying. So for the last 10 years or so, I didn't put pen and paper together other for writing for work or school. All this changed recently. First, I turned 30 recently which was a wake up call of sorts. I suddenly didn't care anymore for if I was incompetent or not. All I wanted to say to myself when I was 40 was that I had given it an honest to god shot. Secondly, every time I saw good writing, I was envious. I was envious of how this author was always going to be better than me at something that I cared about.
+
+While thinking about this, I realized something. I play badminton and can call myself objectively an advanced player without hubris. The advice I would give to a person that just started without doubt would be to just start and play as much as possible. Ask the people who are better than you for advice and try to one up yourself everyday. Then it hit me, that these authors that were better than me at this skill would tell me the same thing. Come to think of it, this applies to anything that you would like to learn. So I have decided to start writing at least once a week for the rest of the year. The topic can be as vague and the article can be of shoddy quality. But the important thing is to put things out there.
+
+Therefore, I am going to use this 'nanoblog' of sorts to create posts that are writing exercises of sorts. They are mainly for myself and may not have much value for readers. But I would like to look back on this first article one day and say to myself, "Boy am I glad that I stuck to it and don't write like that anymore." \ No newline at end of file
diff --git a/hugo.toml b/hugo.toml
index 768be84..fcaedb7 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -13,17 +13,11 @@ enableRobotsTXT = true
[menu]
[[menu.main]]
- name = 'Email'
- url = 'mailto:mail@karanjayachandra.com'
+ name = 'Posts'
+ url = '/nano'
[[menu.main]]
- name = 'CV'
+ name = 'Profile'
url = 'https://karanjayachandra.gitlab.io/cv'
- [[menu.main]]
- name = 'Social'
- url = 'https://www.linkedin.com/in/karanjayachandra'
- [[menu.main]]
- name = 'Code'
- url = 'https://gitlab.com/KaranJayachandra'
# Parameters for theming
[params]
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html
index b8ee102..022be35 100644
--- a/layouts/partials/custom_head.html
+++ b/layouts/partials/custom_head.html
@@ -1,3 +1,4 @@
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<style>
img {
width: 100%;
@@ -8,5 +9,4 @@
padding: 20px;
}
</style>
-
{{ if .Params.math }}{{ partial "katex.html" . }}{{ end }} \ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..67e9326
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,14 @@
+<div style="display: inline; padding: 15px">
+ <i class="fas fa-envelope"></i>
+ <a href="mailto:mail@karanjayachandra.com">Email</a>
+</div>
+<div style="display: inline; padding: 15px">
+ <i class="fa-brands fa-gitlab"></i>
+ <a href="https://gitlab.com/KaranJayachandra">Gitlab</a>
+</div>
+<div style="display: inline; padding: 15px">
+ <i class="fa-brands fa-linkedin"></i>
+ <a href="https://www.linkedin.com/in/karanjayachandra">LinkedIn</a>
+</div>
+<br><br>
+Made with <a href="https://github.com/janraasch/hugo-bearblog/">Hugo ʕ•ᴥ•ʔ Bear</a> \ No newline at end of file
diff --git a/themes/hugo-bearblog b/themes/hugo-bearblog
-Subproject 5fc1e03a7af2021d08c581d648c9082b3c48eb1
+Subproject efc24bc5e95f0ccb88051e1a7d95e8a1404e953