A practical approach to Privacy and Security
Go to file
Tommy 9a60e69f56
Remove redundant CSP
Signed-off-by: Tommy <contact@tommytran.io>
2022-08-25 18:40:14 -04:00
archetypes Initial Hugo Setup 2022-07-16 08:14:16 -04:00
assets Add Share Buttons 2022-08-25 18:40:14 -04:00
content Fix typos in Android Tips page (#22) 2022-08-25 18:40:13 -04:00
layouts Add Share Buttons 2022-08-25 18:40:14 -04:00
static Android Tips 2022-08-25 18:40:12 -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
LICENSE Initial Hugo Setup 2022-07-16 08:14:16 -04:00
README.md Minor Fixes 2022-08-25 18:40:12 -04:00
config.yml Add Share Buttons 2022-08-25 18:40:14 -04:00
external-blogs.sh Dates for RSS 2022-08-25 18:40:08 -04:00
netlify.toml Remove redundant CSP 2022-08-25 18:40:14 -04:00

README.md

PrivSec.dev

A practical approach to Privacy and Security

Netlify Status

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
  4. You can run git submodule update --remote --merge to update the PaperMod theme
  5. You can run ./external-blogs.sh to pull the latest versions of the articles from wonderfall.dev and place them in /content