This blog is powered by jekyll and jekyll-theme-H2O
gem install jekyll bundler
git clone https://github.com/bamboofox/bamboofox.github.io
cd bamboofox.github.io/
bundle install
jekyll serveNow browse to http://localhost:4000
Access admin panel on http://localhost:4000/admin
Switch to Posts section and clink on New post button
Enter your post name on Title
press "New metadata field" to add a column in post header
- Add
postintolayoutfield
- Add
clubintotagsarray - Add
tutorialintocategoriesarray
- Add
your_nameintoauthorfield - Add
related_techniqueintotagsarray(e.g.,pwn,ROP,buffer overflow) - Add
write-upsintocategoriesarray
- Fork this repo
- Working on your branch
- Open a pull request
- Once your pull request get merged, your post will be available on https://bamboofox.github.io/
It takes time to build the github page
Grab a cup of coffee ☕ and watch it
You can use this container https://hub.docker.com/r/jekyll/jekyll/
docker pull jekyll/jekyll
docker run -it -p 127.0.0.1:4000:4000 jekyll/jekyll /bin/bash
# inside container
git clone https://github.com/bamboofox/bamboofox.github.io.git
cd bamboofox.github.io
bundle install
bundle exec jekyll serve --host 0.0.0.0