No commit activity in last 3 years
No release in over 3 years
security onigiri: jekyll theme for translated articles
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

security-onigiri

This blog is powered by jekyll

Get started

gem install jekyll bundler
git clone https://github.com/security-onigiri/security-onigiri
cd security-onigiri
bundle install
bundle exec jekyll serve

Now browse to http://localhost:4000

Writing a post

Access admin panel on http://localhost:4000/admin

Switch to Posts section and clink on New post button

Enter your post name on Title

Metadata

press "New metadata field" to add a column in post header

  • Add your_name into author field
  • Add original-link into source-url field

Deploy

Commit your change, or open a pull request to this repo.

Then execute deploy.sh.

See your changes on https://security-onigiri.github.io/.

./deploy.sh