hugo-theme-even

? A super concise theme for Hugo https://blog.olowolo.com/example-site/

Github星跟蹤圖

hugo-theme-even

GitHub contributors
GitHub release
GitHub commits (since latest release)
GitHub

A super concise theme for Hugo

It's a port of the hexo-theme-even

Demo, 中文说明

Screenshots

even-showcase

Installation

$ git clone https://github.com/olOwOlo/hugo-theme-even themes/even

Important: Take a look inside the exampleSite folder of this theme. You'll find a file called config.toml. To use it, copy the config.toml in the root folder of your Hugo site. Feel free to change it.

NOTE: For this theme, you should use post instead of posts, namely hugo new post/some-content.md.

Language Support

Translations are collected from the themes/even/i18n/ folder (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.

To use the translations, just set a correct value for defaultContentLanguage.

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

Can also support any other languages as well. For example, to support german, create a file /i18n/de.yaml in the root folder of your Hugo site. For reference template you can see the en.yaml file.

P.S. In multilingual mode, the language which currently being used to render the website will be used.

Favicon

In order to customize the favicon you need to place all the following files in the static folder at the root of your site, which will overwrite those files in the themes/even/static/ folder.

  • android-chrome-192x192.png
  • android-chrome-512x512.png
  • apple-touch-icon.png
  • browserconfig.xml
  • favicon.ico
  • favicon-16x16.png
  • favicon-32x32.png
  • manifest.json
  • mstile-150x150.png
  • safari-pinned-tab.svg

A favicon generator can help you generate these files.

Front Matter

You can customize something for a single content in the content's front-matter. The themes/even/archetypes/default.md shows all available params. Copy this file in the archetypes folder at the root of your project will be useful.

Shortcodes

This theme provides center, right, left, music, admonition shortcodes, and support center, right, left class for the built-in figure. See more information from there.

Theme Color

There are five built-in theme colors ( Default, Mint Green, Cobalt Blue, Hot Pink, Dark Violet ), you can config it by changing the $theme-color-config value in /src/css/_variable.scss.

Build

If you changed any file under /src/, you need to rebuild.

cd ./themes/even/
# install dependencies
yarn install
# build
yarn build

You need to install Yarn and Node.js first.

Update Theme

cd ./themes/even/
git pull

License

Released under the MIT License.

Acknowledgements

主要指標

概覽
名稱與所有者olOwOlo/hugo-theme-even
主編程語言SCSS
編程語言HTML (語言數: 5)
平台
許可證MIT License
所有者活动
創建於2017-08-28 09:20:45
推送於2024-12-02 13:37:53
最后一次提交2024-12-02 14:37:53
發布數6
最新版本名稱v4.1.0 (發布於 )
第一版名稱v3.0.0 (發布於 )
用户参与
星數2.1k
關注者數21
派生數729
提交數170
已啟用問題?
問題數293
打開的問題數0
拉請求數61
打開的拉請求數2
關閉的拉請求數83
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?