Skip to content

florisboard/florisboard.github.io

Repository files navigation

FlorisBoard Website

This repo contains all the necessary config files, assets, layouts and the actual content of the FlorisBoard website.

This website is built using the static website framework Hugo, without any external themes installed.

The resulting webpage is entirely static (HTML/CSS only, no server-side code) and deployed to the GitHub Pages environment automatically.

Building the website locally

  1. Install Hugo
  2. Clone this repo and cd into it
  3. Run hugo server
  4. Open http://localhost:1313/ in your browser

Plans for the future

  • Translation
  • Better landing page contents (in accordance with the planned app store entry branding rework)
  • Improve colors of the theme

License

This website and its contents are licensed under the Apache 2.0 license:

Copyright 2022 Patrick Goldinger

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.