From 92dd395f349d5dda68a29bd2d063615c4ce4a963 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 19 Sep 2024 10:30:28 -0300 Subject: [PATCH] docs: mention theming templates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e17d27..69d4914 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ note: this is a project made for learning purposes, you should use other more ma - [installing with docker](#docker) - [installing manually](#manual) - [uploading files](#uploading) -- [home page](#homepage) +- [theming](#theming) - [docs](#docs) - [todo list](#todo) @@ -44,10 +44,11 @@ docker compose up -d # might be docker-compose depending on distro curl -F "file=@/path/to/file" -H "X-Auth: "$(cat /path/to/.key) http://localhost:3235/ ``` -## homepage +## theming - there is an example homepage in `static/` you can edit directly, which the server will serve automatically - if running with docker, it's also possible to override `/static` inside the container with your own page. +- same thing with templates in `templates/` - it is preferred to use `dev/` for that reason, since it is git-ignored and that way makes it easier if wanting to update regularly without making changes to the tree ## docs