Skip to content

FlechaMaker/utelecon.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utelecon (UTokyo Portal for Teleconference Tools)

https://utelecon.github.io/

共通ルール

  • 句読点は「,.」にする(吉田栗田はまずは全角で対応)

書き方

git clone [email protected]:utelecon/utelecon.github.io.git
# edit files (e.g., index.markdown)
git commit -m "add introduction" -a
git push

git clone https:// ... の方が分かりやすいです

ローカル環境で表示を確認する

Testing your GitHub Pages site locally with Jekyll - GitHub ヘルプ

$ cd utelecon.github.io
$ bundle install
$ bundle exec jekyll serve
  # Open http://localhost:4000/ in your browser

CSSの変更の仕方

  • /assets/css/style.scss (CSSではない!)の中にSCSS形式で追記していきます
  • オリジナルのテンプレート(cayman/_sass/jekyll-theme-cayman.scssをoverrideしたいときは、@import "{{ site.theme }}"; の上に,継承したい場合はその下に追記していきます)

今後やること

  • 今のままだと README.md が見えてしまうから docs フォルダ内を公開というような設定を今後したい
  • メニューとパンくずリストの作成
  • 可能な範囲で「次へ移動」を実装

よくわからないこと

  • 節番号とか自動的にふれないの?

  • 目次とか生成できないの? >これ使う感じです(勉強中) https://shd101wyy.github.io/markdown-preview-enhanced/#/toc

  • トップページへのリンクとか全ページに出したい → /_layouts/default.html を追加しました(https://github.com/pages-themes/cayman/blob/master/_layouts/default.html からひっぱってきました).これをいじればヘッダーなど共通して修正できそうです.このファイルが default でテンプレートになるみたいです.これがない場合は github pages が勝手に補完してくれるみたいです.

  • リンクを別タブで開くようにしたい. htmlなら ... とするやつ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.6%
  • Ruby 7.8%
  • JavaScript 6.8%
  • Python 4.6%
  • CSS 4.2%