generated from fastai/fast_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
67 lines (55 loc) · 1.48 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
title: Scaling Python ML
description: Blog of my adventures working with different tools for scaling Python ML workloads.
github_username: scalingpythonml
# Optional social contact info
email: [email protected]
twitter_username: holdenkarau
youtube_username: holdenkarau
# Set this to true to get LaTeX math equation support
use_math: true
# Add your Google Analytics ID here if you have one and want to use it
google_analytics: UA-175499613-1
# Everything below here can be ignored, unless you want to change the theme entirely
theme: minima
url: "https://scalingpythonml.com"
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-octicons
- jekyll-github-metadata
- jekyll-asciidoc
- jekyll-sitemap
titles_from_headings:
enabled: true
strip_title: true
collections: true
highlighter: rouge
markdown: kramdown
kramdown:
math_engine: katex
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
show_excerpts: true
header_pages:
- about.md
- mailinglist.md
asciidoctor:
attributes:
- idprefix=_
- source-highlighter=pygments
- pygments-css=style
defaults:
-
scope:
path: "subrepos/**/*"
values:
sitemap: false