From 651d1318c349e0079d2557e400a4e92c13d50224 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Wed, 11 Sep 2024 17:47:54 -0700 Subject: [PATCH] Add very basic README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a80493e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# OpenNeo Blog + +This is a deathly-simple Jekyll site! The posts are saved as Markdown in the +`_posts` folder. + +To run the site locally for testing, run `_bin/serve.sh`. + +To deploy, run `_bin/deploy.sh`—this requires SSH access to our web server, +though!