generated from fastai/fast_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (40 loc) · 1.26 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
# 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: Connecting deep dots
description: A blog dedicated to important ideas in deep learning. Focus on intuition and examples.
github_username: Alexander-Schiendorfer
linkedin_username: alexander-schiendorfer
# Email and twitter are optional:
email:
twitter_username: schienal
# Set this to true to get LaTeX math equation support
use_math: true
# Disqus Comments
disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: alexanderschiendorfer
# Everything below here can be ignored, unless you want to change the theme entirely
#theme: jekyll-theme-minimal
theme: minima
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-octicons
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