-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
77 lines (59 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Site settings
url: "http://www.codecounselor.org"
title: "{ Code Counselor }"
description: "Code_that_lives_happily_ever_after.sh &"
keywords: "nate, good, software, agile, software, development, technology, computer science, java, testing"
favicon: "/img/favicon.ico"
black-favicon: "/img/black-lab-glass.ico"
google-tracking-id: "UA-67044110-1"
disqus-shortname: "codecounselor"
# Code Highlighting
highlighter: rouge
markdown: kramdown
gems: [jekyll-paginate]
# Navigation bar links
# Blog link in the blog and post pages will point to the blog.html#blog
# In the default page it will point to the preview of the last post
pages_list:
About: 'About'
Blog: 'Blog'
Career: 'Career'
Contact: 'Contact'
background-img: "/img/utaharch.jpg"
# About variables
me-img: "/img/slowdown.jpg"
# Blog variables
paginate: 15
paginate_path: "blog/page:num"
post-preview-words: 128
fb-share: True
twitter-share: True
reddit-share: True
# Career variables
events:
- image: "/img/career/celerity.jpg"
date: "September 2015 - February 2016"
description: "Consultant / Scrum Master at Celerity"
- image: "/img/career/jpmc.jpg"
date: "September 2008 - September 2015"
description: "Application Development Lead at JPMorgan Chase"
- image: "/img/career/nielsen.jpg"
date: "May 2004 - September 2008"
description: "Software Engineer at Nielsen working on Web Based Analytics Platform for consumer spending"
# First image of the Career timeline
career-img: "/img/career/mu.jpg"
# Social networks variables (many more available: facebook, flickr, dribbble, pinterest, instagram, tumblr etc.)
social:
- title: "rss"
url: "/feed.xml"
- title: "github"
url: "https://github.com/codecounselor"
- title: "linkedin"
url: "https://www.linkedin.com/pub/nate-good/13/485/63a"
# - title: "youtube"
# url: "http://youtube.com/c/PanosSakkos"
# - title: "soundcloud"
# url: "https://soundcloud.com/psakkos/"
404-img: "/img/labtocat.png"
# Exclusion list from the generated _site
exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor"]