All Projects → knadh → Hugo Ink

knadh / Hugo Ink

Licence: mit
Crisp, minimal personal website and blog theme for Hugo

Projects that are alternatives of or similar to Hugo Ink

twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-77.03%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-61.24%)
Mutual labels:  blog, hugo, hugo-theme, hugo-site
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (-8.13%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
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 (-76.08%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (-43.06%)
Mutual labels:  blog, hugo, hugo-theme, blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-77.03%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (-36.36%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (-21.05%)
Mutual labels:  hugo-theme, hugo, hugo-site, 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 (-78.95%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
hugo-sugoi
Hugo-Sugoi - An Ultra Minimal Hugo Theme based on Skeleton
Stars: ✭ 29 (-86.12%)
Mutual labels:  hugo-theme, hugo, hugo-site, 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 (-84.69%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
Hugo Clarity
A theme for Hugo based on VMware Clarity
Stars: ✭ 189 (-9.57%)
Mutual labels:  blog, hugo, hugo-theme, 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 (-68.42%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-72.25%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-71.77%)
Mutual labels:  hugo-theme, hugo, hugo-site, blog-theme
Hugo Geo
Theme I use for my personal website
Stars: ✭ 65 (-68.9%)
Mutual labels:  blog, hugo, hugo-theme
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (-75.6%)
Mutual labels:  hugo, hugo-theme, hugo-site
Hugo Theme Learn
Porting Grav Learn theme to Hugo
Stars: ✭ 1,155 (+452.63%)
Mutual labels:  hugo, hugo-theme, hugo-site
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (-5.26%)
Mutual labels:  hugo, hugo-theme, hugo-site
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-76.56%)
Mutual labels:  blog, hugo, hugo-theme

Ink

Crisp, minimal personal website and blog theme Hugo. Forked from Ezhil.

Demo

View demo Screenshot

Features

  • Google Analytics integration
  • Syntax highlighting
  • Twitter cards and opengraph tags support
  • Disqus comments
  • RSS feeds
  • Custom CSS/JS
  • Multilingual months support

Installation

cd into your hugo site's root directory and:

cd themes
git clone https://github.com/knadh/hugo-ink.git

For more information read the official setup guide of Hugo.

Content type

You can specify content type with field type in your content. For example static pages can be set as type page which are excluded from recent posts and all posts page. You can use site params mainSections and disableDisqusTypes to control which page types are excluded from recent posts and Disqus comments respectively.

---
title: "About"
date: 2019-04-19T21:37:58+05:30
type: "page"
---

This is some static page where you can write about yourself.

Language Settings for the month

Due to the currently unavailable feature for multilingual dates in .Date from Go. It is possible to create a month.yaml in the data folder of your Hugo site root directory. There is also an example file in exampleSite/data/.

cat > month.yaml << EOF
1: "Jan"
2: "Feb"
3: "Mar"
4: "Apr"
5: "May"
6: "Jun"
7: "Jul"
8: "Aug"
9: "Sep"
10: "Oct"
11: "Nov"
12: "Dec"
EOF

Credits

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