generated from Shifu-Engineer/fastpages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (49 loc) · 1.73 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
# 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: fastpages
description: An easy to use blogging platform with support for Jupyter Notebooks.
github_username: fastai
# you can comment the below line out if your repo name is not different than your baseurl
github_repo: "fastpages"
# OPTIONAL: override baseurl and url if using a custom domain
url: "https://fastpages.fast.ai" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. "/blog". WARNING: if you are not using a custom domain, the baseurl *must* be set to your repo name.
# Email and twitter are optional:
email:
twitter_username: "@fastdotai"
# Set this to true to get LaTeX math equation support
use_math:
# Set this to true to display the summary of your blog post under your title on the Home page.
show_description: true
# Set this to true to display tags on each post
show_tags: true
# Add your Google Analytics ID here if you have one and want to use it
google_analytics:
# Everything below here should be left alone. Modifications may break fastpages
theme: jekyll-theme-dinky
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-octicons
- jekyll-github-metadata
- jekyll-toc
- jekyll-twitter-plugin
- jekyll-relative-links
- jekyll-seo-tag
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