Skip to content

privateerproj/site

Privateer Website

This is the website for the Privateer project, hosted at privateerproj.com.

Technology Stack

  • Hugo (extended version 0.104.3) - Static site generator
  • Docsy Theme - Hugo theme for technical documentation
  • Netlify - Hosting and CI/CD

Prerequisites

  • Hugo extended version 0.104.3 or later
  • Go 1.19.2 or later
  • Node.js (for PostCSS processing)
  • Docker (optional, for containerized development)

Local Development

Using Hugo directly

  1. Install dependencies:

    npm install
    hugo mod get
  2. Run the development server:

    hugo server
  3. Open http://localhost:1313 in your browser

Using Docker

  1. Build and run with Docker Compose:

    docker-compose up --build
  2. Open http://localhost:1313 in your browser

Building

To build the site:

hugo

The output will be in the public/ directory.

Deployment

The site is automatically deployed to Netlify when changes are pushed to the main branch.

License

See LICENSE file for details.

About

Code for the privateer website

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published