This repository contains materials for building listmonk's static website and documentation.
- The website is in
site
and is built with hugo (runhugo serve
to preview) - Documentation is in
docs
and is built with mkdocs (runmkdocs serve
to preview after runningpip install -r requirements.txt
)