Site for Morniteaque.
This is the landing page for Morniteaque. It's a very simple link aggregator at the moment, but might grow to be more in the future.
The web app is available on GitHub releases in the form of a static .tar.gz
archive; to deploy it, simply upload it to a CDN or copy it to a web server. For most users, this shouldn't be necessary though; simply visit the public deployment to access it:
Click on an image to see a larger version.
- gohugoio/hugo provides the static site generator.
- The open source PatternFly design system provides the components for the project.
To contribute, please use the GitHub flow and follow our Code of Conduct.
To build the site locally, run:
$ git clone https://github.com/morniteaque/morniteaque.org.git
$ cd morniteaque.org
$ make depend
$ make dev
Morniteaque Site (c) 2024 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0