An open API service indexing awesome lists of open source software.

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

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.