(no title)
mbrukman | 5 years ago
It's easy to get a blog going with either GitHub or GitLab plus their "Pages" hosting environment, or Netlify.
Here's how you can do this with just GitHub Pages or GitLab Pages:
* https://docs.gitlab.com/ce/user/project/pages/
Here's how I originally hosted my blog with Gitlab Pages using Hugo (a static site generator):
https://misha.brukman.net/blog/2019/05/building-a-site-with-...
and then ended up migrating to Netlify when I upgraded Hugo to a new version to support a different theme (Netlify has additional benefits, like automatic live previews):
https://misha.brukman.net/blog/2019/05/switching-hugo-theme/
And here's someone else's 1-hour walk-through of the same workflow:
https://brainfood.xyz/post/20190518-host-your-own-blog-in-1-...
It's pretty straight-forward process regardless of which approach you take. I hope this helps you get started with your own blog!
No comments yet.