Win10 把CapsLock键映射为Esc键
Windows系统映射CapsLock为Esc
因为编辑文本需要用到vim,所以把CapsLock映射为Esc比较方便。
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.
未来可期
Windows系统映射CapsLock为Esc
因为编辑文本需要用到vim,所以把CapsLock映射为Esc比较方便。
hadoop, hive的安装总结
只是简单的总结一下安装步骤,每一步里的具体操作就懒得记录了,网上一搜一大堆。
第956题的思路总结