-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
153 lines (137 loc) · 5.11 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
title : A Notebook of Xiaodong Qi's
tagline: Exploring the Quantum World
author :
name : Xiaodong Qi
givenName: Xiaodong
familyName: Qi
OtherName: 戚晓东
twitter: i2000s
github: i2000s
email : [email protected]
gplus: +XiaodongQi
gscholar: 6FdqHlIAAAAJ&hl
facebook: i2000s
linkedin: xiaodongqi
reddit: r/quantuminformation
#stackexchangephy: 37682/xiaodong-qi
readingrepo: Archive # This is the github repo for reading record updates used on the Community page. If nil, you need to add the corresponding community.md page.
ghorgs: # Used in the Javascript of Community page to pull out github repos.
- name: CQuIC
- name: JuliaQuantum
- name: ICIQ
- name: JuliaCN
url: https://www.qixiaodong.com
purl: https://purl.org/qxd # This is the PURL domain registered on PURL.org for this site. If a PURL is not registered, please put the url value here or edite the /_includes/metadate.html and coins.html with site.purl replaced with site.url.
baseurl: /en
disqus:
sitename: qxd # This is the shortname of the disqus site id to display disqus comments below posts.
addthis: # Get an account at www.addthis.com. You may need to at least enable the Sharing Sidebar and Sharing Buttons functions to fully use our design.
pubid: ra-54f225a84524edd3 # This is the AddThis button pubid to display social sharing buttons on the website. Used in the header template.
navigation: # For the navigation menu. Don't use index.html. urls should end with a directory.
- text: Home
url: /
- text: Research
url: /research/
- text: Vita
url: /pubs/
- text: Community
url: /community/
permalink: /:year/:month/:day/:title.html
redirects: yes
encoding: utf-8
pageviews: no ## toggle on sidebar pageviews
twitter_api: yes
analytics: UA-74657818-1 ## Google Analytics key UA-46730871-1(in _includes/analytics.html and search.html)
baiduid: 5FQ1dXMyow # Baidu site verification ID. Used in metadata.html. Previous one- cAv3dLIDps
baidutongji: b155717a8e4421a6f085a26ba4e9f836 # This is for collecting statistical data of visiting from Baidu. Used in analytics.html. Previous one- a9ed76232076b69dc6afb79ece4d351d
lsi: True # Possibly for generating related posts with gsl and classifier packages.
show_drafts: false
# GitHub information of this site. Used for extracting commit history of posts.
gitstamps: yes
username: i2000s
orgname: i2000s # This is used to identify the category of GitHub repository. Use username for personal repository.
repo: en # used in linking commit history and auto-deploy the site on travis-CI. The repository address will be identified as https://username:[email protected]/orgname/repo.git defined in Rakefile.
sourcebranch: dev # used in linking commit history.
source: .
gems:
- jekyll-pandoc # Require to install pandoc, pandoc-citeproc and even pandoc-crossref before hand.
- 'jekyll-twitter-plugin'
# Publications. Ref: http://tuxette.nathalievilla.org/?p=1426
# http://eric-tramel.github.io/working-automated-publications/
# csl style: https://github.com/citation-style-language/styles
gems:
- "jekyll/scholar"
scholar:
style: assets/bibliography/APS_Qi.csl
locale: en
sort_by: year, month
order: descending
bibliography_list_attributes:
reversed: "reversed" # This reverses the numbering of publications in the sorted group.
source: assets/bibliography
bibliography: QiPublications
bibliography_template: bibtemplate
replace_strings: true
join_strings: true
use_raw_bibtex_entry: false
bibtex_filters:
#- superscript
- latex
#- markdown
details_dir: pubs
details_layout: noDetailsPage.html #bibtex.html # Use bibtex.html layout to generate details pages for bibtex entries. Use other non-existing names otherwise.
details_link: Details
query: "@*"
## Submodule directory. This is used for pulling the external bibliography repo.
submodule_directory: assets/bibliography/refs
## Markdown Parser
markdown: pandoc
markdown_ext: markdown,md
pandoc:
extensions:
- smart
- mathjax
- csl: assets/bibliography/APS_Qi.csl # The citation style file. Optional and may not work properly.
- bibliography: assets/bibliography/References.bib # BibTex source. Optional.
- email-obfuscation: javascript
#- from: markdown+autolink_bare_uris
#highlighter: pygments
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
#highlighter: pygments
## Have pages & posts use their default layouts, respectively
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# This is the directory/file to be deleted in the compiled folder before committing. Separate entries with blank if there are more than one. Use relative address.
delete_directory: assets/bibliography/refs
# Files to be ignored in compiling.
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- .travis.yml
- _posts/*.Rmd
- _posts/source
- Dockerfile
- build.R
- _cache
- Makefile
- deploy.sh
- publish.sh
- nbconv.sh
- fig.yml
- _posts/_private/
- _config/
- _TEMP/