:rice_ball: 資安飯糰是一個資安部落格,致力於翻譯/分享優質繁體中文的資安文章,如果你想要跟我們一起翻譯資安文章或是協助改善網頁,歡迎聯繫或是發 Pull Request。
This blog is powered by jekyll
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
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
your_name
into author
fieldoriginal-link
into source-url
fieldCommit 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