The Manual Workflow

# funny folders, because reasons 
$ cd ~/bin/docsy-example-0.12.0/content/en/docs/
$ cd  subfolder/of/interest
# Write stuff in file
$ vim _index.md
# Change back to default directory
$ cd ~/bin/docsy-example-0.12.0/
# Builds the site
$ hugo
Start building sites … 
hugo v0.147.8-10da2bd765d227761641f94d713d094e88b920ae+extended linux/amd64 BuildDate=2025-06-07T12:59:52Z VendorInfo=gohugoio

                  │ EN 
──────────────────┼────
 Pages            │ 95 
 Paginator pages  │  0 
 Non-page files   │  3 
 Static files     │ 30 
 Processed images │  6 
 Aliases          │  3 
 Cleaned          │  0 

Total in 1665 ms
# Copies the files into the nginx folder
$ sudo cp -r public/* /var/www/blog

Last modified July 11, 2025: add steps for manual workflow (ed8a07d)