Go to file
Volkor d61a8eaf38
No more external requests, and less local ones.
2021-06-05 20:28:30 +10:00
archetypes modified header size/padding 2018-03-03 23:37:28 -05:00
exampleSite design update based on gyorb/master #41 2019-10-29 15:00:13 -05:00
images update images 2019-10-29 20:12:22 -05:00
layouts No more external requests, and less local ones. 2021-06-05 20:28:30 +10:00
static/css No more external requests, and less local ones. 2021-06-05 20:28:30 +10:00
.gitignore add makefile to build and check 2017-11-18 11:27:36 +01:00
CHANGELOG.md update README.md for version change 2019-10-29 15:07:10 -05:00
LICENSE.md initial hugo theme 2017-04-22 15:34:03 +02:00
Makefile add makefile to build and check 2017-11-18 11:27:36 +01:00
README.md design update based on gyorb/master #41 2019-10-29 15:00:13 -05:00
theme.toml update theme.toml 2019-10-29 20:30:30 -05:00

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