-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
141 lines (125 loc) · 4.13 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
title : The NoteBlog of Xiaodong Qi
tagline: Exploring 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
stackexchangephy: 37682/xiaodong-qi
ghorgs: # Used in the Javascript of Community page to pull out github repos.
- name: CQuIC
- name: JuliaQuantum
- name: ICIQ
- name: JuliaCN
url: http://i2000s.github.io
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: Publications and Activities
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: cAv3dLIDps # Baidu site verification ID. Used in metadata.html.
baidutongji: a9ed76232076b69dc6afb79ece4d351d # This is for collecting statistical data of visiting from Baidu. Used in analytics.html.
baseurl: '/'
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: i2000s.github.io # 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
order: descending
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: "@*"
## 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"
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- .travis.yml
- _posts/*.Rmd
- _posts/source
- Dockerfile
- build.R
- _cache
- Makefile
- deploy.sh
- fig.yml
- _posts/_private/
- _config/
- _TEMP/