diff options
-rw-r--r-- | config.yml | 5 | ||||
-rw-r--r-- | content/_index.md | 10 | ||||
-rw-r--r-- | content/about.md | 7 | ||||
-rw-r--r-- | static/cover.png | bin | 0 -> 86828 bytes | |||
-rw-r--r-- | static/me_pixel.png | bin | 0 -> 54724 bytes |
5 files changed, 19 insertions, 3 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..58bac07 --- /dev/null +++ b/static/cover.png diff --git a/static/me_pixel.png b/static/me_pixel.png Binary files differnew file mode 100644 index 0000000..f82a4f6 --- /dev/null +++ b/static/me_pixel.png |