The Nocturne Theme
Nocturne is a simple dark purple Jekyll theme for GitHub Pages.
🚀 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):
- Clone down the theme's repository (
git clone https://github.com/GAchuzia/jekyll-theme-nocturne.git
) - Run
bundle install
- Run
bundle exec jekyll serve
- Open your browser to
http://localhost:4000