Hugo extended

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.
Read more

Search in Hugo

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.
Read more

Creating my website

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.
Read more
RSS