From b876019d63c5aa940add10d1bb853c9a6dac66bd Mon Sep 17 00:00:00 2001 From: Nikolas Date: Tue, 29 Oct 2024 14:36:47 +0200 Subject: index: rephrase --- content/notes/_index.md | 6 +----- content/photos/_index.md | 2 +- templates/index.html | 5 ++--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/content/notes/_index.md b/content/notes/_index.md index e9428fc..dc17d07 100644 --- a/content/notes/_index.md +++ b/content/notes/_index.md @@ -5,8 +5,4 @@ page_template = "notes-page.html" render=false +++ -These are my "living" notes. They can hold opinions, things to remember, ideas to express, and more. - -Opinions and perspectives evolve, so you should expect that the content of the notes might change as well to reflect that. - -They could be about anything but will most probably relate to software. +Software (probably) related thoughts. Will try to keep them updated... diff --git a/content/photos/_index.md b/content/photos/_index.md index 6e5f617..2c829e9 100644 --- a/content/photos/_index.md +++ b/content/photos/_index.md @@ -6,4 +6,4 @@ page_template = "photos-page.html" paginate_by = 2 +++ -I recently decided to dive into the exciting world of photography and picked up a used camera. If I like any of the photos I take, I will consider uploading them here. +Poor man's social media account (without the social lol). diff --git a/templates/index.html b/templates/index.html index c9d0cea..a740ef7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,5 @@ {% extends "base.html" %} {% block body %}

Archive

-

Opinions are (hopefully) my own.

{% set notes_section = get_section(path="notes/_index.md") %}

{{notes_section.title}}

@@ -14,7 +13,7 @@ {% set photos_section = get_section(path="photos/_index.md") %}

{{photos_section.title}}

{{ photos_section.content | safe}} -Check them out +Check it out

Links

{% endblock body %} -- cgit v1.2.3