Hugo website for Nebula Commander, built with the Docsy theme.
- Hugo extended (v0.110.0 or later)
- Node.js (for PostCSS; used by Docsy)
- Go (for Hugo modules)
From the repo root:
npm install # install PostCSS and Autoprefixer for Docsy SCSS
hugo mod get # fetch Docsy theme (first time only)
hugo serverOpen http://localhost:1313.
hugoOutput is in public/.
content/en/— English content (home, About, Docs, Blog, Community)assets/scss/_styles_project.scss— Custom nebula-style cover backgroundassets/icons/logo.svg— Navbar logostatic/logo.svg— Logo used on the landing coverhugo.yaml— Site config and Docsy module
The site uses the Docsy Hugo theme as a module (see module.imports in hugo.yaml). Custom styles and content are in this repo.