No release in over 3 years
A minimalist dark purple theme for Jekyll, optimized for GitHub Pages.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
~> 12.0

Runtime

 Project Readme

The Nocturne Theme

Nocturne is a simple dark purple Jekyll theme for GitHub Pages.

Preview of Nocturne

🚀 Quick Start

Option 1: Remote Theme (Recommended)

Add to your _config.yml:

remote_theme: GAchuzia/jekyll-theme-nocturne
remote_theme_version: main
plugins:
  - jekyll-remote-theme

Option 2: Gem-based Theme

Add to your Gemfile:

gem "jekyll-theme-nocturne"

Add to your _config.yml:

theme: jekyll-theme-nocturne

Previewing The Theme Locally

If you'd like to preview the theme locally (for example, in the process of proposing a change):

  1. Clone down the theme's repository (git clone https://github.com/GAchuzia/jekyll-theme-nocturne.git)
  2. Run bundle install
  3. Run bundle exec jekyll serve
  4. Open your browser to http://localhost:4000