Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : c342f4c
Branch  : main
Author  : Toby Hodges <[email protected]>
Time    : 2024-03-12 13:41:53 +0000
Message : Merge pull request #187 from carpentries/update/packages

Update 2 packages
  • Loading branch information
actions-user committed Mar 19, 2024
1 parent 1aef389 commit 2cbd243
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 0 deletions.
92 changes: 92 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------

# Which carpentry is this (swc, dc, lc, or cp)?
# swc: Software Carpentry
# dc: Data Carpentry
# lc: Library Carpentry
# cp: Carpentries (to use for instructor traning for instance)
carpentry: 'cp'

# Overall title for pages.
title: 'Introduction to The Carpentries Workbench'

# Date the lesson was created (this is empty by default)
created: ~

# Comma-separated list of keywords for the lesson
keywords: 'static site, lesson template, markdown, R, software'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'beta'

# License of the lesson
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/carpentries/sandpaper-docs/'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: '[email protected]'

# Navigation ------------------------------------------------
#
# Use the following menu items to specify the order of
# individual pages in each dropdown section. Leave blank to
# include all pages in the folder.
#
# Example -------------
#
# episodes:
# - introduction.md
# - first-steps.md
#
# learners:
# - setup.md
#
# instructors:
# - instructor-notes.md
#
# profiles:
# - one-learner.md
# - another-learner.md

# Order of episodes in your lesson
episodes:
- introduction.md
- episodes.Rmd
- editing.md
- example.Rmd
- deployment.md
- update.md
- pull-request.md

# Information for Learners
learners:
- reference.md
- setup.md
- github-pat.md
- component-guide.md
- migrating-from-styles.md
- style.md

# Information for Instructors
instructors:
- instructor-notes.md

# Learner Profiles
profiles:
- maintainer.md
- instructor.md

# Customisation ---------------------------------------------
#
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live
workbench-beta: yes

Loading

0 comments on commit 2cbd243

Please sign in to comment.