focalboard/website/README.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2021-01-26 18:49:49 +01:00
# Focalboard website
2021-01-07 23:12:26 +01:00
2021-03-20 11:14:34 +01:00
This folder is used to manage the website at [focalboard.com](https://www.focalboard.com/). It was built using [Hugo](https://gohugo.io/).
2021-01-07 23:12:26 +01:00
- The main page for https://focalboard.com can be found at [/site/layouts/partials/hero.htm](site/layouts/partials).
- Other content can be found in the [/site/content](site/content) folder.
2021-03-20 11:14:34 +01:00
## How to contribute
2021-03-20 11:14:34 +01:00
You're welcome to submit pull requests for typos, minor corrects and additions, troubleshooting tips to install guides and other incremental improvements.
2021-03-20 11:14:34 +01:00
For larger changes, such as adding an install guide for a different platform, please create a [feature request](https://github.com/mattermost/focalboard/issues/new?assignees=&labels=enhancement&template=enhancement.md&title=Feature+Request%3A+) ticket to discuss.
2021-03-20 11:14:34 +01:00
## How to build locally
2021-03-20 11:14:34 +01:00
If you're interested in building the website locally from this repo using Hugo, please use the following steps:
2021-01-07 23:12:26 +01:00
1. Follow [Hugo documentation](https://gohugo.io/getting-started/installing/) to install Hugo
```bash
# Eg. for Mac OS X
brew install hugo
```
2. Start the development server
```bash
make run
```
3. Go to http://localhost:1313 to see the running server