Skip to content
Snippets Groups Projects
user avatar
Santiago Torres authored
The building from source instructions were written around the time
Android Studio (AS) was version 1.5. Since then, some prompts/options have
been removed or moved around. Thus, users willing to build from source
may get confused with the current instructions. Update the screenshots
to show a more version of AS (3.5), and remove the steps that are not
longer necessary.
91707ee3
History

Briar Website

Installation

Run the following inside your Hugo site folder:

$ git clone https://code.briarproject.org/briar/website.git

Install

Test page with local hugo webserver:

./test.py

Generate static hugo pages:

./build.py

Content Types

Hiring

Used for hirings. Hiring posts are listed on the homepage.

Run hugo new hiring/<post-name>.md to create a post.

News

Used for blog posts. Blog posts are listed on the homepage.

Run hugo new news/<post-name>.md to create a post.

Page

Used for site pages.

Run hugo new page/<page-name>.md to create a page.