Skip to content
Daisuke ICHIKAWA edited this page Apr 10, 2017 · 8 revisions

ブログ更新手順

  1. git fetch & git mergeで最新のレポジトリをもってくる(もしくはgit clone)
  2. postにRmarkdownで記事を書く。ヘッダなどテンプレートについては他記事を参考に。
  3. RStudio等でblogディレクトリに移動し、blogdown::servesite()でページ生成、内容を確認。
  4. publicの.githubignore以外のファイルをdocsにコピー
  5. git add docs以下
  6. git commit -m "更新"
  7. git push -u origin master
Clone this wiki locally