LiHua-Official / privacybadger-website

Code and content of https://privacybadger.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Privacy Badger - Website

Code for https://privacybadger.org.

Development

  1. Install the extended version of Hugo version 0.55.3.
  2. Install node and npm. Run npm install to get the node dependencies.
  3. Run hugo serve.

See also our Dockerfile and Travis config for how we get set up on Docker and Travis.

Content authoring

Frequently asked questions are stored as Markdown in content/en/faqs. Each file holds a question, an answer, and a weight that indicates how high up the FAQ should appear on the page.

FAQ translations are stored in locale-specific content directories, defined in config.toml.

Translated strings can be found in /i18n. These strings are used to render templates in the layouts directory. See Hugo's multilingual documentation for more on using translated strings.

A list of supported browsers and download links can be found in data/browsers.toml.

About

Code and content of https://privacybadger.org


Languages

Language:SCSS 57.9%Language:HTML 29.8%Language:JavaScript 8.4%Language:Dockerfile 2.9%Language:Shell 1.1%