-
-
Notifications
You must be signed in to change notification settings - Fork 465
/
_config.yml
31 lines (28 loc) · 838 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 : "default"
# Site Settings
locale : "en-US"
title : "stocksight"
title_separator : "-"
name : "shirosaidev"
description : "croud-sourced open-source stock analyzer and stock predictor"
url : https://shirosaidev.github.io
baseurl : "/stocksight"
repository : "shirosaidev/stocksight"
show_downloads : true
# Analytics
analytics:
provider : google
google:
tracking_id : UA-145407030-1
plugins:
- jekyll-remote-theme
- jekyll-include-cache
include: ["_pages"]
defaults:
- scope:
path: "_pages"
type: pages
values:
layout: splash
author_profile: true