forked from diskoverdata/diskover-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
31 lines (28 loc) · 824 Bytes
/
_config.yml
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
remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "dark"
# Site Settings
locale : "en-US"
title : "diskover"
title_separator : "-"
name : "shirosaidev"
description : "Elasticsearch file system crawler and storage analytics."
url : https://shirosaidev.github.io
baseurl : "/diskover"
repository : "shirosaidev/diskover"
show_downloads : true
# Analytics
analytics:
provider : google
google:
tracking_id : UA-98866026-1
plugins:
- jekyll-remote-theme
- jekyll-include-cache
include: ["_pages"]
defaults:
- scope:
path: "_pages"
type: pages
values:
layout: splash
author_profile: true