Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
COmg-CO320-modelOrg/_config.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
82 lines (66 sloc)
2.14 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------ | |
# The structure of this site including this file was adapted | |
# from The Carpentries, who should receive attribution and | |
# credit for these configurations. They are covered by a | |
# Creative Commons Attribution license | |
# https://creativecommons.org/licenses/by/4.0/ | |
#------------------------------------------------------------ | |
#------------------------------------------------------------ | |
# Values for this lesson. | |
#------------------------------------------------------------ | |
# Overall title for pages. | |
title: "COmanage Training" | |
# Life cycle stage of the lesson | |
# possible values: "pre-alpha", "alpha", "beta", "stable" | |
life_cycle: "alpha" | |
#------------------------------------------------------------ | |
# Generic settings (should not need to change). | |
#------------------------------------------------------------ | |
# What kind of thing is this ("workshop" or "lesson")? | |
kind: "lesson" | |
# Magic to make URLs resolve both locally and on GitHub. | |
# See https://help.github.com/articles/repository-metadata-on-github-pages/. | |
# Please don't change it: <USERNAME>/<PROJECT> is correct. | |
repository: <USERNAME>/<PROJECT> | |
# Email address, no mailto: | |
email: "checkout@carpentries.org" | |
# Sites. | |
comanage_site: "https://spaces.at.internet2.edu/display/COmanage/" | |
carpentries_site: "https://carpentries.org/" | |
# Surveys. | |
pre_survey: "" | |
post_survey: "" | |
# Start time in minutes (0 to be clock-independent, 540 to show a start at 09:00 am) | |
start_time: 540 | |
# Specify that things in the episodes collection should be output. | |
collections: | |
episodes: | |
output: true | |
permalink: /:path/index.html | |
extras: | |
output: true | |
permalink: /:path/index.html | |
# Set the default layout for things in the episodes collection. | |
defaults: | |
- values: | |
root: . | |
layout: page | |
- scope: | |
path: "" | |
type: episodes | |
values: | |
root: .. | |
layout: episode | |
- scope: | |
path: "" | |
type: extras | |
values: | |
root: .. | |
layout: page | |
# Files and directories that are not to be copied. | |
exclude: | |
- Makefile | |
- bin/ | |
# Turn on built-in syntax highlighting. | |
highlighter: rouge | |
plugins: [jekyll-redirect-from] |