-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
37 lines (31 loc) · 883 Bytes
/
_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
# Site settings
title: Talk.CSS
email: [email protected]
description: The first CSS-centric meetup in Singapore. For anyone who's interested in wrapping their heads around this easy to pick up but hard to master aspect of web development.
baseurl: ""
url: "https://singaporecss.github.io"
enforce_ssl: singaporecss.github.io # without any protocol
relative_permalinks: false
permalink: /:title/
github_username: SingaporeCSS
twitter_username: SingaporeCSS
# Build settings
plugins:
- jekyll-sitemap
- jekyll-paginate
defaults:
-
scope:
path: "" # empty string for all files
type: posts # limit to posts
values:
is_post: true # automatically set is_post=true for all posts
include: ["_pages"]
# Exclude files and folder
exclude:
- node_modules
- gulpfile.js
- package.json
- bower.json
- bower_components
- yarn.lock