-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
226 lines (177 loc) · 7.02 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
permalink: /:year/:month/:day/:title:output_ext
markdown: kramdown
name: Anthony Sciamanna
# Site settings
# NB! Set your site's url, otherwise stuff will break :)
url: https://anthonysciamanna.com
# If you're hosting your site at a Project repository on GitHub pages
# (https://yourusername.github.io/repository-name)
# and NOT your user repository (https://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
#
# NB! Without this *nothing* will work, because it's used in every path :)
# Google tracking id to track your visitors
google-tracking-id: "G-TCEW866DZZ"
use-cookie-consent: True
# Forces https everywhere in your website, except when you serve it locally
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it
#force-https: True
#############
# HTML Head #
#############
lang: "en"
author: "Anthony Sciamanna"
title: "Anthony Sciamanna"
description: "Industrial Logic Senior Consultant Anthony Sciamanna's Software Development and Coaching Blog. Focusing on Extreme Programming (XP), Lean Software Development, Modern Agile, DevOps, continuous improvement and experimentation."
keywords: "sciamanna, software development, xp, extreme programming, modern agile, industrial logic, test-driven development, tdd, bdd, behavior driven development, unit testing, microtesting, pair programming, mob programming, ensemble programming, agile, refactoring, legacy code, Continuous Integration, Continuous Delivery, Continuous Deployment, CI/CD, code craft"
favicon: "/img/favicon.ico"
title_image: "/img/header-image.jpg"
twitter_username: "@asciamanna"
################
# Header layout #
################
black-favicon: "/img/favicon.ico"
background-img: "../img/philly.jpg"
##############################
# Dynamic Text on the Header #
##############################
dynamic-typing: True
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 10
start-delay: 200
delete-delay: 5000
lines: # You can add HTML Tags in the Text
- text: "Communication is the professional developer's first order of business."
- text: "Programs must be written for people to read, and only incidentally for machines to execute."
- text: "The only way it's all going to go according to plan is if you don't learn anything."
- text: "People are motivated by autonomy, mastery, and purpose."
- text: "Conditional logic and code duplication are the yin and yang of unmaintainable code."
- text: "Fear is the number one enemy of quality code."
- text: "Minimizing mistakes is incompatible with maximizing learning."
me-img: "/img/sciamanna-square.jpg"
##############################
# Color the browser elements #
##############################
color-browser: "#000000"
apple-status-bar-style: "black"
################
# Web app mode #
################
web-app-mode: True
# Icons for Web App mode
icon-36p: "/img/web-app/icon-36p.png"
icon-48p: "/img/web-app/icon-48p.png"
icon-72p: "/img/web-app/icon-72p.png"
icon-96p: "/img/web-app/icon-96p.png"
icon-144p: "/img/web-app/icon-144p.png"
icon-192p: "/img/web-app/icon-192p.png"
########
# Blog #
########
post-preview-words: 96
paginate: 1000
email-share: True
twitter-share: True
linkedin-share: True
fb-share: True
reddit-share: True
google-plus-share: False
tumblr-share: True
pinterest-share: True
pocket-share: True
vkontakte-share: False
disqus-shortname: "anthonysciamanna"
syntax-highlight: True
############
# Timeline #
############
events:
- image: "/img/timeline/spidertocat.png"
date: "September 2013 - Today"
description: "Saving the neighborhood!"
- image: "/img/timeline/baracktocat.jpg"
date: "September 2007 - August 2013"
description: "Started coding"
# First image of the Timeline
timeline-img: "/img/timeline/default.png"
###########
# Contact #
###########
email: "anthony@anthonysciamanna.com"
##################
# Social Buttons #
##################
social:
- title: "fa-brands fa-square-x-twitter"
url: "https://twitter.com/asciamanna/"
- title: "fa-brands fa-github"
url: "https://github.com/asciamanna/"
- title: "fa-brands fa-mastodon"
url: "https://jawns.club/@asciamanna"
# - title: "facebook"
# url: "https://facebook.com/asciamanna"
- title: "fa-brands fa-linkedin"
url: "https://www.linkedin.com/in/asciamanna/"
- title: "fa-brands fa-youtube"
url: "https://www.youtube.com/@anthonysciamanna"
- title: "fa-brands fa-speaker-deck"
url: "https://speakerdeck.com/asciamanna"
- title: "fa-brands fa-lastfm"
url: "https://last.fm/user/asciamanna/"
- title: "fa-solid fa-rss"
url: "/feed.xml"
############
# 404 page #
############
fourofour-img: "/img/adam-bomb.jpg"
################################################################################
# NB! Tread carefully if you want to change the variables below this point!
# Sections shown in the index page
pages_list:
About: 'about'
Blog: 'latest-post'
Coaching: 'coaching'
# Code: 'code'
"Listening To": 'listening-to'
Reading: 'reading'
# Timeline: 'timeline'
Contact: 'contact'
# Exclusion list from the generated _site
exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts"]
# Pagination path
paginate_path: "blog/page:num/"
# Enable minification SASS
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-gist
- jekyll-sitemap
- jekyll-redirect-from
#######################
# Code Page #
#######################
projects:
- name: "iTunes Library Parser"
url: "https://www.github.com/asciamanna/iTunesLibraryParser"
ci_url: "https://ci.appveyor.com/project/asciamanna/ituneslibraryparser"
build_image: "https://ci.appveyor.com/api/projects/status/tsebsc61mqylaejq?svg=true"
description: "A C# implementation utilizing LINQ-to-XML to parse an iTunes library file (PropertyList format). The nuget package can be found [here on nuget.org](https://www.nuget.org/packages/iTunesLibraryParser/)."
- name: "Improved iTunes Parser"
url: "https://www.github.com/asciamanna/ImprovedItunesParser"
ci_url: "https://travis-ci.org/asciamanna/ImprovedItunesParser"
build_image: "https://travis-ci.org/asciamanna/ImprovedItunesParser.svg?branch=master"
description: "A ruby iTunes library parser using Nokogiri."
- name: "Listening To"
url: "https://www.github.com/asciamanna/listeningto"
ci_url: "https://ci.appveyor.com/project/asciamanna/listeningto"
build_image: "https://ci.appveyor.com/api/projects/status/36vp224m7bpp5hk5?svg=true"
description: "A .NET Web API app (using my [Lastfm.NET](http://github.com/asciamanna/lastfmclient) library) with an AngularJS / Bootstrap front end. It displays the last 25 songs I've listened to as well as my top 25 artists."
- name: "Lastfm.NET"
url: "https://www.github.com/asciamanna/LastfmClient"
ci_url: "https://ci.appveyor.com/project/asciamanna/lastfmclient"
build_image: "https://ci.appveyor.com/api/projects/status/e703ayk1nydyngqm?svg=true"
description: "A .NET client for the Last.fm REST API."