From 0d06f1c08527c9ee9a1d370a48009017fc87b25b Mon Sep 17 00:00:00 2001 From: venus Date: Wed, 4 Mar 2026 16:01:53 -0600 Subject: [PATCH] unsure --- content/index.md | 3 +++ readme.md | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100755 content/index.md create mode 100644 readme.md diff --git a/content/index.md b/content/index.md new file mode 100755 index 0000000..69a3a9f --- /dev/null +++ b/content/index.md @@ -0,0 +1,3 @@ +# This is a test +and this is p +*italics* diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..54320a3 --- /dev/null +++ b/readme.md @@ -0,0 +1,22 @@ +# Architecture +/app +> containts all of the files to build and run the docker container.Docker containter runs the application +/content +> contains all of the publicly accessible files + templates + notes + index + ... +compose # compose file to mount content to app +build.sh #optional file to build the app +.env # enviroment var files for location of existing public directory. will depricate + + +# Dockerfile +> builds the flask application and sets it to run. + - runs the site + +# app + - clones the public repo (from env var url) + - finds public notes and moves to content vault + - exposes webhook to update vault and public notes