mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-11-09 01:34:06 -05:00
A practical approach to Privacy and Security
| .github | ||
| archetypes | ||
| content | ||
| layouts | ||
| static | ||
| themes | ||
| .gitignore | ||
| .gitmodules | ||
| config.yml | ||
| external-blogs.sh | ||
| LICENSE | ||
| netlify.toml | ||
| README.md | ||
PrivSec.dev
A practical approach to Privacy and Security
Licensing
The website content (under /content) is under the Attribution-ShareAlike 4.0 International license.
The articles originally posted on wonderfall.dev and seirdy.one are under the same license.
The Hugo Framework used to create this website is under the Apache License.
The WonderMod theme used for the website and modifications made by us are under the MIT License.
Netlify Previews
We use Netlify to host our website and generate previews. Simply add your articles inside of /content or make any modifications that you want, open a new Pull Request and a preview page will be generated for you automatically.
Local Development
- Install 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 the/publicdirectory
- 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 the articles from wonderfall.dev and place them in/content