Source code for my website https://www.mylloon.fr
Find a file
Mylloon 462370b1d8
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
ci/woodpecker/pr/publish Pipeline is pending
copy dist
2023-04-09 18:03:53 +02:00
.woodpecker add ci 2023-02-16 20:54:21 +01:00
src add script 2023-04-09 17:59:18 +02:00
static add current website 2023-02-09 10:45:59 +01:00
templates add a PR 2023-02-20 15:47:47 +01:00
.gitattributes use git lfs for png 2023-02-09 10:45:31 +01:00
.gitignore Add Docker support (#1) 2023-02-16 20:06:07 +01:00
askama.toml always use dist directory 2023-04-09 17:35:15 +02:00
Cargo.lock update 2023-04-09 14:48:52 +02:00
Cargo.toml update 2023-04-09 14:48:52 +02:00
Dockerfile copy dist 2023-04-09 18:03:53 +02:00
LICENSE Add year and author 2023-02-15 16:00:19 +01:00
README.md Add status badge 2023-02-16 22:21:11 +01:00
run.sh verbose 2023-04-09 18:03:03 +02:00

EWP

Easy WebPage generator

dependency status status-badge

See issues

Use Docker Compose

version: "3.9"

services:
  ewp:
    image: git.mylloon.fr/anri/mylloon.fr:latest
    container_name: EWP
    volumes:
      - /here/your/path:/app/config
    ports:
      - 80:8080
    restart: unless-stopped