-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
82 lines (67 loc) · 3.08 KB
/
_config.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Permalinks
#
permalink: pretty
# Setup
title: 'Computational Methods in Physics'
tagline: 'ASU Physics PHY 494'
description: >
A <a
href="https://becksteinlab.physics.asu.edu/learning/76/phy494-computational-physics">class
at Arizona State University</a> that teaches
students how to use the computer as a tool to
solve problems in physics
url: https://asu-compmethodsphysics-phy494.github.io
baseurl: /ASU-PHY494
paginate: 1
# About/contact
author:
name: 'Oliver Beckstein'
url: https://becksteinlab.physics.asu.edu/people/11/oliver-beckstein
email: [email protected]
# Custom vars
version: 'Spring 2021'
# see https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/
plugins:
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
# use as {{site.baseurl}}/{{site.data}}
data: "public/data"
code: "public/code"
figs: "public/figs"
movies: "public/movies"
lectures: "public/lectures"
docs: "public/docs"
siteresources: "public/resources"
course:
url: https://becksteinlab.physics.asu.edu/learning/76/phy494-computational-physics
resources:
name: ASU-CompMethodsPhysics-PHY494/PHY494-resources
shortname: PHY494-resources
url: https://github.com/ASU-CompMethodsPhysics-PHY494/PHY494-resources
fileurl: https://github.com/ASU-CompMethodsPhysics-PHY494/PHY494-resources/blob/master
# assignments:
# name: ASU-CompMethodsPhysics-PHY494/PHY494-assignments-skeleton
# shortname: PHY494-assignments
# url: https://github.com/ASU-CompMethodsPhysics-PHY494/PHY494-assignments-skeleton
# fileurl: https://github.com/ASU-CompMethodsPhysics-PHY494/PHY494-assignments-skeleton/blob/master
org:
name: ASU-CompMethodsPhysics-PHY494
shortname: GitHub site
url: https://github.com/ASU-CompMethodsPhysics-PHY494/
wiki:
name: ASU Comp Phys PHY494 Wiki
shortname: Wiki
url: https://github.com/ASU-CompMethodsPhysics-PHY494/PHY494-resources/wiki
nbviewer:
show: https://nbviewer.jupyter.org/github
resources: https://nbviewer.jupyter.org/github/ASU-CompMethodsPhysics-PHY494/PHY494-resources/blob/master
slides: https://nbviewer.jupyter.org/format/slides/github/ASU-CompMethodsPhysics-PHY494/PHY494-resources/blob/master
#--------------------------------------------------------------------------------
# Settings for Jekyll - should not need to be modified.
#--------------------------------------------------------------------------------
markdown : kramdown
kramdown :
entity_output : as_input # — is output as —
smart_quotes : [39, 39, 34, 34] # decimal for left/right single/double quotes