README updates.

This commit is contained in:
Otho Ulrich 2022-07-16 23:13:30 -04:00
parent 68a8bbfa86
commit 0dd8354144
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -1,5 +1,11 @@
# Profile Website
This code is responsible for deploying this app. Thank you for viewing!
This is my profile app you are currently viewing. Thanks!
# Structure
The docker-compose includes a gitea server to host my code examples, and an apache server to host static files. Other repos are responsible for loading dynamic content (such as my CV) into the web server data directory.
The app comprises:
- An Apache HTTP server serving the website at (https:///www.othoulrich.com).
- This Gitea server to host my code examples.
# Associated Projects
- (https://code.othoulrich.com/otho/cv) compiles my curriculum vitae and adds it this `htdocs` directory.