commit 6f9c0a2fdaea5795506b78f342b44e38b9c21125
parent ea6f203b88f74b7120a5bf87b3de05e0646130a6
Author: niljimeno <niliara@proton.me>
Date: Sat, 29 Nov 2025 19:05:47 +0100
small updates
Diffstat:
6 files changed, 92 insertions(+), 6 deletions(-)
diff --git a/content/blog/writting-attempt.md b/content/blog/writting-attempt.md
@@ -0,0 +1,77 @@
++++
+title = 'Writting something obvious for practice and fun'
+date = 2025-11-23T23:23:05+01:00
+draft = false
++++
+Here's a common idea:
+"nothing is good in excess".
+It usually follows with another one:
+"everything is bad if regulated" or something along these lines.
+We have been taught that nocive habits
+are only really bad when they are practiced in excess.
+
+For example, if you see a skinny person eating chips,
+you're not going to think about the problem this
+supposes to their health.
+
+It's interesting:
+that person is destroying its body
+for a seemingly senseless activity,
+and we see nothing wrong with that.
+Granted, the effects are *not noticeable*
+in plain sight,
+**but that doesn't mean they aren't there**.
+
+*Allow me to elaborate..*
+
+
+## Every choice has a consequence
+The quote that made me change my mind was from
+Dr Eric Berg, when he was talking about nutrition
+and explained this same concept.
+Eating chips has negative effects **and** no positive effects,
+therefore *it's just bad*. Logical, isn't it?
+
+Now, take that concept and apply it to other aspects of life.
+
+Social media consumption, as of now, has no opposite outcome
+that makes up for its negatives.
+Therefore, it doesn't matter how long you are on your phone:
+you will *still* face its negative effects in a minor scale.
+
+As for TV (and especially advertisements),
+*yes*, all of these have an effect on you, even if you
+watch them "in moderation".
+
+
+## This is why advertisements work!
+Advertisements are meant to have an effect on you.
+They are meant to change your worldview and your perspective
+with subtile ideas.
+Even if you believe they have no effect on you,
+**ads exist for a reason**.
+
+Needless to say, the effects are hard to quantify.
+The most common consequence is a disatisfaction with
+your current state in life,
+but how do you quantify that?
+How can you tell how you would have been if you haven't
+watched that many advertisements?
+
+As paranoid as it may sound,
+it's important to remember that *these effects still exist*
+and distancing yourself for it will **almost certainly**
+have a positive impact on your life.
+
+
+## Isn't that impractical?
+Going all-in against negative habits
+also brings challenges and negative consequences!
+It could be like stopping a water leak but breaking
+the rest of the water system in the process.
+
+With that said,
+I like considering my options before doing things,
+thinking of what I have to gain and lose
+depending of what I choose.
+So far this has only lead to positive outcomes.
diff --git a/layouts/blog/list.html b/layouts/blog/list.html
@@ -3,8 +3,9 @@
<div class="links">
<ul>
{{- range .Pages -}}
- <li><a class="alt" href="{{ .Permalink }}"><h3 style="display: inline">{{ .Title }}</h3> <span>--{{ .Date | time.Format ":date_short" }}</span></a></li>
+ <a class="alt" href="{{ .Permalink }}"><li><h3 style="display: inline">{{ .Title }}</h3> <span>--{{ .Date | time.Format ":date_short" }}</span></li></a>
{{- end -}}
</ul>
</div>
{{ end }}
+
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
@@ -1,6 +1,9 @@
{{ define "main" }}
<hr>
{{ .Content }}
+<br/><br/>
+{{- block "about" . }}{{- end }}
+<br/>
{{ end }}
{{ define "about" }}
diff --git a/layouts/index.html b/layouts/index.html
@@ -61,7 +61,6 @@
<span>Last change: <a href="{{ .Permalink }}">{{ .Date | time.Format ":date_long" }}</a></span><br/><br/>
<span>Ascii art by <a href="https://ascii.co.uk/art/rabbit">vwc</a></span><br/><br/>
- <span>contact email: ojmjbsbAqspupo/nf</span><br/>
<a href="/index.xml">RSS</a>
{{end}}
</p>
diff --git a/static/blog.css b/static/blog.css
@@ -58,6 +58,8 @@ a.alt:hover h3 {
a.alt span {
color: var(--comment);
+ float: right;
+ margin-right: 1.3em;
}
@font-face {
@@ -115,3 +117,11 @@ div.index div {
td {
padding-right: 1em;
}
+
+li {
+ list-style: circle;
+}
+
+a.alt:hover li {
+ list-style: disc;
+}
diff --git a/static/style.css b/static/style.css
@@ -104,10 +104,6 @@ nav.center {
justify-content: center;
}
-ul {
- list-style: none;
-}
-
div {
margin: 0;
}