Skip to content

Commit fe28c6c

Browse files
committed
Start personalizing the site itself.
1 parent a75f880 commit fe28c6c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

_config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,20 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: Your awesome title
17-
email: your-email@example.com
16+
title: Tiesmaster's dev blog
17+
email: thijsbrobbel@gmail.com
1818
description: >- # this means to ignore newlines until "baseurl:"
19-
Write an awesome description for your new site here. You can edit this
20-
line in _config.yml. It will appear in your document head meta (for
21-
Google search results) and in your feed.xml site description.
19+
C# hacker, Roslyn enthusiast, fan of HashiCorp. Father of 2. Bouldering. We're hiring! https://buddypayment.nl/careers/
2220
baseurl: "" # the subpath of your site, e.g. /blog
2321
url: "" # the base hostname & protocol for your site, e.g. http://example.com
24-
twitter_username: jekyllrb
25-
github_username: jekyll
22+
twitter_username: tiesmaster
23+
github_username: tiesmaster
2624

2725
# Build settings
2826
markdown: kramdown
2927
theme: minima
3028
plugins:
3129
- jekyll-feed
32-
3330
# Exclude from processing.
3431
# The following items will not be processed, by default. Create a custom list
3532
# to override the default setting.

0 commit comments

Comments
 (0)