-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·49 lines (41 loc) · 1.04 KB
/
_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
47
48
49
# Site settings
name: Akshay Easwaran
title: "Akshay Easwaran"
description: A software engineer with a mild Atlanta sports addiction.
meta_description: "Akshay Easwaran - A software engineer with a mild Atlanta sports addiction"
author: Akshay Easwaran
email: akeaswaran@me.com
domain_name: 'http://akeaswaran.me'
github_username: akeaswaran
baseurl: # the subpath of your site, e.g. /blog
url: "http://akeaswaran.me" # the base hostname & protocol for your site
google_analytics_id: 'UA-72482077-2'
# Build settings
include: [_pages]
markdown: kramdown
permalink: /:title/
sass:
style: compressed
exclude: [vendor]
collections:
drafts:
output: true
defaults:
-
scope:
path: "pages" # empty string for all files
type: pages
values:
layout: default
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: post
-
scope:
path: ""
type: drafts
values:
layout: post