README.org: Update documentation now that site script is included in package

This commit is contained in:
Collin J. Doering 2021-11-29 23:37:32 -05:00
parent fd15b80b62
commit dd6434b4ee
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022

View File

@ -79,31 +79,31 @@ included as well.
** Build Site
#+begin_src sh
./site build
site build
#+end_src
** Clean Site
#+begin_src sh
./site clean
site clean
#+end_src
** Watch
#+begin_src sh
./site watch
site watch
#+end_src
** Deploy Site
#+begin_src sh
./site deploy
site deploy
#+end_src
** Test
#+begin_src sh
./site test
site test
#+end_src
* Writing a Blog Post