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] e9b98997a9
Bump themes/WonderMod from ad99ef8 to 3e21361 (#135)
Bumps [themes/WonderMod](https://github.com/Wonderfall/hugo-WonderMod) from `ad99ef8` to `3e21361`.
- [Commits](ad99ef818a...3e21361da7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 18:30:11 -07:00
.devcontainer Rename container 2023-06-08 13:30:07 -07:00
.github Set proper Dependabot label (#90) 2022-11-20 02:20:58 -05:00
archetypes Initial Hugo Setup 2022-07-16 08:14:16 -04:00
content Typo Fixes 2023-06-13 02:57:28 -07:00
layouts/_default Remove unnecessary partial 2022-09-09 03:28:41 -04:00
static Change to Cloudflare format (#129) 2023-06-16 00:38:31 -07:00
themes Bump themes/WonderMod from ad99ef8 to 3e21361 (#135) 2023-06-19 18:30:11 -07: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
cloudflare-build.sh Shellchecked (#132) 2023-06-16 06:16:10 -07:00
config.yml Add Reddit URL (#121) 2023-04-28 08:23:47 -04:00
CONTRIBUTING.md Update Matrix links 2023-04-04 00:50:53 +00:00
external-blogs.sh Update F-Droid post 2022-12-09 02:59:12 -05:00
LICENSE.md Contribution guidelines and CLA (#92) 2023-01-15 05:00:43 -05:00
netlify.toml Update Netlify preview command (#131) 2023-06-16 03:13:52 -07:00
privsec.dev.code-workspace Add dev container and workspace config 2023-06-03 05:06:11 -07:00
README.md Contributor License Agreement moved to separate repo (#107) 2023-01-22 08:16:11 -05:00

PrivSec.dev

~A practical approach to Privacy and Security~

Netlify Status

Licensing

Prospective contributors are encouraged to review CONTRIBUTING.md and the Contributor License Agreement.

Posts are licensed under the Creative Commons AttributionShareAlike 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.

Hosting (Netlify)

The https://privsec.dev website is hosted by Netlify. Netlify will automatically generate previews for pull requests and on pull request updates.

Local Working Environment

  1. Install Git and 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 certain posts from their canonical (external) sources.