Mac OSで私がまず設定すること Catalina編
Mac OSを使いやすくするためにいくつか行っている設定があるのでご紹介 あくまで自分好み
一部のアプリケーションで英文入力時に自動変換されるのが煩わしいので止めてます。 [システムの環境設定] - [キーボード] - [ユーザ辞書]で次の項目のチェックを外します。
This message, related to the development of the theme, only displays on the
localhost
homepage to notify you of any important theme changes.
With this version, the theme has fully implemented static search using
lunr.js
. That being said, a few modifications were necessary to implement this
feature.
To utilize this, or future version of Hugo Future Imperfect Slim, please make the following changes:
config.toml
before [params]
:...
disableLanguages = [""]
[outputs]
home = ["html", "json"]
[params]
...
Remove the underscore from all about
and contact
page file names:
_index.md --> index.md
Add layout = "about"
or layout = "contact"
to all of the files you just
just adjusted the file names for.
While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.
義理と人情、察しと思いやり
Mac OSを使いやすくするためにいくつか行っている設定があるのでご紹介 あくまで自分好み
一部のアプリケーションで英文入力時に自動変換されるのが煩わしいので止めてます。 [システムの環境設定] - [キーボード] - [ユーザ辞書]で次の項目のチェックを外します。
gcsから静的サイト配信する時に知っておくとちょっといいことまとめ
GCS直配信はHTTPになってしまいます。ロードバランサーを利用するか、外部サービスを利用する必要があります。 Cloudflareは無料プランがあるのでおすすめです。
Markdownで改行するのどうやるんだっけ?そんな時に思い出したい3つの方法
文章を書くのに便利なMarkdownは普通にEnterで改行しても表示上は改行されません。改行を明示的にいれるには次の3つの方法があります。