Added by: devmonk
May 10, 2023
Version

~> Hugo

Description
Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
Links
Install (execute in workspace terminal)
wrk install hugo==0.113.3
Remarks and hints
hugo new site quickstart
cd quickstart
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke
echo "theme = 'ananke'" >> config.toml
hugo server --bind 0.0.0.0 --port 8030
Scripts
# Istall script # Start script

compatible with all workspaces

no compatibility requirements