forked from MDAnalysis/MDAnalysis.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
67 lines (57 loc) · 1.87 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: MDAnalysis
name: MDAnalysis
tagline: A Python package for the analysis of molecular dynamics simulations.
description: A Python package for the analysis of molecular dynamics simulations.
url: http://www.mdanalysis.org
baseurl: /
author:
name: The MDAnalysis Team
url: https://twitter.com/mdanalysis
email: [email protected]
images: /public/images/
data: /public/data
js: /js
blog: /blog/
# see https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/
gems:
- jekyll-paginate
- jekyll-mentions
- jekyll-sitemap
- jekyll-feed
# Blog pagination
paginate_path: "/blog/page:num/"
paginate: 3
# jekyll-feed
# - our previous feed was called atom.xml so we use it instead
# of the default feed.xml
feed:
path: atom.xml
# Custom vars
version: 0.13.0
# see also https://help.github.com/articles/repository-metadata-on-github-pages/
# for what GitHub makes available in site.github
github:
repo: https://github.com/MDAnalysis/mdanalysis
docs: http://devdocs.mdanalysis.org
issues: http://issues.mdanalysis.org
wiki: http://wiki.mdanalysis.org
pypi:
package: http://download.mdanalysis.org
tests: https://pypi.python.org/pypi/MDAnalysisTests
docs: http://docs.mdanalysis.org
mailinglists:
discussion:
name: mdnalysis-discussion
url: https://groups.google.com/group/mdnalysis-discussion
developer:
name: developer
url: https://groups.google.com/group/mdnalysis-devel
twitter:
name: mdanalysis
url: https://twitter.com/mdanalysis