-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
29 lines (26 loc) · 923 Bytes
/
_config.yml
File metadata and controls
29 lines (26 loc) · 923 Bytes
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
# default theme is jekyll-theme-primer (https://github.com/pages-themes/primer)
# to access these variables in pages, use {{site.variable}}
theme: minima
title: SKE Programming 2
email: j.brucker@ku.th
#description Course Material for ISP
url: "https://cpske.github.io/Prog2/"
ISP: "https://cpske.github.io/ISP/"
include: [code-quality, code-review]
# if exclude 'code' then code-* is also excluded
exclude: [bin, ISP, quiz, solution, misc, old, Gemfile, Gemfile.lock, Jittat, Paruj]
# github username shown in Minima theme
github_username: cpske
# Use Git's markdown syntax
markdown: kramdown
# DON"T USE "permalink: pretty" it adds "/" after URLs of pages
# 10/20/2020 I hardcoded this into google_analytics.html
google_analytics: "UA-104768257-3"
# Default layout for pages, so you don't need to set "layout: page" in each
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"