Latest version of the 0xBU website. Migrated from original self hosted Ghost blog.
Feel free to add posts on your hacks in the _posts/
folder.
Feel free to make any styling changes!
sudo apt-get install ruby ruby-dev build-essential
sudo gem install jekyll bundler
sudo apt-get install zlib1g-dev
sudo gem install jekyll-sitemap jekyll-paginate jemoji --verbose
jekyll serve
Visit http://127.0.0.1:4000 to see the site.
It is really easy to add new blog posts. We should update it often because there is so much historical value by keeping track of what we've done!
cd _posts/
Create a file like 2012-03-22-buildsbot-12-ounce.md
with the YYYY-MM-DD-name.md
format.
touch 2012-03-22-buildsbot-12-ounce.md
Add a Header like this. Tags can be anything, but you should use the ones that already exist like projects
.
---
layout: post_layout
title: 5 Steps to Get Started Hacking and CTFing
date: '2016-09-14 06:08:51'
---
Start writing.
You can see examples of the existing ones in _posts/
.
MIT
Based off of BUILDS-.github.io and liungkejin.github.io