/sikaicon.png

かもしかのお部屋

Cloudflare PagesのHugoのビルドが失敗しちゃう(バージョン問題)

テーマのアップデートとかをした後でCloudflare PagesでホストしているHugoビルドが失敗しちゃっている・・・

|   |   |
|---|---|
|01:40:44.001|Error: error building site: render: failed to render pages: render of "page" failed: "/opt/buildhome/repo/themes/LoveIt/layouts/_default/baseof.html:24:16": execute of template failed: template: _default/single.html:24:16: executing "_default/single.html" at <partial "header.html" .>: error calling partial: "/opt/buildhome/repo/themes/LoveIt/layouts/partials/header.html:60:23": execute of template failed: template: partials/header.html:60:23: executing "partials/header.html" at <hugo>: can't evaluate field IsMultilingual in type interface {}|

こういうエラーメッセージが出ていて、

gitでリモートの内容をpullし忘れて、ローカルでcommitしちゃって辛かった話

マジで一生gitがわからねぇ!!!

起こったこと

PCとスマホを利用してファイルを編集している。

  1. 朝、PCでファイルを変更してcommit、giteaにpushした。
  2. そのcommitをスマホでpullせずに、ファイルの変更、commit、pushをしようとした。
  3. 怒られた!!
~/Documents/.ssh/gitea Error pushing [-11] - cannot push non-fastforwardable reference

つまり・・・リモートの変更内容をpullし忘れたまま、commitしちゃってそれをpushしてコンフリクトが起こっている?っていうかこれコンフリクトじゃないな???

【原神】「征け!練武の地」を遊んだよ!!

「征け!練武の地」を遊んでいました

各層ごとに制限時間が設けられていて、無事クリアできたら次の層へ進み、どこまで進むことができるか挑戦するイベントでしたが・・・

かなりの高難易度イベント・・・と言ってもイイでしょう。

Hugoで使っているブログの見た目(背景色)を変えたい!(使用テーマLoveIt)

最近ブログ熱がちょっと出てきていて、見た目を変えたくなったので色々やってみた!

使用しているテーマのドキュメントを確認する

https://hugoloveit.com/theme-documentation-basics/

LoveIt theme has been built to be as configurable as possible by defining custom .scss style files.

The directory including the custom .scss style files is assets/css relative to your project root directory.