Add README

This commit is contained in:
Aaron Langham 2023-11-29 12:30:04 +00:00
commit 436f968303
2 changed files with 11 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Simple website homepage

10
buildAndPush.sh Executable file
View File

@ -0,0 +1,10 @@
#! /usr/bin/bash
echo "Enter Commit Comment"
read comment
bundle exec jekyll build
git add -A
git commit -m $comment
git push -u origin main