/hugo-theme-den

A Simple Theme for Hugo

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

hugo-theme-den

A simple theme for Hugo

It's a port of the Nest Pelican theme.

Screenshots

den-showcase

Installation

$ git clone https://github.com/shaform/hugo-theme-den themes/den

Important: Take a look inside the exampleSite directory of this theme. You'll find a file called config.toml. To use it, copy the config.toml in the root directory of your Hugo site. You can customize it for your site.

Language Support

Translations are collected from the themes/den/i18n/ directory (built into the theme), as well as translations present in i18n/ at the root of your project. The translations will be merged and take precedence over what is in the theme folder.

Set the default language using defaultContentLanguage:

defaultContentLanguage = "en"  # en / zh-tw / other...

Update Theme

cd ./themes/den/
git pull

License

Released under the GPLv2 License.

Acknowledgements

Websites that use Den