メモ: jekyllを使ってみた
sudo gem install jekyll
jekyll new my-awesome-site
cd my-awesome-site
jekyll serve
記事の追加の仕方
my-awesome-site/_posts/ に
2019-06-12-subject.md
のような形で記述する。タイトルを変更のたびにファイル名が変わるのが面倒なので、以下のようにヘッダーで指定すると良い。
---
layout: post
title: "おなかすいた"
---
本文
- layout指定をしないとテーマが反映されない。
Author And Source
この問題について(メモ: jekyllを使ってみた), 我々は、より多くの情報をここで見つけました https://qiita.com/tukiyo3/items/f8fe4ffaf5d2fd62c602著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .