A practical approach to Privacy and Security
Go to file
2022-08-25 18:40:11 -04:00
archetypes Initial Hugo Setup 2022-07-16 08:14:16 -04:00
assets improve youtube shortcode (#21) 2022-08-25 18:40:10 -04:00
content Typo Fix 2022-08-25 18:40:09 -04:00
layouts improve youtube shortcode (#21) 2022-08-25 18:40:10 -04:00
static Switch to Netlify 2022-08-25 18:40:09 -04:00
themes Papermod Submodule 2022-08-25 18:38:11 -04:00
.gitignore Switch to Netlify 2022-08-25 18:40:09 -04:00
.gitmodules Papermod Submodule 2022-08-25 18:38:11 -04:00
config.yml Switch to Netlify 2022-08-25 18:40:09 -04:00
external-blogs.sh Dates for RSS 2022-08-25 18:40:08 -04:00
LICENSE Initial Hugo Setup 2022-07-16 08:14:16 -04:00
netlify.toml Update netlify.toml 2022-08-25 18:40:11 -04:00
README.md Add Licensing and Development information 2022-08-25 18:40:11 -04:00

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 are under the same license.

The Hugo Framework used to create this website is under the Apache License.

The PaperMod 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:

  1. git clone this repository git clone https://github.com/PrivSec-dev/privsec.dev
  2. Install Hugo
  3. Run hugo serve. The local version of the website should be available at http://127.0.0.1:1313.