Below you will find pages that utilize the taxonomy term “blog”
Posts
How to create static blog using GitLab pages
Some instructions still might be useful.
Go to GitLab and register there if you have not yet. I prefer GitLab over GitHub for several reasons: you can have pages for a private repository (and set access control for them) - GitHub allows you to only have public pages for a public repository or private pages for private repository when you have enterprise account. GitLab has integrated CI/CD automation you can immediately use Ukrainian origin :) Create a new repository, “blog” for example.
Posts
The First Hugo Post
Ok, let’s start (again!).
Long time ago, when nobody was using Facebook, I made a blog. And that was my personal WordPress instance. WordPress uses two things that you should never use: PHP and MySQL. So not a surprise it broke. Then again. And again. And of course always when you have something on PHP you have this. So no.
Next attempt: Blogger. Yes, it’s still alive, but you never know: So, what if we want to be independent but don’t want to run our instance and spend evenings updating and fixing it?