-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·67 lines (55 loc) · 1.51 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Site settings
title: Internet of Me by Jerad Acosta
description: > # this means to ignore newlines until "baseurl:"
A place to reference, recite, rinse and repeat my
efforts, failures, thoughts and progress, delusions and regressions,
but mostly a sandbox for whoever I am at the moment.
Perhaps I'll occasionally enjoy the reminiscing with the castles or
taking census of the endless games of tic-tac-toe etched in my box.
url: 'http://Jerad.xyz'
baseurl: '/'
google_analytics: 'UA-91420291-1'
disqus_shortname: 'jeradxyz'
author:
name: 'Jerad Acosta'
email: [email protected]
twitter_username: irJERAD
facebook_username: JeradAcosta
github_username: irJERAD
linkedin_username: JeradAcosta
# set time zone
TZ: America/Los_Angeles
# ----
# Biuld
collections:
projects:
output: true
permalink: /projects/:title:output_ext
author: {{ site.author.name }}
educational_endeavors:
output: true
permalink: /educational_endeavors/:title:output_ext
author: {{ site.author.name }}
defaults:
-
scope:
path: ''
type: 'posts'
values:
layout: 'post'
author: 'Jerad Acosta'
-
# Build settings
destination: _site
paginate: 10
permalink: /:year/:title/
markdown: kramdown
highlighter: rouge
kramdown:
syntax_highlighter: rouge
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
gems: ['jekyll-paginate', 'github-pages', 'jekyll-seo-tag']
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'src']