diff --git a/config.toml b/config.toml index 332d3858..de789afc 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = 'en-us' title = 'vodoraslo' theme = 'lugo' pluralizelisttitles = false +enableGitInfo = true [params] description = "A blog about the things I'm interested in - Japanese, my library and posting obscure problems I've solved. Will post my takes on 神ゲー vinnies" diff --git a/public/articles/blog/how-i-fixed-my-synapse-matrix-federation/index.html b/public/articles/blog/how-i-fixed-my-synapse-matrix-federation/index.html index 35f9c50e..87515c3c 100644 --- a/public/articles/blog/how-i-fixed-my-synapse-matrix-federation/index.html +++ b/public/articles/blog/how-i-fixed-my-synapse-matrix-federation/index.html @@ -4,7 +4,7 @@ How I Fixed My Synapse's Matrix Federation | vodoraslo - +

Federation issues

+
+

Last updated: 2023年5月14日 (日)

Federation issues

I for the life of me couldn’t get synapse’s (matrix’s) federation to work. It said that the encryption couldn’t be trusted, i could join public rooms but i couldn’t start any chats, i couldn’t invite people to my rooms, i couldn’t get invited to rooms.

How I fixed it

Go to your homeserver.yaml file

diff --git a/public/articles/blog/meta-description-in-hugo/index.html b/public/articles/blog/meta-description-in-hugo/index.html index 1b51b64b..59a6a92b 100644 --- a/public/articles/blog/meta-description-in-hugo/index.html +++ b/public/articles/blog/meta-description-in-hugo/index.html @@ -4,7 +4,7 @@ Meta Description in Hugo | vodoraslo - + @@ -23,7 +23,8 @@
-

Adding meta description in Hugo

+
+

Last updated: 2023年5月14日 (日)

Adding meta description in Hugo

I assume you are using Luke Smith’s theme - Lugo, if you are not, you’d have to find these files yourself (e.g. search using vscode).

Setting a global meta description

    diff --git a/public/articles/blog/multiple-index-pages-in-hugo/index.html b/public/articles/blog/multiple-index-pages-in-hugo/index.html index cc3cd2bf..f42b6978 100644 --- a/public/articles/blog/multiple-index-pages-in-hugo/index.html +++ b/public/articles/blog/multiple-index-pages-in-hugo/index.html @@ -4,7 +4,7 @@ Multiple Index Pages in Hugo | vodoraslo - +
  1. Using your custom _index.html
  2. -

    This is how to create multiple index pages in Hugo

    +
    +

    Last updated: 2023年5月14日 (日)

    This is how to create multiple index pages in Hugo

    I wanted to order Hackbook in reverse (i.e. oldest to newest) so that it’s easier for the reader to start at the correct page.

    I ran into the following problem - the default list.html does them from newest to oldest.

    So I found this forum post and I created a file in the _default directory as follows:

    diff --git a/public/articles/blog/pluralization-issues/index.html b/public/articles/blog/pluralization-issues/index.html index 31be73b6..68192514 100644 --- a/public/articles/blog/pluralization-issues/index.html +++ b/public/articles/blog/pluralization-issues/index.html @@ -4,7 +4,7 @@ Pluralization Issues (Blogs Instead of Blog) | vodoraslo - +
    -

    this is my first entry and i’m already having issues lol

    +
    +

    Last updated: 2023年5月14日 (日)

    this is my first entry and i’m already having issues lol

    So I wanted to make a quick entry, see how it looks like and I stumbled upon this issue of hugo pluralzing Blog into Blogs

    You can fix this in config.toml with the following line

    diff --git a/public/articles/blog/recover-lost-anki-streak/index.html b/public/articles/blog/recover-lost-anki-streak/index.html index 6a1dc086..a0163150 100644 --- a/public/articles/blog/recover-lost-anki-streak/index.html +++ b/public/articles/blog/recover-lost-anki-streak/index.html @@ -4,7 +4,7 @@ Recover Lost Anki Streak | vodoraslo - +

    How to recover a lost anki streak

    +
    +

    Last updated: 2023年5月14日 (日)

    How to recover a lost anki streak

    Word for word copy paste of what fixed my issue. Original post

    btw i had to create a seperate Custom Study for cards i had forgotten, i set it to 1 day, did one review and followed from step 7

    Happened to me as well, idk why. But there is a way to cheat streaks:

    diff --git a/public/articles/index.html b/public/articles/index.html index 13f9aba0..088f49c7 100644 --- a/public/articles/index.html +++ b/public/articles/index.html @@ -4,7 +4,7 @@ Articles | vodoraslo - + diff --git a/public/articles/index.xml b/public/articles/index.xml index 7cf26bf5..08534fbd 100644 --- a/public/articles/index.xml +++ b/public/articles/index.xml @@ -5,7 +5,6 @@ Recent content in Articles on vodoraslo Hugo -- gohugo.io en-us - Thu, 04 May 2023 10:12:26 +0300 diff --git a/public/articles/updates/helloworld/index.html b/public/articles/updates/helloworld/index.html index 1fbae791..f390e009 100644 --- a/public/articles/updates/helloworld/index.html +++ b/public/articles/updates/helloworld/index.html @@ -4,7 +4,7 @@ Hello World / About Me | vodoraslo - +

    Obligatory Hello World!

    +
    +

    Last updated: 2023年5月14日 (日)

    Obligatory Hello World!

    trying to see which hugo theme i like best

    had some issues with papermod and their css not working so for now i’ll use lugo

    i think the css looks pretty alright

    diff --git a/public/articles/updates/updated-the-css-again/index.html b/public/articles/updates/updated-the-css-again/index.html index 1266259d..1332311c 100644 --- a/public/articles/updates/updated-the-css-again/index.html +++ b/public/articles/updates/updated-the-css-again/index.html @@ -4,7 +4,7 @@ Updated the Css Again (Prefers-Color-Scheme) | vodoraslo - +

    I actually updated the css once more.

    +
    +

    Last updated: 2023年5月14日 (日)

    I actually updated the css once more.

    If you’re using a dark theme in your browser, the website will follow suit and change to darker colors.

    I did this by setting the light theme to be by default for more readability:

    diff --git a/public/articles/updates/yoinked-css/index.html b/public/articles/updates/yoinked-css/index.html index 29ea6ace..9312954b 100644 --- a/public/articles/updates/yoinked-css/index.html +++ b/public/articles/updates/yoinked-css/index.html @@ -4,7 +4,7 @@ Yoinked Some Css and Updated the Site | vodoraslo - + @@ -23,7 +23,8 @@
    -

    yoinked lukes css and updated the site, its basically his colors for the headers and my cyan anchor links.. very pretty much wow

    +
    +

    Last updated: 2023年5月14日 (日)

    yoinked lukes css and updated the site, its basically his colors for the headers and my cyan anchor links.. very pretty much wow

    ⏩📧 Reply via email! diff --git a/public/contact/index.html b/public/contact/index.html index e30fa419..1e7d448c 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -4,7 +4,7 @@ Contact | vodoraslo - + @@ -24,7 +24,8 @@ Email - contact@vodoraslo.xyz (PGP) XMPP - nebe@yourdata.forsale "/>
    -

    You can contact me by:

    +
    +

    Last updated: 2023年7月9日 (日)

    You can contact me by: