From 9acb167758c9d66f4575b3f32e60be9fac5caad1 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 20 Mar 2022 03:59:46 +0530 Subject: Content Changes * Adds About Section * Adds Landing page intro * Adds Default Cover Image * Link Order Changes --- config.yml | 5 +++-- content/_index.md | 10 ++++++++++ content/about.md | 7 ++++++- static/cover.png | Bin 0 -> 86828 bytes static/me_pixel.png | Bin 0 -> 54724 bytes 5 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 content/_index.md create mode 100644 static/cover.png create mode 100644 static/me_pixel.png 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 Binary files /dev/null and b/static/cover.png differ diff --git a/static/me_pixel.png b/static/me_pixel.png new file mode 100644 index 0000000..f82a4f6 Binary files /dev/null and b/static/me_pixel.png differ -- cgit v1.2.3