Update 'templates/docs/new-site-process.txt'

This commit is contained in:
sharpetronics 2022-12-18 18:13:42 -05:00
parent 48a4e9b1f1
commit cce330f50e

View File

@ -10,7 +10,7 @@ Creating a brand new Jekyll website process
6. cd into st-jekyll-bootstrap 6. cd into st-jekyll-bootstrap
7. run the bash script bash ./generate-new-jekyll-site.sh 7. run the bash script bash ./generate-new-jekyll-site.sh
8. cd .. out of the script directory and optionally remove st-jekyll-bootstrap with rm -r st-jekyll-bootstrap 8. cd .. out of the script directory and optionally remove st-jekyll-bootstrap with rm -r st-jekyll-bootstrap
9. git status && git add * to add all the new folders and files 9. git status && git add * to add all the new folders and files; double check to make sure hidden files are added.
10. git commit "base site scaffolding initialized" 10. git commit "base site scaffolding initialized"
11. git push origin master 11. git push origin master
12. Verify the git server for new files uploaded 12. Verify the git server for new files uploaded