From 0f5492d9c0721af3fc14603200dd59dc744a6d6c Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 18 Aug 2021 17:28:47 -0500 Subject: [PATCH 1/2] Add link to main repo to the README and create devloping section --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45c78d1..cfa7f33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # exozy.me -The libre, high-performance, privacy-respecting cloud! +HTML plus CSS website for the [exozyme](https://exozy.me) project. Find our main repository [here](https://git.exozy.me/exozyme/exozyme). -You can calculate the total disk size of this website with `du -ah . --exclude=.git --exclude="*.png" --exclude=howtuwu --exclude="*.jpg" --exclude=about/icons --exclude=logo.xcf`. +## Developing +Clone this repository to your computer and start hacking! We don't have any JavaScript or Node stuff to worry about. You might want to run a lightweight HTTP server on your computer with `python -m http.server`. + +You can calculate the total size of this website when deployed with `du -ah . --exclude=.git --exclude="*.png" --exclude="*.jpg" --exclude="*.svg" --exclude=howtuwu`. From e2eb5eefa56c1d6d6df56e37b4b36d70ca42216d Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 18 Aug 2021 17:30:00 -0500 Subject: [PATCH 2/2] Update README to match repo description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfa7f33..0202d62 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # exozy.me -HTML plus CSS website for the [exozyme](https://exozy.me) project. Find our main repository [here](https://git.exozy.me/exozyme/exozyme). +A minimal HTML and CSS website for the [exozyme](https://exozy.me) project. Find our main repository [here](https://git.exozy.me/exozyme/exozyme). ## Developing Clone this repository to your computer and start hacking! We don't have any JavaScript or Node stuff to worry about. You might want to run a lightweight HTTP server on your computer with `python -m http.server`.