/natsume

A theme for Hugo

Primary LanguageCSSMIT LicenseMIT

Natsume

Natsume is a single-column hugo theme. It tries to be very simple, clean.

Natsume screenshot

Contents

Options

Natsume includes some customizable options, typically applied via front mattern or config file.

Hero image

Natsume has a dedicated hero image for each post. Simply create a new field background_image in meta section of post.

+++
date = "2015-08-07T15:12:54-07:00"
draft = false
title = "How I setup this blog"
description = "Let's start with hugo"
author = "Vinh"
background_image="/images/setup.jpg"
+++

Post author

Natsume will show who writes the post by reading an author fields.

+++
date = "2015-08-07T15:12:54-07:00"
draft = false
title = "How I setup this blog"
description = "Let's start with hugo"
author = "Vinh"
background_image="/images/setup.jpg"
+++

Disqus

You can optionally enable a comment system powered by Disqus for the posts. Simply add the variable disqusShortname to the params in your config file.

TOML

[params]
  disqusShortname = "kureikain"

YAML

params:
  disqusShortname: "kureikain"

Author

Vinh Nguyen

License

Open sourced under the MIT license.

<3