Skip to content

Commit

Permalink
Merge pull request #2 from igecloudsdev/terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
projectoperations authored Jul 26, 2024
2 parents 21e0e9c + 0e030e9 commit 83eeb17
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 83eeb17

Please sign in to comment.