-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·92 lines (78 loc) · 2.7 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# SITE CONFIGURATION
baseurl: #"/Type-on-Strap"
url: "https://doducthao.github.io"
title: AI Notes # site's title
description: "A Blog About Math and Deep Learning" # used by search engines
markdown: kramdown
kramdown:
math_engine: mathjax
# THEME-SPECIFIC CONFIGURATION
title: My Notes # blog's title
avatar: assets/img/ml6.jpg
favicon: assets/icons/ai1.png
gravatar: # Email MD5 hash
# Header and footer text
header_text: > #two or three lines to describe your site
Let's take a deep breath
header_feature_image: assets/img/simple/simple1.png #assets/img/pexels/triangular.jpeg
footer_text: >
I am a -.-. .... .-. .. ... - .. .- -.
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
color_image: /assets/img/lineart.png
# Scripts / Features
google_analytics: "UA-170333390-1" # Tracking ID, e.g. "UA-000000-01"
disqus_shortname: doducthao
katex: false # Enable if using math markup
layout_variables: # Open the "_sass > base" folder, and open "_variables.scss"
footer_icons: true # In _data/social.yml
share_buttons: true # In _data/social.yml
authors: true # In _data/authors.yml
language: true
# special_page:
# search:
# icon: "search" # Assuming page link and icon are the same
# enabled: true
# tags:
# icon: "tags"
# enabled: true
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# Post navigation
post_navigation: true
# PAGINATION
paginate: 10
paginate_path: "blog/page:num"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:path/:name
math:
output: true
permalink: /:collection/:path/:name
ml:
output: true
permalink: /:collection/:path/:name
posts:
output: true
permalink: /:collection/:path/:name
math-list: [Analysis, Algebra, Probability-Statistics]
ml-list: [Neural Nets, GANs, Recommendation System, NLP, TimeSeries]
# BUILD SETTINGS
# markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-relative-links]
# - jekyll-paginate
# - jekyll-seo-tag
# - jekyll-relative-links
# relative_links:
# enabled: true
# collections: true
#theme: type-on-strap # Uncomment if using the theme as a jekyll theme gem
exclude: ["Gemfile", "Gemfile.lock", "type-on-strap.gemspec", "*.gem", "LICENSE", "README.md", "screenshot.png", "package.json", "node_modules", "gulpfile.js", ".idea/*"]
timezone: Asia/Saigon
future: true