You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
bickhaus 4fd8032241 design update based on gyorb/master #41 3 years ago
archetypes modified header size/padding 5 years ago
exampleSite design update based on gyorb/master #41 3 years ago
images design update based on gyorb/master #41 3 years ago
layouts design update based on gyorb/master #41 3 years ago
static/css design update based on gyorb/master #41 3 years ago
.gitignore add makefile to build and check 5 years ago
CHANGELOG.md design update based on gyorb/master #41 3 years ago
LICENSE.md initial hugo theme 6 years ago
Makefile add makefile to build and check 5 years ago
README.md design update based on gyorb/master #41 3 years ago
theme.toml fix page lists, Hugo v.0.57.2 gyorb/master #36 3 years ago

README.md

Simple minimalistic dark theme for Hugo.

screenshot

Features

  • Responsive minimalistic design
  • Configure theme colors via CSS file
  • Syntax highlight with builtin Chroma
  • OpenGraph, Twitter cards support
  • Disqus comments support
  • Google analytics (async)
  • Configurable pagination for posts
  • Lazy menu
  • Custom 404 page
  • Font Awesome icons in top social header

Installation

$ mkdir themes
$ cd themes
$ git clone https://github.com/bickhaus/hugo-dusk.git

Configuration

Example configuration:

baseurl = "/"
title = "My site."
copyright = "Copyright (c) 2018. See <a href=#>someSite</a> for more information."
canonifyurls = true
languageCode = "en-US"
paginate = 3
theme = "hugo-dusk"
enableRobotsTXT = true

googleAnalytics = ""
disqusShortname = ""

[author]
  name = ""

SectionPagesMenu = "main"

# use Chroma for syntax highlight
pygmentsStyle = "native" # other dark style options: vim, fruity, monokai
# enable syntax highlight for code blocks
pygmentsCodeFences = true

[[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"
  theme_colors = "default-dark" #uses color css file under static/css/default-dark.css