GithubHelp home page GithubHelp logo

dimim / blog.privacyguides.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from privacyguides/blog.privacyguides.org

0.0 0.0 0.0 10.72 MB

The Privacy Guides blog publishes timely information, website announcements, and other updates from the team and contributors.

Home Page: https://blog.privacyguides.org

JavaScript 0.26% CSS 5.93% Markdown 87.16% HTML 6.65%

blog.privacyguides.org's Introduction

Privacy Guides Blog

Post Metadata

  • date (required): Original post date (YYYY-MM-DD)
  • updated: Post update date (YYYY-MM-DD)
  • categories: List of post categories. Allowed categories: Announcements, Opinion, Software, Hardware, Android, iOS, Linux, macOS, Windows, Qubes OS, Providers
  • authors: List of post authors. Authors must exist in .authors.yml. Only the first author will be displayed on the blog index.
  • links: Related links shown on post sidebar. May be internal or external links.
  • tags: List of post tags. Reuse existing tags if applicable, but feel free to add any as-needed.
  • license: Post license. May be one of BY, BY-SA, BY-NC, BY-NC-SA, BY-SA, BY-ND, BY-NC-ND, or CC0 to be automatically linked, or set to any HTML string. Defaults to "All rights reserved" if not set.

Example:

---
date: 2021-09-14
updated: 2022-05-10
categories:
    - Announcements
authors:
    - jonaharagon
    - dngray
    - freddy-m
links:
    - 'About Privacy Guides': "https://www.privacyguides.org/about/"
    - posts/weve-joined-the-open-collective-foundation.md
tags:
    - Privacy Guides
license: CC0
---

Developing

Committing to this repository requires signing your commits (git config commit.gpgsign true) unless you are making edits via the GitHub.com text editor interface. As of August 2022 the preferred signing method is SSH commit signatures, but GPG signing is also acceptable. You should add your signing key to your GitHub profile.

This website uses mkdocs-material-insiders which offers additional functionality over the open-source mkdocs-material project. For obvious reasons we cannot distribute access to the insiders repository.

Team members should clone the repository with mkdocs-material-insiders directly. This method is identical to production:

  1. Clone this repository and submodules: git clone --recurse-submodules https://github.com/privacyguides/privacyguides.org.git
  2. Enable SSH commit verification with our local .allowed_signers file: git config gpg.ssh.allowedSignersFile .allowed_signers
  3. Install Python 3.10
  4. Install pipenv: pip install pipenv
  5. Install dependencies: pipenv install --dev (install Pillow and CairoSVG as well to generate social cards)
  6. Serve the site locally: pipenv run mkdocs serve
    • The site will be available at http://localhost:8000
    • You can build the site locally with pipenv run mkdocs build
    • This version of the site should be identical to the live, production version

If you commit to main with commits signed with your SSH key, you should add your SSH key to .allowed_signers in this repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.