-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (39 loc) · 1 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
title: "Simple Matters" # the name of your site, e.g. ACME Corp.
tagline: Helping founders and marketers profitably grow their business.
description: Helping founders and marketers profitably grow their business.
url: "https://simplematters.co" # the base hostname & protocol for your site, e.g. http://example.com
timezone: Asia/Singapore
author:
name: Onur Ozer
permalink: /:title/
# plugins:
# - jekyll-inline-svg
collections:
pages:
output: true
permalink: /:path/
exclude:
- README.md
- package-lock.json
- postcss.config.js
- tailwind.config.js
defaults:
- scope:
path: _pages/
values:
layout: default
- scope:
path: _posts/
values:
layout: post
# author: Onur Ozer
# - scope:
# path: ""
# values:
# image: /assets/images/open-graph/default.png
# Make live reloading of css work by rebuilding the css everytime there's a change
postcss:
cache: false
# postcss:
# script: node_modules/.bin/postcss
# config: postcss.config.js