generated from fastai/fast_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
43 lines (36 loc) · 1003 Bytes
/
_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
# 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: My Processing Book
description: CIU
github_username: Prashant-JT
# Email and twitter are optional:
email:
twitter_username:
# Set this to true to get LaTeX math equation support
use_math:
# Add your Google Analytics ID here if you have one and want to use it
google_analytics:
# Everything below here can be ignored, unless you want to change the theme entirely
theme: minima
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-octicons
- jekyll-github-metadata
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