Skip to content

fairnesscoop/fairness.coop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fairness.coop

Install

You need docker on your machine.

Run the following command:

make setup

Usage

Run the server with hot reloading

make run

Generate the public folder

make build

Adding pages

To add pages, add a Markdown file under content/. The file will be picked up by Hugo. Be sure to copy and adapt the front matter from an existing page.

Deploy

The deployment is launched automatically when a PR is merged into master

Change Hugo version

If you want to change the Hugo version used, you need to modify the HUGO_VERSION env var from docker/hugo/Dockerfile#L49 and then run :

make build-docker