14 lines
205 B
Markdown
14 lines
205 B
Markdown
# rskio mkdocs
|
|
|
|
rskio.com website using:
|
|
|
|
- squidfunk/mkdocs-material to build static html
|
|
- nginx to host static html
|
|
- traefik as front end proxy, tls, and http3
|
|
|
|
## Setup
|
|
|
|
```
|
|
docker compose up -d
|
|
```
|