This is the website for the Privateer project, hosted at privateerproj.com.
- Hugo (extended version 0.104.3) - Static site generator
- Docsy Theme - Hugo theme for technical documentation
- Netlify - Hosting and CI/CD
- Hugo extended version 0.104.3 or later
- Go 1.19.2 or later
- Node.js (for PostCSS processing)
- Docker (optional, for containerized development)
-
Install dependencies:
npm install hugo mod get
-
Run the development server:
hugo server
-
Open
http://localhost:1313in your browser
-
Build and run with Docker Compose:
docker-compose up --build
-
Open
http://localhost:1313in your browser
To build the site:
hugoThe output will be in the public/ directory.
The site is automatically deployed to Netlify when changes are pushed to the main branch.
See LICENSE file for details.