summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-15 15:19:06 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-15 15:19:06 -0300
commiteca171fbab048fa443e4bf0f73c0986f42a49252 (patch)
treeafc3dcba7e0648f71e243c4f6c5c2a12568c54a1
parent9440b71c57270f55841209bf240a75ee532ac50a (diff)
Changed main index and removed resume from main menu
-rw-r--r--config.toml18
-rw-r--r--content/_index.md22
-rw-r--r--themes/archie/layouts/_default/single.html2
3 files changed, 29 insertions, 13 deletions
diff --git a/config.toml b/config.toml
index cd633be..b2fbdcc 100644
--- a/config.toml
+++ b/config.toml
@@ -42,6 +42,7 @@ copyright = "© Roger Gonzalez"
url = "https://yams.media/"
description = "A higly opinionated media server"
gitlab = "https://gitlab.com/rogs/yams"
+ rogsgit = "https://git.rogs.me/yams.git/"
[[params.projects.work]]
name = "Certn - Workday integration"
@@ -85,19 +86,24 @@ url = "/"
weight = 1
[[menu.main]]
-name = "Resume"
-url = "/resume/"
+name = "About"
+url = "/about/"
weight = 2
[[menu.main]]
-name = "Posts"
-url = "/posts/"
+name = "Contact"
+url = "/contact/"
weight = 3
[[menu.main]]
-name = "Contact"
-url = "/contact/"
+name = "Posts"
+url = "/posts/"
weight = 4
+[[menu.main]]
+name = "Donate"
+url = "/donate/"
+weight = 5
+
[markup.goldmark.renderer]
unsafe = true
diff --git a/content/_index.md b/content/_index.md
index 6733e88..7336e1c 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -6,17 +6,17 @@ lastmod: 2023-01-14T09:50:41-03:00
# Introduction
-Hello world! I'm a Backend web developer from Valencia, Venezuela, but now
-living in [Montevideo, Uruguay](https://www.openstreetmap.org/relation/2929054).
+Hello world! I'm a Backend web developer from [Valencia, Venezuela](https://www.openstreetmap.org/relation/272745), but now living in [Montevideo, Uruguay](https://www.openstreetmap.org/relation/2929054).
-I have experience in front-end, back-end, and DevOps. New technologies fuel my
-desire to learn more and more each day. I try to keep my code as clean as
-possible, following established standards for the technology I'm using at the
-moment.
+I have a tendency to selfhost as much of my digital life as I can. Why? beacuse ~~I'm a masochist~~ I like to have control over my information and I want everthing to be as minimal as possible.
-I love Open Source projects. Knowledge should be available to everyone who wants
+The full list of selfhosted software I'm running is in the [about page](/about).
+
+If it not obvious yet, I love Open Source projects ❤️. Knowledge should be available to everyone who wants
it.
+You can have more information about me in the [about page](/about).
+
# My latest posts <a class="soc" target="_blank" href="/index.xml" title="fas fa-rss"><i class="fas fa-rss" aria-hidden="true"></i></a>
{{< artlist >}}
@@ -24,3 +24,11 @@ it.
# My personal projets
{{< personal-projects >}}
+
+# Give me money?
+
+If you like my website, my posts, or you just have money laying around, you can give me some internet 🤑 moneyz 💸
+
+Also: [Donate page](/donate) / [Contact page](/contact)
+
+{{<crypto>}}
diff --git a/themes/archie/layouts/_default/single.html b/themes/archie/layouts/_default/single.html
index 0c1ae75..d9042f4 100644
--- a/themes/archie/layouts/_default/single.html
+++ b/themes/archie/layouts/_default/single.html
@@ -3,8 +3,10 @@
<article>
<div class="title">
<h1 class="title">{{ .Title }}</h1>
+ {{ if .InSection (.Site.GetPage "posts") }}
<div class="meta">Posted on {{ dateFormat "Jan 2, 2006" .Date }}{{ if .Draft }} <span class="draft-label">DRAFT</span> {{ end }}</div>
<div class="meta">Last updated on {{ dateFormat "Jan 2, 2006" .Lastmod }}</div>
+ {{ end }}
</div>
{{ if isset .Params "tldr" }}
<div class="tldr">