A practical approach to Privacy and Security
Go to file
Welteam 7c847b8a16
Minor tweaks to CoC (#85)
* Fix typo in code.md

Signed-off-by: Welteam <8932313+Welteam@users.noreply.github.com>

* Few more tweaks to CoC

Signed-off-by: WfKe9vLwSvv7rN <96372288+WfKe9vLwSvv7rN@users.noreply.github.com>

Signed-off-by: Welteam <8932313+Welteam@users.noreply.github.com>
Signed-off-by: WfKe9vLwSvv7rN <96372288+WfKe9vLwSvv7rN@users.noreply.github.com>
Co-authored-by: WfKe9vLwSvv7rN <96372288+WfKe9vLwSvv7rN@users.noreply.github.com>
2022-11-17 12:39:45 -07: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 Minor tweaks to CoC (#85) 2022-11-17 12:39:45 -07:00
layouts/_default Remove unnecessary partial 2022-09-09 03:28:41 -04:00
static Add WKD 2022-11-15 03:32:44 -05:00
themes Bump themes/WonderMod from `a2865e0` to `0350f51` (#84) 2022-11-16 16:47:58 -05: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
CONTRIBUTING.md Grammar Fixes 2022-10-22 03:09:03 -04:00
LICENSE Update LICENSE 2022-08-25 18:40:15 -04:00
README.md Clarify Contributor License 2022-10-21 22:57:01 -04:00
config.yml Remove Signal contact 2022-11-16 13:28:16 -05:00
external-blogs.sh Update tags 2022-10-17 19:21:25 -04:00
netlify.toml Hugo v0.105.0 2022-10-28 19:27:20 -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 license agreement for contributor is listed here.

The articles originally posted on wonderfall.dev, akc3n.page, and seirdy.one are under the same license. Articles originally posted on wanderingcomputerer.gitlab.io are under the Attribution 4.0 International 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