Skip to content

First crack at a template package of challenges for introduction to programming

Notifications You must be signed in to change notification settings

BioBoost/vuepress-theme-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VuePress Theme Challenges

Initial test of trying to create theme for VuePress for programming challenges for some of my courses.

Setup

Install the theme

npm install --save vuepress-theme-challenges

Next add theme to config:

module.exports = {
  title: '...................',
  description: '...................',,
  theme: 'vuepress-theme-challenges',
  themeConfig: {
  }
}

Example

Add following front-matter to your challenge README:

---
name: Biggest Number
description: Biggest number out of 3.
details: ./07_making_decisions/biggest_number/README.md
difficulty: Medium
solution: false
unitTests: true
keywords: operators
solved: false
notes:
---

About

First crack at a template package of challenges for introduction to programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages