Skip to content
Snippets Groups Projects
Select Git revision
  • 855c4018c3ca44c9adfa1a916bf6be3f2c2376de
  • master default
  • desktop-bullseye
  • variable-number-of-news-on-front-page
  • glossary-only
  • get-in-touch-only
  • add-get-in-touch-page
  • mention-briar-deep-dive-in-how-it-works
  • gitlab-in-footer
  • press-link-in-footer
  • homepage
  • add-pgp-keys
  • add-sharing-image
13 results

website

user avatar
Micressor authored
855c4018
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:

hugo server -D --enableGitInfo

Generate static hugo pages:

hugo --enableGitInfo

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.