focalboard/website
2022-02-10 12:17:22 -08:00
..
site Website: Add links to footer (#2313) 2022-02-10 12:17:22 -08:00
.editorconfig Hugo website 2021-01-07 14:12:26 -08:00
.gitignore Hugo website 2021-01-07 14:12:26 -08:00
Makefile Website: https protocol 2021-01-28 15:10:40 -08:00
README.md Update README.md (#1343) 2021-11-22 17:16:25 +02:00

Focalboard website

This folder is used to manage the website at focalboard.com. It was built using Hugo.

How to contribute

The documentation for Focalboard (known as Boards in Mattermost) has moved to the Mattermost Product Documentation site.

We welcome pull requests for typos, minor corrections, content additions, troubleshooting tips, install guides, and any other incremental improvements. If you have any questions about the contribution process, take a look at the README file or join the Documentation Working Group channel on our Community server.

For larger changes, such as adding an install guide for a different platform, please create a feature request ticket to discuss.

How to build locally

If you're interested in building the website locally from this repo using Hugo, please use the following steps:

  1. Follow Hugo documentation to install Hugo
# Eg. for Mac OS X
brew install hugo
  1. Start the development server
make run
  1. Go to http://localhost:1313 to see the running server