https://github.com/algaecare/documentation
DOCS - Hugo Website mit der Algae Care Dokumentation
https://github.com/algaecare/documentation
documentation hugo markdown
Last synced: 11 months ago
JSON representation
DOCS - Hugo Website mit der Algae Care Dokumentation
- Host: GitHub
- URL: https://github.com/algaecare/documentation
- Owner: algaecare
- Created: 2025-06-04T07:59:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T08:42:00.000Z (about 1 year ago)
- Last Synced: 2025-06-04T15:54:35.493Z (about 1 year ago)
- Topics: documentation, hugo, markdown
- Language: CSS
- Homepage: https://algaecare.github.io/documentation/
- Size: 24.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALGAE CARE DOCU
This Repository contains the documentation for the Algae Care project.
Technologies used:
- Hugo
- Go
- Git
- Markdown
- HTML
- CSS
## Local Development
Download & Install for local preview:
- [Hugo](https://gohugo.io/getting-started/installing/)
- [Go](https://golang.org/doc/install)
- [Git](https://git-scm.com)
```shell
# Clone the repo
git clone https://gitlab.fhnw.ch/ip12-24vt/ip12-24vt_algae_care/docu
```
```shell
# Change directory
cd docu
```
```shell
# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313
```
For detailed information on how to use Hugo, please refer to the official documentation:
https://imfing.github.io/hextra/docs/
## arc42 Vorlage
Die vollständige arc42 Vorlage ist unter `arc42_template.md` zu finden.
Die Vorlage ist in Markdown geschrieben und kann mit jedem Markdown-Editor bearbeitet werden.