mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-14 11:36:51 +08:00
10 lines
440 B
Markdown
10 lines
440 B
Markdown
|
# Static website and docs
|
||
|
|
||
|
This repository contains the source for the static website https://listmonk.app
|
||
|
|
||
|
- The website is in `site` and is built with hugo (run `hugo serve` inside `site` to preview).
|
||
|
|
||
|
- Documentation is in `docs` and is built with mkdocs (inside `docs`, run `mkdocs serve` to preview after running `pip install -r requirements.txt`)
|
||
|
|
||
|
- `i18n` directory has the static UI for i18n translations: https://listmonk.app/i18n
|