forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
32 lines (28 loc) · 892 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
# Site settings
title: Ali Özgür
header-img: img/home-bg.jpg
email:
description: "Coding and other software development stuff"
# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url: http://aliozgur.github.io
# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: ""
twitter_username: aliozgur
github_username: aliozgur
facebook_username:
linkedin_username: aliozgur
disqus: aliozgur
google_analytics: aliozgur.net
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
plugins:
- jemoji
- jekyll-paginate