A Hugo employee handbook with Helixiora-inspired styling, sample HR and operations pages, and a GitHub Pages deployment workflow.
hugo serverThe local site will be available at http://localhost:1313/.
hugo --gc --minifyThis repository includes .github/workflows/hugo.yml, which builds the site and deploys it to GitHub Pages.
To publish:
- Push this repository to GitHub.
- In the repository settings, enable GitHub Pages and select GitHub Actions as the source.
- Point the DNS for
handbook.helixiora.comat GitHub Pages. - The workflow publishes with the custom domain
https://handbook.helixiora.com/.
/content/_index.mdpowers the landing page./content/docs/contains the employee handbook pages./assets/css/main.csscontrols the custom visual system./layouts/contains the Hugo templates and reusable partials.
The Helixiora Employee Handbook content in this repository is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. You are free to share and adapt the material, provided you give appropriate credit and indicate if changes were made.
Contributions and improvements are welcome.
- Propose changes: Open a pull request with clear, concise commits and a short description of what you are changing and why.
- Report issues: If you spot mistakes, omissions, or unclear guidance, open an issue describing the problem and, if possible, suggest how it could be improved.
- Style and tone: Keep additions practical, employee-focused, and easy to scan.