Skip to content
Snippets Groups Projects
README.md 626 B
Newer Older
micressor's avatar
micressor committed
# 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:

```
micressor's avatar
micressor committed
./test.py
micressor's avatar
micressor committed
```

Generate static hugo pages:

```
micressor's avatar
micressor committed
```

## 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
micressor's avatar
micressor committed

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

Run `hugo new news/<post-name>.md` to create a post.
micressor's avatar
micressor committed

### Page

Used for site pages.

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