-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.yml
More file actions
31 lines (31 loc) · 628 Bytes
/
template.yml
File metadata and controls
31 lines (31 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
jtex: v1
title: QuantEcon
description: A dedicated theme for the QuantEcon course materials
version: 1.0.0
license: MIT
source: https://github.com/QuantEcon/quantecon-theme
thumbnail: ./thumbnail.png
authors:
- name: Steve Purves
website: https://curvenote.com
affiliations:
- Curvenote
- name: Rowan Cockett
website: https://curvenote.com
affiliations:
- Curvenote
tags:
- book
- course
parts:
- id: footer
description: The site wide footer
build:
install: npm install
start: npm run start
files:
- server.js
- package.json
- package-lock.json
- public/**/*
- build/**/*