Skip to content
Snippets Groups Projects
user avatar
akwizgran authored
Update latest release to 1.2.20

See merge request !65
d5f41475
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.