-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
26 lines (23 loc) · 759 Bytes
/
_config.yml
File metadata and controls
26 lines (23 loc) · 759 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
# Site settings
title: osslvr - This is my personal space
header-img: img/home-bg.jpg
email: your-email@yourdomain.com
copyright_name: osslvr
description: "This is my personal space!"
baseurl: #"/path"
url: "https://osslvr.github.io"
twitter_username: #SBootstrap
github_username: #davidtmiller
facebook_username: # StartBootstrap
email_username: # your-email@yourdomain.com
# Google Analytics
# To enable google analytics, uncomment below line with a valid Google Tracking ID
# google_tracking_id:
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
paginate_path: "blog/page:num/" #Workaround for pagination
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
gems: [jekyll-paginate, jekyll-feed]