forked from chrjabs/Grape-Academic-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (63 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Site Settings
baseurl: ""
# Features Setting
# Turn subpages on or off
publications: True
presentations: False
blog: True
# Language of the website
lang: en
# Search engine optimization settings
title: Yizhou Yang Personal Page
tagline: A jekyll theme for academic portfolios
description: Yizhou Yang Personal Page
author: Yizhou Yang
twitter:
username: Lord_Rayleigh55
card: A jekyll theme for academic portfolios
logo: /assets/img/smile.png
social:
name: Yizhou Yang
links:
- https://twitter.com/Lord_Rayleigh55
- https://github.com/yyzpiero
locale: en_GB
# Page Settings
theme_settings:
title: Yizhou Yang Personal Page
experience_title: EXPERIENCE
interests_title: RESEARCH INTERESTS
skills_title: SKILLS
awards_title: AWARDS
projects_title: PROJECTS
recentpubs_title: RECENT PUBLICATIONS
# Pagination
paginate: 5
paginate_path: "blog/page:num"
# Build Settings
sass:
sass_dir: _sass
style: :compressed
plugins: ['jekyll-paginate', 'jekyll/scholar', 'jekyll-seo-tag']
bootstrap:
assets: true
# Bibliography settings
scholar:
bibliography: publications.bib
bibliography_template: pubstemplate
style: apa
locale: en
last_name: Me
first_name: [Myself, M.]
sort_by: year,month
order: descending,ascending
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website] # Filter out certain bibtex entry keywords used internally from the bib output
academicons:
version: "1.9.1"
integrity: "sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg="
fontawesome:
version: "5.15.4"
integrity: "sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4="
jquery:
version: "3.6.0"
integrity: "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="