LoginSignup
0
0

More than 1 year has passed since last update.

jekyll①設定(DL/ビルド/サーバー)

Last updated at Posted at 2022-06-15

jekyllファイルの設定

(1)ファイルダウンロード

gem install bundler jekyll
jekyll new 〇〇(←任意のフォルダ名)

以下のファイルが生成される
スクリーンショット 2022-06-15 10.45.41.png

(2)ローカルサーバー起動

cd 〇〇
bundle exec jekyll serve

上記のコマンドを入力すると_siteと.jekyll-chacheが生成される
スクリーンショット 2022-06-15 10.47.02.png
ローカルでサイトを確認する
http://localhost:4000/
スクリーンショット 2022-06-15 10.36.18.png

参考URL

jekyll公式サイト: https://jekyllrb.com/
jekyll Tips: https://jekylltips-ja.github.io/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0