All Projects → zutrinken → Bleak

zutrinken / Bleak

Licence: mit
Ghost Theme

Projects that are alternatives of or similar to Bleak

Liebling
Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
Stars: ✭ 792 (+59.36%)
Mutual labels:  blog, ghost, scss
Attila
Ghost Theme
Stars: ✭ 989 (+98.99%)
Mutual labels:  blog, ghost, scss
Cusca
A ghost theme
Stars: ✭ 42 (-91.55%)
Mutual labels:  blog, ghost, scss
Hugo Theme Codex
A minimal blog theme for Hugo 🍜
Stars: ✭ 212 (-57.34%)
Mutual labels:  blog, scss
Hexo Theme Book
A simple, elegant, book-like hexo theme with some useful features.
Stars: ✭ 166 (-66.6%)
Mutual labels:  blog, scss
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-64.59%)
Mutual labels:  blog, ghost
Coderghosttheme
Coder Ghost Theme for Showcasing Projects
Stars: ✭ 119 (-76.06%)
Mutual labels:  blog, ghost
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (-50.5%)
Mutual labels:  blog, scss
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (-55.13%)
Mutual labels:  blog, scss
My Blog
📖My blog
Stars: ✭ 250 (-49.7%)
Mutual labels:  blog, scss
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (-4.02%)
Mutual labels:  blog, ghost
Setup Ghost Blog
Script to install your own Ghost blog, with Nginx and ModSecurity/Naxsi web application firewall. Supports multiple blogs.
Stars: ✭ 140 (-71.83%)
Mutual labels:  blog, ghost
Innocent
Ghost Theme 🚧 Unmaintained
Stars: ✭ 134 (-73.04%)
Mutual labels:  blog, ghost
Fizzy Theme
🥤A tasty blogging theme for Ghost.
Stars: ✭ 194 (-60.97%)
Mutual labels:  blog, ghost
Gaohaoyang.github.io
blog & blog theme🤘
Stars: ✭ 1,699 (+241.85%)
Mutual labels:  blog, scss
Blog Angular
Angular 笔记
Stars: ✭ 238 (-52.11%)
Mutual labels:  blog, scss
Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (-37.22%)
Mutual labels:  blog, scss
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (-30.38%)
Mutual labels:  blog, scss
Ghost On Github Pages
Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
Stars: ✭ 421 (-15.29%)
Mutual labels:  blog, ghost
Engineering Blog
📝 We write about our technologies and the problems we handle at scale.
Stars: ✭ 99 (-80.08%)
Mutual labels:  blog, scss

Bleak

An elegant AJAX driven theme for Ghost. See a demo at: bleak.peteramende.de

If you like this theme, you can buy me a coffee beer.

Screenshots

⭐️Features

  • Responsive layout
  • Automatic code syntax highlight and line numbers
  • Disqus support

🎨 Setup custom color

  1. Go to Code injection.
  2. Add this to Blog Header:
<style>
  :root {
    --color-primary: #D95736;
    --color-primary-active: #BF4526;
  }
</style>

💬 Setup Disqus

  1. Go to Code injection.
  2. Add this to Blog Header:
<script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script>

Sticky Header

You can make the navigation stick to the top by adding the following lines via code injection:

<style>
  #wrapper {
    padding-top: 4em;
  }
  #nav {
    position: fixed;
  }
</style>

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 & License

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

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