All Projects → leonhe → hugo_eiio

leonhe / hugo_eiio

Licence: MIT license
Hugo Blog Theme

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to hugo eiio

restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+163.16%)
Mutual labels:  hugo, blog-theme, 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 (+68.42%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (+152.63%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+600%)
Mutual labels:  hugo, blog-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 (+131.58%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+210.53%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+910.53%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+2221.05%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
Osprey
Simple, clean, and fast one-page Hugo portfolio theme accompanied by a blog
Stars: ✭ 147 (+673.68%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (+152.63%)
Mutual labels:  hugo, blog-theme, hugo-blog-theme
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (+268.42%)
Mutual labels:  hugo, hugo-blog-theme
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (+457.89%)
Mutual labels:  hugo, blog-theme
mogege
A blog theme for hugo
Stars: ✭ 81 (+326.32%)
Mutual labels:  hugo, hugo-blog-theme
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (+247.37%)
Mutual labels:  hugo, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+768.42%)
Mutual labels:  hugo, blog-theme
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (+200%)
Mutual labels:  hugo, blog-theme
uBlogger
A template designed with your readers in mind ❤️
Stars: ✭ 242 (+1173.68%)
Mutual labels:  hugo, blog-theme
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-15.79%)
Mutual labels:  hugo, hugo-blog-theme
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (+163.16%)
Mutual labels:  hugo, hugo-blog-theme
hugo-minimalist-theme
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.
Stars: ✭ 25 (+31.58%)
Mutual labels:  hugo, blog-theme

Hugo blog theme

This is a hugo static blog engine theme, if you like 😍 💗 this theme,please give me star🌟🌟 _

Features

  • ✏️ Blog ️
  • 🎩 Modern、Responsive
  • 🅾️ Syntax highlight
  • Emoji 😄 ,Disqus 🌐
  • 🏙 🎇 🌆 Post thumbnail images

See Demo

Installation

Inside the folder of your Hugo site run:

cd themes
git clone https://github.com/leonhe/hugo_eiio

Config

Modify your configuration:

baseurl = "site url"
title = "Site Name"
languageCode = "site language code"
copyright = "Copyright right infomation."
themesdir = "themes"
theme = "hugo_eiio"
Paginate=15 
MetaDataFormat = "toml"
PaginatePath="page"
pygmentsuseclasses = true
disqusShortname = "user id"
googleAnalytics='google analytics code'

hasCJKLanguage = true
preserveTaxonomyNames = false
disablePathToLower =false 
enableEmoji = true
enableInlineShortcodes = true
enableRobotsTXT = true

[taxonomies]
  category = "categories"
  tag = "tags"
  summaryLength = 250 # default 70
[params]
  hljsStyle="github" #code highlightjs css style . See [Style List](https://github.com/highlightjs/highlight.js/tree/master/src/styles "CSS Style list")

  showNextAndPrePost = false #Is Show Next and Previous Post Button
  description = "site description"
  keywords = "site keywords use seo"
  googleSiteVerification = "google site verification key"
  author = "your name"
  github ="github username"
  email="your email"
  twitter="your twitter name" 
  securityPolicy = false #disable https content security policy
  footerRight="Your tips content" #footer right content
  mainSections = ['page']
[sitemap]
  changefreq = "monthly"
  priority = 0.5
  filename = "sitemap.xml"

Use post's thumbnail

Home thumbnail of post:

if you need in home page list display thumbnail of post,write head of post keywords,see below code👇:


+++
title = "Post Title"
categories = ["Categories"]
tags = ["tags"]
date = "write datetime"
draft = false
header_images="post home list thumbnail"
+++
..............

Content thumbnail of post:

if you need in post content to display different thumbnail,see below code 👇

{{< figure  class="floatright|floatleft" src="your image path" alt="" >}}

License

This theme is released under the MIT License.

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].