-
Notifications
You must be signed in to change notification settings - Fork 23
/
_config.yml
33 lines (27 loc) · 1.23 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Link Rot
email: [email protected]
description: "Link Rot is a discussion held at the intersection of life and technology. Each week we dive into a subject that explores the changes going on in digital technology and the way it affects our lives. We discuss how technology impacts our very humanity and aim to have some fun along the way!"
subtitle: "A discussion from the intersection of life & technology."
lang: en-us
author: Tim Klapdor, Adam Webster & Ben Atkinson
copyright: "© 2015"
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://linkrot.net" # the base hostname & protocol for your site
twitter_username: timklapdor
github_username: timklapdor
permalink: /:year/:title.html
#Timezone
timezone: Australia/Sydney
#Setup for Pages
include: ['_pages']
# Build settings
markdown: kramdown
#Exclude local build settings
exclude: ['readme.md', 'Gemfile.lock', 'Gemfile']