summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJannick <[email protected]>2024-04-26 11:01:27 +0200
committerJannick <[email protected]>2024-04-26 11:01:27 +0200
commit1b2e629ddeabdaa1e2899e9f49b21343294fb541 (patch)
tree0eed1cc3fbc5237dad480762013ce4631a6395de /README.md
parent0cb2a367968ea0bc45739da5c88fd7b88ca281a7 (diff)
parent61ad52abf7b1a7ecede5cf59bfad847216e91cc5 (diff)
Merge branch 'main' of github.com:linnnus/blind-guild
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d133a1a..04533dd 100644
--- a/README.md
+++ b/README.md
@@ -14,5 +14,8 @@ containing styles specific to that view.
Global styles are thus contained in `static/styles/base.css`
since that template forms the base for all other views.
+`pki/` contains a certificate chain necessary for HTTPS support during development.
+See [`notes/certificates.md`](./notes/certificates.md) for more information.
+
`static/` is for files that never change.
All HTTP requests that begin with `/images/` or `/styles/` will be resolved relative to their corresponding subfolder in `static/`.