Begin docs layout of new design

This commit is contained in:
Matthew Holt 2023-05-02 17:29:08 -06:00
parent c5b7a286ce
commit 48111ebb9d
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
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
}