mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-03 08:45:40 +02:00
71fe928dd2
* Update _index.md * Adding Mysql to Ubuntu.md and Personal Server configuration * Update website/site/content/guide/admin/_index.md Co-authored-by: Jesús Espino <jespinog@gmail.com> * removed typo Unneeded 16) * Fixing error * Update _index.md In-doc editing for formatting and style. * Update website/site/content/download/personal-edition/ubuntu.md LGTM Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> * Update website/site/content/download/personal-edition/ubuntu.md LGTM Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> * Update website/site/content/download/personal-edition/ubuntu.md LGTM Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> * Update website/site/content/download/personal-edition/ubuntu.md LGTM Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> * Update website/site/content/download/personal-edition/ubuntu.md Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> * replacing <pre> replacing <pre> with ``` * Removed the last <pre> Thank you @jespino for noticing the last <pre> * Update ubuntu.md Reviewed the code samples and added additional backticks. Also added linebreaks. * Update _index.md Minor addition: oxford comma in table. Co-authored-by: Tom De Moor <tom@controlaltdieliet.be> Co-authored-by: Jesús Espino <jespinog@gmail.com> Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com> |
||
---|---|---|
.. | ||
site | ||
.editorconfig | ||
.gitignore | ||
Makefile | ||
README.md |
Focalboard website
This folder is used to manage the website at focalboard.com. It was built using Hugo.
- The main page for https://focalboard.com can be found at /site/layouts/partials/hero.htm.
- Other content can be found in the /site/content folder.
How to contribute
You're welcome to submit pull requests for typos, minor corrects and additions, troubleshooting tips to install guides and other incremental improvements.
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:
- Follow Hugo documentation to install Hugo
# Eg. for Mac OS X
brew install hugo
- Start the development server
make run
- Go to http://localhost:1313 to see the running server