脱ひとりぼっち なんと b0cchiが おきあがり なかまに なりたそうに こちらをみている!
タグ hugo を持つ記事:

Github Pagesで'Mixed Content'エラー

Mixed Content Github Pagesでデザインというか、CSSが当たらない事態に遭遇したので、その備忘録に。 エラー エラー自体は以下の通り Mixed Content: The page at ‘https://blog.b0cchi.dev/' was loaded over HTTPS, but requested an insecure stylesheet ‘http://blog.b0cchi.dev/assets/css/xxx.min.css'. This request has been blocked; the content must be served over HTTPS. 要するに、CSSファイルのU

dev containerでhugoの環境構築

このブログ自体hugoで作っています。 が、hugoの環境構築って毎回ググりませんか・・・?(あれ?自分だけ?) ということでdev containerの環境を構築してあげればいいじゃないかと。 自分自身の備