-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (28 loc) · 650 Bytes
/
_config.yml
File metadata and controls
40 lines (28 loc) · 650 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
### your site title here
title: Bir genç geliştiricinin kişisel blogu.
author: Süleyman Poyraz
email: zaryob.dev@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
Kişisel blogum.
url: localhost::8080
#baseurl: /
twitter_username: pyrz_suleyman
github_username: Zaryob
sass:
style: compressed
post: compressed
# Tracker
google_analytics: "G-M6NQ8DV1XP"
exclude:
- README.md
include:
- _pages
exclude: [vendor]
permalink: /:categories/:title/
markdown: kramdown
paginate: 15
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap