-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
52 lines (46 loc) · 1.07 KB
/
_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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Site settings
title: Highly Distinguish
subtitle: "IT solution & education"
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Highly Distinguish pty. ltd.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://todzhang.com"
twitter_username: CloudsDocker
github_username: CloudsDocker
google_analytics: G-MP843S92NP
# Theme settings
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin: "contrast"
teaser: /assets/images/Todd_Stamp_Logo.png
# Site configuration
locale: "en-US"
search: true
search_full_content: true
# Add explicit permalink structure
permalink: /:categories/:title/
# Analytics
analytics:
provider: "google-gtag"
google:
tracking_id: "UA-96218029-2"
anonymize_ip: false
# Plugins
plugins:
- jekyll-feed
- jekyll-include-cache
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
toc: true
toc_sticky: true