Creating Hugo Website on Archlinux
this is the second page i make with hugo this is my blog and my website in this short post i will show you how to create a page with hugo in linux so let’s start Step 1 install Hugo - Pacman -Sy hugo Step 2 create a new site - hugo new site quickstart Step 3 Add a theme (you can go to themes.gohugo.io/ and search for one) cd quickstart git init git submodule add https://github....