Various tools, examples, and documentation for communicating with Hoymiles microinverters
Find a file
2023-08-16 23:45:35 +02:00
.github/workflows another test 2022-10-27 22:17:09 +02:00
archetypes initial commit, basic page 2022-10-27 17:27:39 +02:00
content added pinout info to website #1090 2023-08-16 23:45:35 +02:00
data/faq/groups reviewed yesterdays changes 2023-06-09 22:17:51 +02:00
layouts added new release binaries 2023-08-06 01:00:40 +02:00
static added pinout info to website #1090 2023-08-16 23:45:35 +02:00
.gitignore heavily improved website 2022-10-31 02:48:25 +01:00
.nojekyll add .nojekyll 2022-10-27 22:04:50 +02:00
config.toml reviewed yesterdays changes 2023-06-09 22:17:51 +02:00
README.md reworked getting started 2022-11-05 01:27:04 +01:00

Information

This repository contains the sources for https://ahoydtu.de. The sources are converted by a static site generator Hugo. The main Repository URL is: https://github.com/lumapu/ahoy

Contribute

Feel free to modify / add contents of the website which helps other users to understand better how to start or use AhoyDTU.

Quick Howto

  • edit files inside the directory content most of them are Markdown files (*.md).
  • once you're finish commit your changes (as Pull-Request)
  • wait until a collaborator merges your changes

Design / CSS

Offline convertion of sources to website

Docker

  • you can use a local docker container which runs Hugo to convert the sources to a static site:

    docker run --rm -it -v ${pwd}\:/src -p 80:1313 klakegg/hugo:0.101.0-ext-alpine shell

  • from the shell start hugo server by typing hugo server

  • point your browser to http://localhost

Hokus

Hokus is a WYSIWYG Hugo Editor