OSS GateのWebサイトのリポジトリ。
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での既知の不具合の回避に必要。それ以外の環境では省略してもよい。
Font Awesome licensed under SIL OFL 1.1 http://fontawesome.io/
Copyright 2015-2020 OSS Gate
このサイトのライセンスは Creative Commons Attribution-ShareAlike 4.0 International License です。