File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Site settings
2+ title:IGE Cloud DevCon
3+ description : >
4+ Development containers documentation and specification page.
5+
6+ # baseurl: / # the subpath of your site, e.g. /blog/
7+ url : https://coder.igeclouds.com
8+ git_address : https://github.com/igeclouds/.github.io/settings/pages/blob/gh-pages
9+ git_edit_address : https://github.com/ecampuslearning/devcontainers.github.io/settings/pages/blob/gh-pages
10+
11+ # Build settings
12+ markdown : kramdown
13+ highlighter : rouge
14+
15+ plugins :
16+ - github-pages
17+ - jemoji
18+
19+
20+ exclude :
21+ - Gemfile
22+ - Gemfile.lock
23+ - .idea/
24+ - .gitignore
25+ - README.md
26+ - resources
27+
28+ timezone : Europe/London
29+
30+ defaults :
31+ - scope :
32+ path : _posts
33+ type : posts
34+ values :
35+ layout : post
36+ sectionid : guide
37+
38+ - scope :
39+ path : _docs
40+ type : docs
41+ values :
42+ layout : docs
43+ sectionid : docs
44+ seo :
45+ type : " WebPage"
46+
47+ - scope :
48+ path : _implementors
49+ type : implementors
50+ values :
51+ layout : implementors
52+ sectionid : implementors
53+
54+ collections :
55+ docs :
56+ permalink : /:collection/:path/
57+ output : true
58+ posts :
59+ permalink : /guide/:title
60+ output : true
61+ implementors :
62+ permalink : /:collection/:path/
63+ output : true
You can’t perform that action at this time.
0 commit comments