All Projects â†’ olOwOlo â†’ Hugo Theme Even

olOwOlo / Hugo Theme Even

Licence: mit
🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app

Projects that are alternatives of or similar to Hugo Theme Even

Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (-67.58%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme, scss
Hugo Theme Zozo
🌟 A simple and beautiful theme for Hugo
Stars: ✭ 258 (-80.9%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (-98.52%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-96.37%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Loveit
❤ī¸A clean, elegant but advanced blog theme for Hugo 一ä¸ĒįŽ€æ´ã€äŧ˜é›…且éĢ˜æ•ˆįš„ Hugo ä¸ģéĸ˜
Stars: ✭ 1,060 (-21.54%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-96.74%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Cocoa Hugo Theme
Responsive Hugo blog theme
Stars: ✭ 306 (-77.35%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-98.82%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (-67.36%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (-50.48%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-94%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (-90.16%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (-96.3%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-95.63%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-97.63%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Doks
Hugo theme helping you build modern documentation websites.
Stars: ✭ 256 (-81.05%)
Mutual labels:  hugo, hugo-theme, scss
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-96.45%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (-85.79%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Blog Jeffprod
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...
Stars: ✭ 47 (-96.52%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Theme Stack
Card-style Hugo theme designed for bloggers
Stars: ✭ 720 (-46.71%)
Mutual labels:  hugo, hugo-theme, scss

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.

Important: This theme uses Hugo Pipes. Modifying contents in assets requires the extended version to be installed.

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.

Language selector

It is possible to enable language selector for multilingual site. It will be displayed in the header or in the slide menu.

To enable it, set showLanguageSelector parameter to true.

showLanguageSelector = true

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 /assets/sass/_variable.scss.

Update Theme

cd ./themes/even/
git pull

Whenever you update this theme, you should check the CHANGELOG.md file, there may be some breaking changes.

License

Released under the MIT License.

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].