Skip to content

author-y/utelecon.github.io

This branch is 11046 commits behind utelecon/utelecon.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d629421 · Apr 14, 2020
Apr 11, 2020
Mar 31, 2020
Apr 12, 2020
Apr 11, 2020
Apr 14, 2020
Apr 14, 2020
Apr 9, 2020
Apr 14, 2020
Mar 23, 2020
Mar 29, 2020
Apr 10, 2020
Mar 27, 2020
Apr 12, 2020
Mar 30, 2020
Mar 29, 2020
Mar 18, 2020
Apr 13, 2020
Apr 14, 2020
Mar 20, 2020
Mar 20, 2020
Apr 3, 2020
Mar 20, 2020
Mar 15, 2020
Mar 25, 2020
Apr 14, 2020
Mar 23, 2020
Apr 3, 2020

Repository files navigation

utelecon (UTokyo Portal for Teleconference Tools)

https://utelecon.github.io/

共通ルール

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

書き方

git clone git@github.com: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

今後やること

  • 今のままだと 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 70.5%
  • Ruby 18.6%
  • Python 10.9%