-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (39 loc) · 1.03 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
---
title: Lee Sheppard
timezone: Australia/Sydney
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
email: [email protected]
description: "I'm a Sydney based writer, cartoonist and code monkey. I've won various
awards in many industries. Member of SCBWI Australia/NZ."
repository: "leesheppard/leesheppard.github.io"
baseurl: "" # this must be an empty string
url: http://leesheppard.github.io
twitter_username: leesheppard
github_username: leesheppard
dribbble_username: leesheppard
instagram_username: leesheppard
linkedin_username: leesheppard
author:
name: "Lee Sheppard"
bio: "I'm a Sydney based writer, cartoonist and code monkey. Member of SCBWI Australia/NZ."
# Build settings
github: [metadata]
markdown: kramdown
plugins_dir: ./_plugins
jekyll_get:
- data: github
json: 'https://api.github.com/users/leesheppard/repos'
cache: false
plugins:
- jekyll-watch
- jekyll-feed
- jekyll-sitemap
exclude: ['.circleci', 'spec', '.travis.yml']
destination: public
source: src