-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
65 lines (49 loc) · 1.75 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
# Site settings
title: Computational Astrophysics
repository: weiguangcui/Computational_Astrophysics
course_name: Computational Astrophysics Course
course_description: "This MSc course aims at providing an introduction to high-performance computing using astrophysical phenonema as examples. The course is a mixture between actual class room lectures and hands-on coding exercises. It therefore is not only targetting the students from the astrophysics speciality of our MSc in Theoretical Physics, but rather of interest to all students."
course_semester: "Spring 2024"
baseurl: "/Computational_Astrophysics/" # the subpath of your site, e.g. /blog/
url: "https://github.com/weiguangcui/" # the base hostname & protocol for your site
schoolname: "UAM"
schoolurl: "https://uam.edu.es"
twitter_username: cuiweiguang
address: 01.15.SS.201 - Seminario Departamento Fisica Teorica.
Facultad de Ciencias, Universidad Autonoma de Madrid
Madrid
Spain
# Set your Google Analytics tracking ID (set up yours at http://www.google.com/analytics/)
# google_analytics: UA-XXXXXXXX-X
### Do not change the followings unless you know what you are doing ###
# Build settings
markdown: kramdown
# Other options
permalink: blog/:year/:month/:title
excerpt_separator: "<!--more-->"
include: ['_images', '_css']
exclude: ['develop', 'vendor']
dateformat: "%m/%d/%Y"
future: true
collections:
events:
output: true
lectures:
output: true
practice:
output: true
assignments:
output: false
announcements:
output: false
# defaults:
# - scope:
# path: ""
# type: "assignments"
# values:
# layout: "assignment"
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: false