-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
45 lines (37 loc) · 1005 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
38
39
40
41
42
43
44
45
name: Digital Media
baseurl: "/digital-media"
theme_assets: "/digital-media/theme/assets"
theme_images: "/digital-media/theme/assets/images"
course_images: "/digital-media/media/images"
markdown: kramdown
highlighter: kramdown # use kramdown locally. won't work on github.
kramdown:
input: GFM
enable_coderay: false
hard_wrap: true
# disable rouge syntax highlighting on github pages
syntax_highlighter_opts:
disable : true
# Where things are
source: .
destination: ./_site
layouts_dir: ./theme/_layouts
includes_dir: ./theme/_includes
sass:
sass_dir: ./theme/_sass
# custom collections
collections:
courses:
output: true
# default settings
defaults:
-
scope:
path: ""
type: "courses"
values:
layout: "default"
# theme
themecolor: "#9b3a00"
# keep the built site tidy, only include files we need for publishing
exclude: ["node_modules", "Gemfile", "Gruntfile.js", "package.json", "README.md", "*.sublime-project", "*.sublime-workspace"]