-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (41 loc) · 1.09 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
#### ANY CHANGE TO THIS FILE REQUIRES THE BUILD-COMMAND TO BE RESTARTED ####
title: "TODO PWA"
public-url: https://wdzajicek.github.io/todo-pwa
url: https://wdzajicek.github.io/todo-pwa ## NO TRAILING SLASHES!!/<--nope
port: 3002
# contact_phone: 815-802-8888
timezone: America/Chicago
google-tag_key: Google Tag Manager key goes here
permalink: pretty
description: > # this means to ignore newlines until "baseurl:"
# Delete this comment and place description on this line
baseurl: "/" # the subpath of your site, e.g. /blog
#include:
# - "_pages"
# - "_posts"
## include future posts? (true or false)
future: true
## Build settings
markdown: kramdown
kramdown:
syntax_highlighter: rouge
collections:
accordions:
people: false
exclude:
- "node_modules"
- "npm-debug.log"
- "package.json"
- "package-lock.json"
- "README.md"
- "Gemfile"
- "Gemfile.lock"
- "LICENSE.txt"
- "webpack.config.js"
- "*.gem"
- "*.gemspec"
- "ruby-version.txt"
- "buildtools/"
- "postcss.config.js"
- "docs/"
uploads_dir: "uploads/" # specifies the default uploads directory for uploads in CloudCannon