generated from Py4Phy/just-the-class
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
137 lines (121 loc) · 4.2 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole site, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: PHY 432
tagline: Computational Methods in Physics
description: A class at Arizona State University for learning how to use Python (and some software engineering) to solve problems in physics.
author: Oliver Beckstein
baseurl: '/PHY432' # the subpath of your site, e.g. /blog
url: 'https://py4phy.github.io' # the base hostname & protocol for your site, e.g. http://example.com
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
# Theme settings
# On GitHub: use remote_theme
remote_theme: just-the-docs/just-the-docs
# local development: use installed theme
# see https://github.com/pmarsceill/just-the-docs/issues/297
# https://github.com/self-xdsd/self-docs for using alternative _config:
# 'bundle exec jekyll serve --config _config_local.yml'
#theme: "just-the-docs"
# logo: "/assets/images/phy432_logo.png"
color_scheme: light
search_enabled: true
heading_anchors: true
permalink: pretty
aux_links:
Canvas (Spring 2025):
- 'https://asu.instructure.com/courses/213596'
Discord:
- 'https://discord.com/channels/1327758612155859077'
Py4Phy:
- 'https://github.com/Py4Phy'
ASU Physics:
- 'https://physics.asu.edu'
footer_content:
# Collections for website data
collections:
staffers:
modules:
schedules:
announcements:
# Default layouts for each collection type
defaults:
- scope:
path: ''
type: staffers
values:
layout: staffer
subpath: '/assets/images/'
- scope:
path: ''
type: modules
values:
layout: module
- scope:
path: ''
type: schedules
values:
layout: schedule
- scope:
path: ''
type: announcements
values:
layout: announcement
compress_html:
clippings: all
comments: all
endings: []
startings: []
blanklines: false
profile: false
plugins_dir:
- jekyll-seo-tag
# Custom variables
# ----------------
# About/contact
author:
name: 'Oliver Beckstein'
url: https://becksteinlab.physics.asu.edu/people/11/oliver-beckstein
email: [email protected]
# use as {{site.baseurl}}/{{site.data}}
data: "assets/data"
code: "assets/code"
figs: "assets/figs"
images: "assets/images"
movies: "assets/movies"
docs: "assets/docs"
siteresources: "assets/resources"
course:
url: "https://becksteinlab.physics.asu.edu/learning/146/phy432-computational-physics"
canvas:
name: "Canvas (ASU PHY432 Spring 2025)"
url: https://asu.instructure.com/courses/213596
resources:
name: Py4Phy/PHY432-resources
shortname: PHY432-resources
url: https://github.com/Py4Phy/PHY432-resources
fileurl: https://github.com/Py4Phy/PHY432-resources/blob/main
giturl: https://github.com/Py4Phy/PHY432-resources.git
rawurl: https://github.com/Py4Phy/PHY432-resources/raw/main
org:
name: Py4Phy
shortname: GitHub site
url: https://github.com/Py4Phy
wiki:
name: ASU Comp Phys PHY432 Wiki
shortname: Wiki
url: https://github.com/Py4Phy/PHY432-resources/wiki
nbviewer:
show: https://nbviewer.jupyter.org/github
resources: https://nbviewer.jupyter.org/github/Py4Phy/PHY432-resources/blob/main
slides: https://nbviewer.jupyter.org/format/slides/github/Py4Phy/PHY432-resources/blob/main