GitHub personal website generator を触ってみた
GitHub personal website generator を触ってみた
GitHub personal website generator が、気になったので触ってみました。
Fork
Fork
のボタンを押す。
clone
$ git clone [email protected]:username/personal-website.git
gem install
$ cd personal-website
$ gem install jekyll bundler
サーバー起動
$ bundle exec jekyll serve
Could not find concurrent-ruby-1.1.4 in any of the sources
Run `bundle install` to install missing gems.
bundle install
bundle install
を実行。
$ bundle install
サーバー起動
$ bundle exec jekyll serve
Configuration file: /Users/xxxxxx/personal-website/_config.yml
Source: /Users/xxxxxx/personal-website
Destination: /Users/xxxxxx/personal-website/_site
Incremental build: disabled. Enable with --incremental
Generating...
GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
done in 4.284 seconds.
Auto-regeneration: enabled for '/Users/xxxxxx/personal-website'
Server address: http://127.0.0.1:4000
Server running... press ctrl-c to stop.
_site/index.html
が、自分の情報に変わっていました。
ブログを書く場合は、/_posts/
に Markdown
ファイルを置くと良いらしいです。
やってみたけど、よくわからなかった。