Skip to content
Snippets Groups Projects
user avatar
Marco Balmer authored
* Templating title meta tag
* Add hugo shortcodes for googleplay and fdroid
* Fix a feed valitation error: Author is missing
716599f3
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

Generate static hugo pages:

hugo

Content Types

Post

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

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

Page

Used for site pages.

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