FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

oss-gate.github.io/README.md at main · oss-gate/oss-gate.github.io · GitHub

Latest commit

 

History

History
39 lines (23 loc) · 1.42 KB

File metadata and controls

39 lines (23 loc) · 1.42 KB

oss-gate.github.io

OSS GateのWebサイトのリポジトリ。

https://oss-gate.github.io/

仕組み

GitHub pages(jekyll)を使用。markdownファイルとhtmlファイルを編集して、リポジトリにアップすると、GitHubがWebページに変換してくれる。

テーマには、defaultのminimaを使用。https://github.com/jekyll/minima

cssをsassで少し足している。

ローカル環境でのプレビュー

$ bundle install --path vendor/
$ bundle exec jekyll serve --drafts --livereload --incremental --force-polling
  • --drafts は下書き状態の記事を強制的にレンダリングするために必要。
  • --force-polling はWindows 10でのWSL1での既知の不具合の回避に必要。それ以外の環境では省略してもよい。

ICONについて

Font Awesome licensed under SIL OFL 1.1 http://fontawesome.io/

ライセンスについて

Copyright 2015-2020 OSS Gate

このサイトのライセンスは Creative Commons Attribution-ShareAlike 4.0 International License です。


Back | FazBrowse Home | New Git URL