This is patch Hugo theme. This is a patch to fix [Hugo] (https://gohugo.io/) theme [Whiteplain] (https://github.com/taikii/whiteplain) to light style.
$ git clone https://github.com/taikii/whiteplain-light.git themes/whiteplain-light
Or
$ git submodule add https://github.com/taikii/whiteplain-light.git themes/whiteplain-light
This theme should be used with Whiteplain. You need to write config.toml
as follows.
theme = ["whiteplain-light", "whiteplain"]
Other settings depend on Whiteplain.