Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/col-e/jekyll-obsidian-theme

A dark Jekyll theme
https://github.com/col-e/jekyll-obsidian-theme

jekyll jekyll-theme jekyll-themes

Last synced: about 2 months ago
JSON representation

A dark Jekyll theme

Awesome Lists containing this project

README

        

# Obsidian

A simplistic dark theme for Jekyll. Comes with code syntax highlighting.

![An example that is fully configured](example.png)

## Installation

Add this line to your Jekyll site's `Gemfile`:

```ruby
gem "obsidian-theme"
```

And add this line to your Jekyll site's `_config.yml`:

```yaml
theme: obsidian-theme
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install obsidian

## Usage

**Layouts**

At the moment only `default` exists.

**Assets**

Pluginable asset paths include:

- `assets/img/logo.png`
- `assets/img/favicon.png`

**Data**

To configure the side bar table-of-contents create a file `_data/sitemap.yml` and follow the given YAML pattern:

```yaml
toc:
- title: MyTitleName
subfolderitems:
- page: Example Page 1
url: /example1.html
```