Browse Source

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

master
sharpetronics 1 year ago
parent
commit
cce330f50e
  1. 2
      templates/docs/new-site-process.txt

2
templates/docs/new-site-process.txt

@ -10,7 +10,7 @@ Creating a brand new Jekyll website process
6. cd into st-jekyll-bootstrap
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
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"
11. git push origin master
12. Verify the git server for new files uploaded

Loading…
Cancel
Save