-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
110 lines (96 loc) · 2.71 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
title : The NoteBlog of Xiaodong Qi
tagline: Exploring Quantum World
author :
name : Xiaodong Qi
givenName: Xiaodong
familyName: Qi
ChineseName: 戚晓东
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
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)
baseurl: '/'
lsi: True # Possibly for generating related posts with gsl and classifier packages.
# 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
- '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/APS.csl
locale: en
sort_by: year
order: descending
source: assets
bibliography: QiPublications
bibliography_template: bibtemplate
replace_strings: true
details_dir: pubs
details_layout: bibtex.html
details_link: Details
query: "@*"
## Markdown Parser
markdown: pandoc
markdown_ext: markdown,md
pandoc:
extensions:
- smart
- mathjax
#highlighter: pygments
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
#highlighter: pygments
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- .travis.yml
- _posts/*.Rmd
- _posts/source
- assets/_bootstrap-3.3.6
- Dockerfile
- build.R
- _cache
- Makefile
- deploy.sh
- fig.yml
- _posts/source/
- _posts/_private/