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 serve
Now 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
post
intolayout
field
- Add
club
intotags
array - Add
tutorial
intocategories
array
- Add
your_name
intoauthor
field - Add
related_technique
intotags
array(e.g.,pwn
,ROP
,buffer overflow
) - Add
write-ups
intocategories
array
- 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