forked from nmagee/ds2002-course
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (33 loc) · 722 Bytes
/
_config.yml
File metadata and controls
37 lines (33 loc) · 722 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
32
33
34
35
36
# Minimal Jekyll config for GitHub Pages
title: DS2002 Data Science Systems
description: Course materials and documentation for DS2002
# Theme (minimalist, matches nmagee.github.io/ds2002 style)
#theme: minimal
remote_theme: pages-themes/minimal@v0.2.0
#remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
# Site settings
url: https://ksiller.github.io
baseurl: /ds2002-course
# Exclude unnecessary files from processing
exclude:
- Gemfile
- Gemfile.lock
- vendor/
- .devcontainer/
- Dockerfile
- environment.yml
- Pipfile
- requirements.txt
- "*.py"
- "*.sh"
- "*.json"
- "*.tsv"
- "*.csv"
- "*.sql"
- "*.ipynb"
- mywork/
- dataprojects/
- notebooks/
- data/