-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (36 loc) · 896 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
41
42
43
44
# Permalinks
permalink: pretty
# Setup
title: HisAbimbola
tagline: Personal Blog and portfolio
url: http://hisabimbola.com
shorturl: hisabimbola.com
paginate: 1
baseurl: ""
pygments: true
# Navbar
pages_list:
About: '/about'
Archive: '/archive'
Feed: '/atom.xml'
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Idowu Abimbola
url: https://twitter.com/hisabimbola
email: [email protected]
# Enable comments
comments: true
# Custom vars
version: 0.0.1
github:
repo: https://github.com/hisabimbola/hisabimbola.github.io
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-redirect-from