-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
71 lines (63 loc) · 1.58 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
timezone: Australia/Melbourne
lang: en-AU
title: Nathaniel Schmidt
name: Nathaniel Schmidt
Author: Nathaniel Schmidt
email: "[email protected]"
description: Nathaniel Schmidt Github Pages personal site (software project repositories, blog and percussion musical endeavours).
url: "http://njschmidt.id.au"
google_analytics:
# SCSS
sass:
sass_dir: _sass
style: compressed
show_excerpts: true
# Build settings
remote_theme: pages-themes/[email protected]
theme: jekyll-theme-cayman
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-archives
- jekyll-remote-theme
# Specific appearance and order of navigation links
nav:
- title: Home
url: "/"
- title: About
url: "/about"
- title: Organisations
url: "/orgs"
- title: Testimonials
url: "/testimonials"
- title: Software Development (Platforms and Activity)
url: "/dev"
- title: Percussio
url: "/percussio"
- title: Audio Resources
url: "/audio"
- title: Christian Resources
url: "/christian-resources"
- title: Contact
url: "/contact"
environment: prod
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/