-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (62 loc) · 1.39 KB
/
_config.yml
File metadata and controls
70 lines (62 loc) · 1.39 KB
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
# _config.yml for AI4Polymer Community Website
# Site settings
title: AI4Polymer Community
description: >-
The premier community hub for artificial intelligence-driven polymer
materials research, design, and discovery
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://shiqiantan.github.io" # your GitHub Pages URL
# Build settings
markdown: kramdown
highlighter: rouge
theme: minima
# Collections for organizing content
collections:
papers:
output: true
permalink: /:collection/:name/
databases:
output: true
permalink: /:collection/:name/
tutorials:
output: true
permalink: /:collection/:name/
algorithms:
output: true
permalink: /:collection/:name/
# Navigation
navigation:
- title: Home
url: /
- title: Paper Survey
url: /papers/
- title: Databases
url: /databases/
- title: Tutorials
url: /tutorials/
- title: ML Algorithms
url: /algorithms/
- title: Web Predictor
url: /predictor/
- title: Community
url: /community/
# Social links
github_username: ShiqianTan
email: tanshiqian@outlook.com
linkedin_username: shiqiantan
# Google Analytics (optional)
google_analytics: UA-XXXXXXXXX-X
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/