All Projects → mojoaar → hucore

mojoaar / hucore

Licence: MIT license
Minimal blog theme for hugo based on Hemingway2

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hucore

hugo-zen
Hugo Zen is a minimal hugo theme.
Stars: ✭ 90 (+36.36%)
Mutual labels:  hugo-theme, hugo
hugo-lime
Hugo Lime is a business theme for GoHugo by https://uicard.io
Stars: ✭ 31 (-53.03%)
Mutual labels:  hugo-theme, hugo
hugo-alabaster-theme
A documentation theme ported from Sphinx to Hugo
Stars: ✭ 73 (+10.61%)
Mutual labels:  hugo-theme, hugo
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-22.73%)
Mutual labels:  hugo-theme, hugo
whiteplain
Simple and Functional Hugo theme.
Stars: ✭ 95 (+43.94%)
Mutual labels:  hugo-theme, hugo
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+53.03%)
Mutual labels:  hugo-theme, hugo
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (+28.79%)
Mutual labels:  hugo-theme, hugo
hugo-piercer-theme
Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.
Stars: ✭ 27 (-59.09%)
Mutual labels:  hugo-theme, hugo
mogege
A blog theme for hugo
Stars: ✭ 81 (+22.73%)
Mutual labels:  hugo-theme, hugo
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+10340.91%)
Mutual labels:  hugo-theme, hugo
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+1.52%)
Mutual labels:  hugo-theme, hugo
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-27.27%)
Mutual labels:  hugo-theme, hugo
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (+60.61%)
Mutual labels:  hugo-theme, hugo
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (+124.24%)
Mutual labels:  hugo-theme, hugo
ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (+37.88%)
Mutual labels:  hugo-theme, hugo
npqhugo
npq-hugo is a customizable and responsive dark blog theme with integrated contact form and code syntax highlighting
Stars: ✭ 24 (-63.64%)
Mutual labels:  hugo-theme, hugo
hugo-docs
Theme for Dgraph documentation built via Hugo
Stars: ✭ 13 (-80.3%)
Mutual labels:  hugo-theme, hugo
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+150%)
Mutual labels:  hugo-theme, hugo
showcase-hugo-theme
Showcase is a minimal, single page theme for Hugo
Stars: ✭ 54 (-18.18%)
Mutual labels:  hugo-theme, hugo
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (+6.06%)
Mutual labels:  hugo-theme, hugo

Hucore

Hucore is a minimal blog theme for hugo. The theme is based on Hemingway2.

Features

  • Responsive & minimal design
  • Disqus support
  • Google Analytics
  • Basic OpenGraph metadata support
  • Option for social sharing icons on posts
  • Option for author on posts

Screenshot

See technet.cc for an example of this theme in use.

Getting Started

Clone this repository to your hugo theme directory.

mkdir themes
cd themes
git clone https://github.com/mgjohansen/hucore.git

Configuration

Take a look in the exampleSite folder.

This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.

Copy the config.toml in the root directory of your website. Overwrite the existing config file if necessary.

config.toml:

baseurl = "https://example.com"
languageCode = "en-US"
title = "[Hu]Core"
theme = "Hucore"
copyright = "&copy; 2017 | Follow on <a href=\"https://twitter.com/mgjohansen\" target=\"_blank\">Twitter</a> | <a href=\"https://github.com/mgjohansen/hucore.git\" target=\"_blank\">[Hu]Core theme</a> & <a href=\"http://gohugo.io\" target=\"_blank\">Hugo</a> ♥"
disqusShortname = "shortname"
googleAnalytics = "trackingcode"

[taxonomies]
tag = "tags"
category = "categories"

[params]
description = "Your description here"
keywords = ["keyword 1", "keyword 2", "keyword 3"]
author = "Morten Johansen"
sharingicons = true
displayauthor = true

[params.highlight]
style = "github"
languages = ["go", "dockerfile"]

[[params.social]]
url = "https://github.com/mgjohansen"
fa_icon = "fa-github"

[[params.social]]
url = "https://gitlab.com/mgjohansen"
fa_icon = "fa-gitlab"

[[params.social]]
url = "https://twitter.com/mgjohansen"
fa_icon = "fa-twitter"

[[params.social]]
url = "https://linkedin.com/in/mgjohansen"
fa_icon = "fa-linkedin-square"

[[params.social]]
url = "/index.xml"
fa_icon = "fa-rss"

[[params.socialshare]]
url = "https://linkedin.com/in/mgjohansen"
fa_icon = "fa-linkedin-square"

Build

hugo server

You can go to localhost:1313 and this theme should be visible.

License

Hucore is licensed under the MIT License.

Author

Morten Johansen

Credits

Hucore is based on Hemingway2 created by Malte Kiefer.

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