forked from chesterhow/tale
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
40 lines (33 loc) · 903 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
32
33
34
35
36
37
38
39
40
# Site settings
title: Mustafa Murat ARAT
description: "Homepage"
url: "https://mmuratarat.github.io/"
# Google Analytics
google_analytics: UA-105252522-2 # out your google-analytics code
# Author
author:
name: Mustafa Murat ARAT
url: https://mmuratarat.github.io/
email: [email protected]
# Build settings
markdown: kramdown
include:
- _pages
# Assets
sass:
sass_dir: _sass
style: compressed
# Gems
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jemoji #Uncomment this to allow emoji in your post
# Permalinks
permalink: /:year-:month-:day/:title
paginate: 5
# Disqus Comments
disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: https-mmuratarat-github-io