All Projects → Zenithar → Hugo Theme Bleak

Zenithar / Hugo Theme Bleak

Licence: other
Bleak Ghost theme ported to Hugo

Projects that are alternatives of or similar to Hugo Theme Bleak

Hugo Theme Zen
A fast and clean Hugo theme with css-grid and Hugo pipes support.
Stars: ✭ 119 (-22.22%)
Mutual labels:  hugo, hugo-theme
Hugrid
Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.
Stars: ✭ 136 (-11.11%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Minos
A simple and retro styled Hugo theme ported from Hexo
Stars: ✭ 113 (-26.14%)
Mutual labels:  hugo, hugo-theme
Hugo Primer
Hugo theme based on GitHub's Primer CSS
Stars: ✭ 103 (-32.68%)
Mutual labels:  hugo, hugo-theme
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (-11.76%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (-6.54%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Techdoc
The Techdoc is a Hugo Theme for technical documentation.
Stars: ✭ 118 (-22.88%)
Mutual labels:  hugo, hugo-theme
Pulp
Pulp is a Hugo theme for getting a simple, easy-to-read blog site.
Stars: ✭ 95 (-37.91%)
Mutual labels:  hugo, hugo-theme
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (-11.11%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (-5.23%)
Mutual labels:  hugo, hugo-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+798.04%)
Mutual labels:  hugo, hugo-theme
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: ✭ 153 (+0%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Slim
Hugo theme—Slim
Stars: ✭ 99 (-35.29%)
Mutual labels:  hugo, hugo-theme
Harbor
Simple and minimal personal blog theme.
Stars: ✭ 120 (-21.57%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Even
🚀 A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: ✭ 1,351 (+783.01%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (-22.22%)
Mutual labels:  hugo, hugo-theme
Dimension
Ported theme of Dimension by HTML5 UP. One page responsive site with modals instead of pages.
Stars: ✭ 94 (-38.56%)
Mutual labels:  hugo, hugo-theme
Compose
A Hugo theme for documentation sites. It's inspired by https://forestry.io/docs/welcome/
Stars: ✭ 95 (-37.91%)
Mutual labels:  hugo, hugo-theme
Hugothemes
A curated directory of Hugo themes
Stars: ✭ 1,571 (+926.8%)
Mutual labels:  hugo, hugo-theme
Keepit
The most powerful minimal Hugo theme.
Stars: ✭ 151 (-1.31%)
Mutual labels:  hugo, hugo-theme

Bleak

Theme based from Ghost Bleak by zutrinken.

Index view

Index page

Post view

Post page

Original theme credits

Blog

Config

[params]
  # Warning Keys are case sensitives
  Subtitle = "Your subtitle !"
  description = "Everything is awesome !"
  cover = "/images/cover.jpg"

  # Google analytics
  googleAnalyticsUserID = "UA-xxxxxxxx-x"
  domainVerification = "xxxxxxxxxxxxxxxxxxxxx"
  disqus = "xxxxxxxxx"

  [params.author]
    firstName = "FirstName"
    lastName = "LastName"
    gender = "(fe)?male"
    userName = "username"
    image = "//www.gravatar.com/avatar/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.png"
    website = "http://www.foo.com"
    twitter = "xxxxxxx"
    github = "xxxxxxx"
    facebook = "xxxxxxxxx"
    linkedin = "xxxxxxxxx"
    gplus = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    gravatarHash = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Development

Install Grunt:

npm install -g grunt-cli

Install Grunt modules:

npm install

Install Bower:

npm install -g bower

Install Bower components:

bower install

Build Grunt project:

grunt

Distribute Grunt project:

grunt build

Copyright (C) 2015-2016 Peter Amende - Released under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].