1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-06-28 13:56:21 -04:00
A practical approach to Privacy and Security
Go to file
dependabot[bot] a9f55b0be9
Bump themes/WonderMod from b01e9a8 to b27c6b9 (#51)
Bumps [themes/WonderMod](https://github.com/Wonderfall/hugo-WonderMod) from `b01e9a8` to `b27c6b9`.
- [Release notes](https://github.com/Wonderfall/hugo-WonderMod/releases)
- [Commits](b01e9a8653...b27c6b9ef0)

---
updated-dependencies:
- dependency-name: themes/WonderMod
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-25 18:40:36 -04:00
.github Update dependabot.yaml 2022-08-25 18:40:23 -04:00
archetypes Initial Hugo Setup 2022-07-16 08:14:16 -04:00
content Update Banking Applications to 16ba5d319ef56c215615ffa8f7dad1f3358546e0 2022-08-25 18:40:36 -04:00
layouts Switch to WonderMod (#26) 2022-08-25 18:40:14 -04:00
static Linux Desktop Hardening (#36) 2022-08-25 18:40:32 -04:00
themes Bump themes/WonderMod from b01e9a8 to b27c6b9 (#51) 2022-08-25 18:40:36 -04:00
.gitignore Switch to Netlify 2022-08-25 18:40:09 -04:00
.gitmodules Switch to WonderMod (#26) 2022-08-25 18:40:14 -04:00
config.yml enable SRI (#44) 2022-08-25 18:40:27 -04:00
external-blogs.sh Banking apps compatibility with GOS (#46) 2022-08-25 18:40:31 -04:00
LICENSE Update LICENSE 2022-08-25 18:40:15 -04:00
netlify.toml Update netlify.toml 2022-08-25 18:40:18 -04:00
README.md Banking apps compatibility with GOS (#46) 2022-08-25 18:40:31 -04:00

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, seirdy.one, and akc3n.org 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

  1. Install 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
  • Run git submodule update --merge to update the WonderMod theme to the version specified in this repo
    • Run git submodule update --remote --merge to update to the upstream master branch of WonderMod
  • Run ./external-blogs.sh to pull the latest versions of the articles from wonderfall.dev and place them in /content