aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-25 17:16:39 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2022-06-25 17:16:39 +0200
commitab1b53ab8a77c2597527d7548dd073895bca0333 (patch)
tree7e63018fdf94750eb4b2747a82972601fc43afa9
parentb16207cc15f5ad3eb9b4ce3194a72609b12529c1 (diff)
downloadgabrielgio.me-ab1b53ab8a77c2597527d7548dd073895bca0333.tar.gz
gabrielgio.me-ab1b53ab8a77c2597527d7548dd073895bca0333.tar.bz2
gabrielgio.me-ab1b53ab8a77c2597527d7548dd073895bca0333.zip
ref: Move project link to sr.ht
-rw-r--r--content/projects/_index.md4
-rw-r--r--themes/flamingo/layouts/partials/header.html1
2 files changed, 2 insertions, 3 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index 7dfbe4c..201b74b 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -43,10 +43,10 @@ Just a list of some projects I have done and find useful on my day-to-day life.
podcast client.
- [Password generator](https://genpass.gabrielgio.me/)
- [[gitlab](https://gitlab.com/gabrielgio/genpass)]
+ [[sr.ht](https://git.sr.ht/~gabrielgio/genpass)]
It started with me having fun with clojure script ([last
- commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)).
+ commit](https://git.sr.ht/~gabrielgio/genpass/commit/2db3d88503fbe219e99c464c4cc8e768613e1359)).
Now I have been using it as a playground to play a bit with rust/wasm and it
is a quite interesting comparacion to make. The cljs implementation could
not handle more than 1k chars, while the wasm can easly handle >100k. Is it
diff --git a/themes/flamingo/layouts/partials/header.html b/themes/flamingo/layouts/partials/header.html
index 713096b..bd233ed 100644
--- a/themes/flamingo/layouts/partials/header.html
+++ b/themes/flamingo/layouts/partials/header.html
@@ -7,7 +7,6 @@
</a>
<nav>
<ul>
- <li><a class="{{ cond (eq .Title "Posts") "active-link" ""}}" href="/posts/">posts</a></li>
<li><a class="{{ cond (eq .Title "Projects") "active-link" ""}}" href="/projects/">projects</a></li>
<li><a
href="https://artifacts.gabrielgio.me/cv/cv.pdf"