その他
This site is produced and maintained by the following tools.
Hugo 見出しへのリンク
[ Hugo ] is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.
For installing on macOS, it is easy to use Homebrew.
brew install hugo
Hugo theme coder 見出しへのリンク
[ Hugo coder ] is a minimalist blog theme for hugo.
In this site, default setups are used without any modification.
ox-hugo 見出しへのリンク
[ ox-hugo ] is an Org exporter backend that exports Org to Hugo-compatible Markdown (Blackfriday) and also generates the front-matter (in TOML or YAML format).
If use-package is installed, just add the below to the config.
(use-package ox-hugo :after ox)
Then, all the MD files are maintained in one org file for Emacs
and exported with C-c C-e H A.