Jiří Štefka
#stfka.eu
I have some exciting news to share:
https://stfka.eu, now has an RSS feed! This means that you can easily stay up-to-date with all the latest posts and updates by subscribing to our RSS feed using a feed reader app or service.
Nice! But… what is RSS, you may ask? It stands for “Really Simple Syndication” and it’s a way for websites to share their content with readers in a standardized format.
Jiří Štefka
#hugo
#stfka.eu
Hugo extended Well, did you know, that there’s a build of Hugo that’s built with extended tag? I did, but every single build I installed from all package managers did have that flag.
But the prebuilt archive for arm Linux did not…
The problem I added a CSS background animation, as you can see. But for whatever reason, the css for it was not built. The built site did not have any of the modified css.
Jiří Štefka
#Hugo
#stfka.eu
#Pagefind
Well, it’s not a good blog website if you can’t search on it, right? So I decided to implement a search bar.
Search on a static website Indexing your static site is probably the hardest part of doing search. You can either use some JS script where the client will index the site or you can index it on the server after you generate the site.
Well Pagefind is the second one.
Jiří Štefka
#Hugo
#stfka.eu
Today I finally decided to create my website. I was learning for school and I needed a break, so I decded to take a look into static site generators.
Why static site generators? Well, I love how you can have the best of both worlds. You can easily add/modify/remove content, as on dynamic sites, but you still have blazingly fast loading times, as with static sites.
Docusaurus vs Hugo I already knew Docusaurus.