0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

久しぶりにHugoのPaperModのページを開いたらメタデータがうまく表示できなかった

Posted at

事象

メタデータが以下のような表示になっていました。
image.png

対応

まず、PaperModをアップデートしました。サブモジュール化してたので、そのディレクトリでアップデートしました。

git fetch origin
git checkout master
git pull

すると、hugoのバージョンが古く起動できなかったので、hugoのアップデートを実施しました。

brew upgrade hugo

解消!!!

image.png

お仕事で使っているものはちょくちょくアップデートしますが、昔作ってそのまんまにしていたブログなどはアップデートが面倒ですね・・・

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?