diff options
author | Julien Dessaux | 2021-03-23 21:33:26 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-23 21:33:26 +0100 |
commit | a80711123882723b010c6172213a0d4295265744 (patch) | |
tree | 309b4e7011fc2de47a4f3616578bf70d790fa108 /content/blog/hugo | |
parent | Small fixes with section titles (diff) | |
download | www-a80711123882723b010c6172213a0d4295265744.tar.gz www-a80711123882723b010c6172213a0d4295265744.tar.bz2 www-a80711123882723b010c6172213a0d4295265744.zip |
Added an openbsd article and simplified all useless relref
Diffstat (limited to 'content/blog/hugo')
-rw-r--r-- | content/blog/hugo/adding-custom-shortcode-age.md | 2 | ||||
-rw-r--r-- | content/blog/hugo/ditching-the-heavy-hugo-theme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/hugo/adding-custom-shortcode-age.md b/content/blog/hugo/adding-custom-shortcode-age.md index d694813..13cc4a5 100644 --- a/content/blog/hugo/adding-custom-shortcode-age.md +++ b/content/blog/hugo/adding-custom-shortcode-age.md @@ -8,7 +8,7 @@ tags: ## Introduction -On the [about-me]({{< relref "/docs/about-me/_index.md" >}}) page I had hardcoded my age. I wanted a way to calculate it automatically when building the site, here is how to do this. +On the [about-me]({{< ref "about-me" >}}) page I had hardcoded my age. I wanted a way to calculate it automatically when building the site, here is how to do this. ## Adding the shortcode diff --git a/content/blog/hugo/ditching-the-heavy-hugo-theme.md b/content/blog/hugo/ditching-the-heavy-hugo-theme.md index 8c56d0c..a4274ff 100644 --- a/content/blog/hugo/ditching-the-heavy-hugo-theme.md +++ b/content/blog/hugo/ditching-the-heavy-hugo-theme.md @@ -8,7 +8,7 @@ tags: ## Introduction -I felt a need for minimalism. I felt uneasy at the thought of 11 requests totalling about 750KB of minified files just to display a home page without any images, all that because of the docsy theme I went with when I [switched to hugo]({{< relref "/blog/hugo/switching-to-hugo" >}}) two years ago. +I felt a need for minimalism. I felt uneasy at the thought of 11 requests totalling about 750KB of minified files just to display a home page without any images, all that because of the docsy theme I went with when I [switched to hugo]({{< ref "switching-to-hugo" >}}) two years ago. I am not complaining about the theme which served me well when I needed to switch and was so focused on manually importing 10 years worth of wiki articles, but this uneasiness prevented me from updating this blog as often as I wanted. I was a bit ashamed about how heavy it was, and in some way prevented me from adding content to this website. |