-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path_config.localdev.yml
More file actions
20 lines (19 loc) · 789 Bytes
/
_config.localdev.yml
File metadata and controls
20 lines (19 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
####
## @file
## Jekyll configuration
##
## This config is for local development overrides, such as the subpath.
##
## If you need help with YAML syntax, here are some quick references for you:
## https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
## https://learnxinyminutes.com/docs/yaml/
##
## Throughout this file, you'll see two # marks at the start of a line for a permanent comment, and a single # for
## configuration options that can be enabled by removing the #.
##
## When adding new sections, be sure to name them so they make sense to others, and to document with good comments
## wherever possible/practical.
####
## Technical site info
#baseurl: "" # This is better empty
subpath: "" # Could be a subsite of a domain at a path, ex. "/sub-site"