-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (42 loc) · 923 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
45
46
# site
title: Sarbbottam’s weblog
description: Sarbbottam’s weblog on web accessibility, html, css, javascript, front-end techniques and front-end eco system.
email: [email protected]
baseurl: ""
url: "https://sarbbottam.github.io"
github:
username: sarbbottam
twitter:
username: sarbbottam
author: sarbbottam
# collection
collections:
posts:
output: true
permalink: /blog/:year/:month/:day/:title
projects:
designs:
# pagination
paginate_path:
blog: /blog/page/:num/
project: /project/page/:num/
design: /design/page/:num/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
image:
path: /images/sarbbottam.jpeg
height: 100
width: 100
# build
markdown: kramdown
sass:
style: compressed
gems:
- jekyll-redirect-from
- jekyll-seo-tag
- octopress-paginate