From 48c9977cc8fbe4ebb11bcd2dfb01c09939f65ee6 Mon Sep 17 00:00:00 2001 From: klemek Date: Tue, 14 Jul 2026 16:42:18 +0200 Subject: [PATCH] feat: favicon --- Makefile | 2 +- README.md | 8 +++++++- index.html | 11 +++++++++-- public/assets/apple-touch-icon.png | Bin 0 -> 2931 bytes public/assets/favicon-96x96.png | Bin 0 -> 1400 bytes public/assets/favicon.ico | Bin 0 -> 15086 bytes public/assets/favicon.svg | 1 + public/assets/site.webmanifest | 21 +++++++++++++++++++++ public/assets/web-app-manifest-192x192.png | Bin 0 -> 3045 bytes public/assets/web-app-manifest-512x512.png | Bin 0 -> 14536 bytes 10 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 public/assets/apple-touch-icon.png create mode 100644 public/assets/favicon-96x96.png create mode 100644 public/assets/favicon.ico create mode 100644 public/assets/favicon.svg create mode 100644 public/assets/site.webmanifest create mode 100644 public/assets/web-app-manifest-192x192.png create mode 100644 public/assets/web-app-manifest-512x512.png diff --git a/Makefile b/Makefile index c689782..7fdf944 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ docker-build: ## docker build .PHONY: docker-run docker-run: ## docker run - $(DOCKER) run -p $(PORT):5000 $(DOCKER_TAG) + $(DOCKER) run -p $(PORT):5000 -v db.sqlite:/app/db.sqlite $(DOCKER_TAG) .PHONY: tortoise-% tortoise-%: .venv ## tortoise (command) diff --git a/README.md b/README.md index 611481f..3d78147 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ [![](https://git.klemek.fr/klemek/tout-doux/actions/workflows/py-lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/tout-doux/actions?workflow=py-lint.yml) [![](https://git.klemek.fr/klemek/tout-doux/actions/workflows/ts-lint.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/tout-doux/actions?workflow=ts-lint.yml) [![](https://git.klemek.fr/klemek/tout-doux/actions/workflows/docker-build.yml/badge.svg?branch=main&style=flat-square)](https://git.klemek.fr/klemek/tout-doux/actions?workflow=docker-build.yml) +

Tout Doux

+ +> A shareable task list with auto resetting items. + +**[todo.klemek.fr](https://todo.klemek.fr)** + ## TODO - [x] auto refresh task completion @@ -23,5 +29,5 @@ - [x] Dockerfile - [ ] html cards - [ ] custom background -- [ ] favicon +- [x] favicon - [ ] README diff --git a/index.html b/index.html index a5d976b..00ea1c5 100644 --- a/index.html +++ b/index.html @@ -3,13 +3,20 @@ {{ title }} - + + + + + + + + - +