aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2019-12-16 12:57:30 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2019-12-16 12:58:21 +0100
commite93346ffa90f6c09a9a57b48c6607925dc7ff46e (patch)
tree5e1f356017c763a604cc8bcf247759037ae51d74 /README.md
parentd897eeee5c4d163891d0b6a8f85d328ccada7575 (diff)
downloadalps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.gz
alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.tar.bz2
alps-e93346ffa90f6c09a9a57b48c6607925dc7ff46e.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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/<name>/`.
+They should be put in `themes/<name>/`.
-Templates in `public/themes/<name>/*.html` override default templates in
-`public/*.html`. Assets in `public/themes/<name>/assets/*` are served by the
-HTTP server at `/themes/<name>/assets/*`.
+Templates in `themes/<name>/*.html` override default templates in plugins.
+Assets in `themes/<name>/assets/*` are served by the HTTP server at
+`/themes/<name>/assets/*`.
## Plugins