All Projects → gyorb → hugo-dusk

gyorb / hugo-dusk

Licence: MIT license
Simple, minimalistic dark theme for Hugo.

Programming Languages

CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to hugo-dusk

Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (+62%)
Mutual labels:  hugo-theme, hugo, minimalistic, hugo-blog-theme
Allinone
All in one Hugo theme
Stars: ✭ 155 (+210%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Keepit
The most powerful minimal Hugo theme.
Stars: ✭ 151 (+202%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-4%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (+170%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (+172%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+284%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-4%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (+40%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+0%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Primer
Hugo theme based on GitHub's Primer CSS
Stars: ✭ 103 (+106%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-68%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Even
🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: ✭ 1,351 (+2602%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-36%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Pulp
Pulp is a Hugo theme for getting a simple, easy-to-read blog site.
Stars: ✭ 95 (+90%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (+296%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-2%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Loveit
❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
Stars: ✭ 1,060 (+2020%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+378%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
mogege
A blog theme for hugo
Stars: ✭ 81 (+62%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme

Simple minimalistic dark theme for Hugo.

screenshot

Features

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"

# Configure syntax highlight
[markup]
  [markup.highlight]
    style = "rrt" # dark themes: monokai, api, fruity, native, rrt, swapoff

[[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
  utterancesRepo="REPO_NAME" # Utterances is enabled when this param is set
  utterancesTheme="github-dark" # Default: github-dark
  utterancesIssueTerm="pathname" # Default: pathname
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].