diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..5bf9224 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,63 @@ +# Site settings +title:IGE Cloud DevCon +description: > + Development containers documentation and specification page. + +# baseurl: / # the subpath of your site, e.g. /blog/ +url: https://coder.igeclouds.com +git_address: https://github.com/igeclouds/.github.io/settings/pages/blob/gh-pages +git_edit_address: https://github.com/ecampuslearning/devcontainers.github.io/settings/pages/blob/gh-pages + +# Build settings +markdown: kramdown +highlighter: rouge + +plugins: + - github-pages + - jemoji + + +exclude: + - Gemfile + - Gemfile.lock + - .idea/ + - .gitignore + - README.md + - resources + +timezone: Europe/London + +defaults: +- scope: + path: _posts + type: posts + values: + layout: post + sectionid: guide + +- scope: + path: _docs + type: docs + values: + layout: docs + sectionid: docs + seo: + type: "WebPage" + +- scope: + path: _implementors + type: implementors + values: + layout: implementors + sectionid: implementors + +collections: + docs: + permalink: /:collection/:path/ + output: true + posts: + permalink: /guide/:title + output: true + implementors: + permalink: /:collection/:path/ + output: true