summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndrajith K L2022-03-20 03:59:46 +0530
committerIndrajith K L2022-03-20 03:59:46 +0530
commit9acb167758c9d66f4575b3f32e60be9fac5caad1 (patch)
treecd28a33e57e4597a5bd82817fc51678ea41969d8
parent557aabef3b963833fc3d64231b122da5c2a1c2d0 (diff)
downloadexperimentsofindrajith-9acb167758c9d66f4575b3f32e60be9fac5caad1.tar.gz
experimentsofindrajith-9acb167758c9d66f4575b3f32e60be9fac5caad1.tar.bz2
experimentsofindrajith-9acb167758c9d66f4575b3f32e60be9fac5caad1.zip
Content Changes
* Adds About Section * Adds Landing page intro * Adds Default Cover Image * Link Order Changes
-rw-r--r--config.yml5
-rw-r--r--content/_index.md10
-rw-r--r--content/about.md7
-rw-r--r--static/cover.pngbin0 -> 86828 bytes
-rw-r--r--static/me_pixel.pngbin0 -> 54724 bytes
5 files changed, 19 insertions, 3 deletions
diff --git a/config.yml b/config.yml
index 4bbdffe..3daa92f 100644
--- a/config.yml
+++ b/config.yml
@@ -3,9 +3,10 @@ languageCode: en-us
title: Experiments of Indrajith
theme: terminal
copyright: Indrajith K L
-Description: Personal website of Indrajith K L portraying Game Designs, Web Development and IoT experiments
+Description: Personal website of Indrajith K L portraying Game Designs, Web Development, IoT and Thought Experiments
params:
themeColor: pink
+ AutoCover: true
logo:
logoText: Experiments of Indrajith
@@ -28,7 +29,7 @@ menu:
- identifier: about
name : About
url : /about
- weight : 3
+ weight : 50
languages:
en:
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..16472e5
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,10 @@
+---
+layout: "index"
+framed: true
+---
+
+# Hello Friend!
+Eveyday we change the world. But to change the world in a way that means anything, that takes more time than most people have.
+It never happens all at once. It's slow, it's methodical, it's exhausting. We don't all have the stomach for it.
+
+-- Mr. Robot
diff --git a/content/about.md b/content/about.md
index d92a4cb..62f9bee 100644
--- a/content/about.md
+++ b/content/about.md
@@ -3,5 +3,10 @@ title: "About"
url: "/about/"
summary: about
enableComment: false
+cover: "me_pixel.png"
---
-Hey there
+There is nothing special about me. I'm just an average ambivert(mostly introvert) software developer who loves Programming,
+Game Development, Astrophysics and Mathematics. This website will act as a playground for me to show off my programming skills,
+Game Development projects, IoT experiements, Ranting and Thought Experiments. Oh by the way my name is Indrajith K L.
+
+❤
diff --git a/static/cover.png b/static/cover.png
new file mode 100644
index 0000000..58bac07
--- /dev/null
+++ b/static/cover.png
Binary files differ
diff --git a/static/me_pixel.png b/static/me_pixel.png
new file mode 100644
index 0000000..f82a4f6
--- /dev/null
+++ b/static/me_pixel.png
Binary files differ