Skip to content

TOP Page

mkdocs + github pages でリニューアルしてみました!!

旧サイト

気が向いたら旧サイトからコンテンツを移すかも (移さないかも)
日付は記事の先頭に手動で入れるようにしています。たまに間違えているかもしれません。 ブログの画面からは見えませんが、記事のファイル名の先頭に4桁の数字で日付を入れているので、 左カラムの記事一覧は、おおむね日付順に並んでいるはずです。ただ、何月何日の記事、 ってのは一覧からはわからないので、 適当に当たりをつけて読むか、検索して読むか、そんな感じでお願いします。

Commands

  • mkdocs new [dir-name] - Create a new project.
  • mkdocs serve - Start the live-reloading docs server.
  • mkdocs gh-pages - Build the documentation site and push to github.
  • mkdocs -h - Print help message and exit.

Project layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.