Skip to main content

Hugo & Blowfish Installation

·53 words·1 min
wireis
Author
wireis

Installation using the Linux terminal:
#

sudo apt update     
sudo apt install hugo       

Check Hugo is installed and show version:
#

hugo version        

Create a new Hugo site:
#

hugo new site "mywebsite"   
cd mywebsite     

Add a theme to Hugo site:
#

cd mywebsite
git init
git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish