Random Notes - My Notepad
I'm completely new to most of the things i'm working on in my homelab. This is just my virtual notepad. Its strickly for me to keep snippets of information to reference.
-—
Launch Jekyll Locally
1
bundle exec jekyll s
Push New Content to github
1
2
3
4
git status
git add [. (for all), filename (for files)].
git commit -m "Description of Changes"
git push
Building your site in production mode
1
JEKYLL_ENV=production bundle exec jekyll b