forked from isomerpages/isomerpages-isomergovsg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
50 lines (48 loc) · 1.65 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
title: Isomer
url: "https://www.isomer.gov.sg" # the base hostname & protocol for your site, e.g. http://example.com
favicon: /images/favicon-isomer.ico
google_analytics: UA-139339739-1
##################################################################################################################
# Everything below this line is Isomer-specific configuration. There should not be a need to edit these settings #
##################################################################################################################
permalink: none
#baseurl: "" # the subpath of your site, e.g. /blog
exclude: [travis-script.js, .travis.yml, README.md, package.json, package-lock.json, node_modules, vendor/bundle/, vendor/cache/, vendor/gems/, vendor/ruby/, Gemfile, Gemfile.lock]
include: [_redirects]
defaults:
- scope:
path: ""
values:
layout: "page"
# Custom CSS file path
custom_css_path: "/misc/custom.css"
custom_print_css_path: "/assets/css/print.css"
paginate: 12
remote_theme: isomerpages/isomerpages-template@next-gen
safe: false
description: test test
baseurl: ""
#twitter_username: jekyllrb
#github_username: jekyll
staging: https://isomer-staging.netlify.com
prod: https://isomer-isomergovsg-prod.netlify.app/
plugins:
- jekyll-feed
- jekyll-assets
- jekyll-paginate
- jekyll-sitemap
- jekyll-remote-theme
colors:
primary-color: '#3F1196'
secondary-color: '#3F1196'
media-colors:
- title: media-color-one
color: '#49759a'
- title: media-color-two
color: '#744d9f'
- title: media-color-three
color: '#744d9f'
- title: media-color-four
color: '#744d9f'
- title: media-color-five
color: '#744d9f'