From aaa2da4e22be420891a00bb1b33bdfc431db80bd Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Fri, 30 Sep 2022 18:19:17 +0530 Subject: Theming: IN-PROGRESS --- src/index.njk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/index.njk') diff --git a/src/index.njk b/src/index.njk index 9bf43ca..b4650d6 100644 --- a/src/index.njk +++ b/src/index.njk @@ -4,27 +4,27 @@ title: Home alternatetitle: "Hello Friend!! My name is Indrajith K L." ---
-
+

{{alternatetitle}}

I'm a web developer, hobbyist game developer from Kerala, India working as a front-end developer. - This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you here why don't you read some posts. + This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you here why don't you read some posts.

-
-

Recent Posts

+
+

Recent Posts

{% for post in collections.posts | reverse %} {% if (loop.index <= 4) %} -
+

{{post.data.title}}

- +
{% endif %} {% else %} -
+

No Posts

{% endfor %} -- cgit v1.2.3 From 62ed7b262455d2535085903ef5bfd62b699dd89c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 1 Oct 2022 19:31:46 +0530 Subject: Theming & CV Changes * Adds New Color themes based on happyhues * Adds CV - In-Progress --- src/index.njk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/index.njk') diff --git a/src/index.njk b/src/index.njk index b4650d6..751d15d 100644 --- a/src/index.njk +++ b/src/index.njk @@ -4,9 +4,9 @@ title: Home alternatetitle: "Hello Friend!! My name is Indrajith K L." ---
-
-

{{alternatetitle}}

-

+

+

{{alternatetitle}}

+

I'm a web developer, hobbyist game developer from Kerala, India working as a front-end developer. This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you here why don't you read some posts.

@@ -14,17 +14,17 @@ alternatetitle: "Hello Friend!! My name is Indrajith K L."
-

Recent Posts

+

Recent Posts

{% for post in collections.posts | reverse %} {% if (loop.index <= 4) %} -
+

{{post.data.title}}

{% endif %} {% else %} -
+

No Posts

{% endfor %} -- cgit v1.2.3