diff options
author | 2019-12-16 12:57:30 +0100 | |
---|---|---|
committer | 2019-12-16 12:58:21 +0100 | |
commit | e93346ffa90f6c09a9a57b48c6607925dc7ff46e (patch) | |
tree | 5e1f356017c763a604cc8bcf247759037ae51d74 /README.md | |
parent | d897eeee5c4d163891d0b6a8f85d328ccada7575 (diff) | |
download | alps-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |