-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (30 loc) · 798 Bytes
/
_config.yml
File metadata and controls
35 lines (30 loc) · 798 Bytes
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
# If you change this file, please restart the server process.
# Global configuration
exclude: [README.md, 'node_modules']
# Site settings
title: Equal Pay website
email: ticiana.andrade@lidaaustralia.com.au
description: Equal Pay website.
keywords: Equal, Pay, website
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://equalpay.com.au" # the base hostname & protocol for your site
# Build settings
destination: public
source: src
port: 4242
# markdown: kramdown
# gems:
# - jekyll-feed
# exclude:
# - Gemfile
# - Gemfile.lock
#Defaul locations
locations:
# Path to prefix in front of absolute links
pathPrefix: "/"
# Location of all static images used in CSS and on staic pages
images: "/img/"
# Location of CSS files
css: "/css/"
# Location of JS files
js: "/js/"