PrivSec-dev / privsec.dev

A practical approach to Privacy and Security
https://PrivSec.dev
Other
102 stars 27 forks source link

PrivSec.dev

\~ A practical approach to Privacy and Security \~

Netlify Status

Licensing

Prospective contributors are encouraged to review CONTRIBUTING.md and the Contributor License Agreement.

Posts are licensed under the Creative Commons Attribution‑ShareAlike 4.0 International License. Please make sure to attribute the author(s) properly and include a link to the original publication when applicable.

Hugo, the static site generator used to build the site, is licensed under the Apache License 2.0.

The WonderMod theme (and its upstream PaperMod) is licensed under the MIT License. Except where otherwise noted, PrivSec.dev's modifications to WonderMod are also licensed under the MIT License.

Hosting

The https://privsec.dev website is hosted by Cloudflare Pages. Website previews are automatically generated by Netlify.

Local Working Environment

  1. Install Git and Hugo.
  2. Clone this repository: git clone --recurse-submodules https://github.com/PrivSec-dev/privsec.dev.
  3. Run hugo serve to start the local development server at (by default) http://localhost:1313.
    • Alternatively run hugo to simply build the site into the public/ directory.