Hugo Themes
hugo-dusk
A minimalistic dark responsive theme.
- Author: Gyorgy Orban
- Minimum Hugo Version: 0.17
- GitHub Stars: 49
- Updated: 2017-08-24
- License: MIT
- Tags:
Blog
Dark
Minimal
Note! This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a recent release of Hugo. Then add an appropriate Version Configuration to the theme'sconfig.toml
and then finally tag a new version.
Simple minimalistic dark theme for Hugo.
Features
- Responsive minimalistic design
- Syntax highlight with highlight.js
- OpenGraph, Twitter cards support
- Disqus comments support
- Google analytics (async)
- Configrable pagination for posts
- Lazy menu
- Custom 404 page
Installation
$ mkdir themes
$ cd themes
$ git clone https://github.com/gyorb/hugo-dusk
Configuration
Example configuration:
baseurl = "/"
title = "My site."
copyright = "Copyright (c) 2017, all rights reserved."
canonifyurls = true
languageCode = "en-US"
paginate = 3
theme = "hugo-dusk"
googleAnalytics = ""
disqusShortname = ""
[author]
name = ""
SectionPagesMenu = "main"
[[menu.main]]
name = "Posts"
weight = -120
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Tags"
weight = -110
identifier = "tag"
url = "/tags/"
[params.meta]
keywords = "blog, tech"
description = "Personal blog."
[params]
github = "github id"
gitlab = "gitlab id"
twitter = "twitter id"
linkedin = "linkedin id"
email = "myemail"