Hugo Themes
Den
A port of the Nest Pelican theme for Hugo
- Author: shaform
- GitHub Stars: 40
- Updated: 2022-07-04
- License: GPLv2
- Tags: Blog Multilingual Responsive
hugo-theme-den
A simple theme for Hugo
It’s a port of the Nest Pelican theme.
Screenshots
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 ini18n/
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.