Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jekyllブログを立ち上げています。.md ファイルを _posts フォルダーに配置します。jekyll --serverプロジェクト ディレクトリのルートでコマンドを実行します。 しかし、jekyll は古い投稿を再生成するだけで、ニュース投稿は _site に追加されません。 何が問題なのですか?
jekyll --server
私はついにjekyllが失敗した理由を見つけました。投稿の1つで使用したタイトルには、コロン(:)が含まれていました。私はそれを置き換える必要が:あり、投稿はうまく解析されました。
: