Tasks
- have a page with default frontmatter to
copylook up - add manual workflow
- What should we consider when using the frontmatter
This is the multi-page printable view of this section. Click here to print.
# 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