-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (38 loc) · 935 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: Huzeifa Naim
tagline: Personal website
url: http://huzeifanaim.me
paginate: 1
baseurl: ""
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# Jekyll-archives config.
jekyll-archives:
enabled: all
layout: 'archive'
permalinks:
year: 'archives/:year/'
month: 'archives/:year/:month/'
day: '/:year/:month/:day/'
tag: '/tag/:name/'
category: '/category/:name/'
# About/contact
author:
name: Huzeifa Naim
url: https://twitter.com/huzi94
email: [email protected]
# Custom vars
version: 2.0.0
github:
repo: https://github.com/huzeifa/huzeifa.github.io
# Gems
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-archives