项目作者: security-onigiri

项目描述 :
:rice_ball: 資安飯糰是一個資安部落格,致力於翻譯/分享優質繁體中文的資安文章,如果你想要跟我們一起翻譯資安文章或是協助改善網頁,歡迎聯繫或是發 Pull Request。
高级语言: HTML
项目地址: git://github.com/security-onigiri/security-onigiri.github.io.git
创建时间: 2018-03-06T10:06:40Z
项目社区:https://github.com/security-onigiri/security-onigiri.github.io

开源协议:MIT License

下载


security-onigiri

This blog is powered by jekyll

Get started

  1. gem install jekyll bundler
  2. git clone https://github.com/security-onigiri/security-onigiri
  3. cd security-onigiri
  4. bundle install
  5. 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/.

  1. ./deploy.sh