Begin docs layout of new design

This commit is contained in:
Matthew Holt 2023-05-02 17:29:08 -06:00 committed by Francis Lavoie
parent cdfe89a0a1
commit 824b1b1940
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
14 changed files with 1902 additions and 321 deletions

View file

@ -1,6 +1,23 @@
localhost
{
debug
}
file_server
templates
localhost {
file_server
templates
try_files {path}.html {path}
try_files {path}.html {path}
handle_path /temporary-markdown-proxy/* {
reverse_proxy 127.0.0.1:10434
}
}
:10434 {
log
bind 127.0.0.1
root ../src/docs/markdown
uri strip_prefix /docs
try_files {path}.md {path}
file_server
}