Sharing and collaborating to empower the Infosec community!
- Install Jekyll
- Create markdown files on docs/_posts
- Create tags or author profiles in docs/_data
- In
docs/runJEKYLL_ENV=production bundle exec jekyll serveto deploy site locally - Browse to
http://127.0.0.1:4000//and verify your blog post looks the way you want it - Create pull request
Push site to github pages with the following command
- Update local repository after PR is merged
git update - In
docs/runJEKYLL_ENV=production bundle exec jekyll serveto deploy site locally and generate files indocs/_site - Browse to
http://127.0.0.1:4000//and verify everything looks good - Go back to the root directory of the repo and run
ghp-import -p -c blog.openthreatresearch.com -f docs/_site