~ A practical approach to Privacy and Security ~
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.
The https://privsec.dev website is hosted by Cloudflare Pages. Website previews are automatically generated by Netlify.
- Install Git and Hugo.
- Most users should simply use the self‑contained Hugo executable for their platform. Linux package managers often provide old versions of Hugo.
 
 - Clone this repository: 
git clone --recurse-submodules https://github.com/PrivSec-dev/privsec.dev. - Run 
hugo serveto start the local development server at (by default)http://localhost:1313.- Alternatively run 
hugoto simply build the site into thepublic/directory. 
 - Alternatively run 
 
- Run 
git submodule update --mergeto update the WonderMod theme to the version specified in this repo.- Run 
git submodule update --remote --mergeto update to the upstream master branch of WonderMod. 
 - Run 
 - Run 
./external-blogs.shto pull the latest versions of certain posts from their canonical (external) sources.