-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (37 loc) · 765 Bytes
/
_config.yml
File metadata and controls
41 lines (37 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
title: OpenHellion
description: OpenHellion website.
theme: minimal-mistakes-jekyll
url: https://openhellion.github.io/
repository: "OpenHellion/openhellion.github.io"
github_username: OpenHellion
minimal_mistakes_skin: "dirt"
include: ["pages", "documentation", "_posts" ]
encoding: "utf-8"
plugins:
- jekyll-feed
defaults:
- scope:
path: "documentation"
values:
toc: true
layout: "posts"
classes:
- wide
sidebar:
nav: "docs"
- scope:
path: "pages"
values:
layout: single
classes:
- wide
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true