1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-06-30 14:56:18 -04:00
privsec.dev/README.md
WfKe9vLwSvv7rN b7992795f7
Update local development instructions (README.md) (#29)
Signed-off-by: WfKe9vLwSvv7rN <96372288+WfKe9vLwSvv7rN@users.noreply.github.com>
2022-08-25 18:40:18 -04:00

1.8 KiB

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