選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Kailash Nadh 524b659c3a Fork ezhil into ink theme 4年前
archetypes feat: initial implementation 5年前
exampleSite Fork ezhil into ink theme 4年前
images fix: anchor text color for dark theme 4年前
layouts Fork ezhil into ink theme 4年前
static Fork ezhil into ink theme 4年前
.gitignore chore: add gitignore 4年前
LICENSE.md Fork ezhil into ink theme 4年前
README.md Fork ezhil into ink theme 4年前
netlify.toml feat: add netlify build config 5年前
theme.toml Fork ezhil into ink theme 4年前

README.md

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

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.

Credits

Licensed under the MIT license.