From e93346ffa90f6c09a9a57b48c6607925dc7ff46e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Dec 2019 12:57:30 +0100 Subject: Remove the public/ directory Now that all templates are provided by plugins, there's no need to have a public/ directory. Themes can be in /themes instead of /public/themes. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1ca62d5..458b5a9 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ See `-h` for more information. ## Themes -They should be put in `public/themes//`. +They should be put in `themes//`. -Templates in `public/themes//*.html` override default templates in -`public/*.html`. Assets in `public/themes//assets/*` are served by the -HTTP server at `/themes//assets/*`. +Templates in `themes//*.html` override default templates in plugins. +Assets in `themes//assets/*` are served by the HTTP server at +`/themes//assets/*`. ## Plugins -- cgit v1.2.3-59-g8ed1b