-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
37 lines (27 loc) · 919 Bytes
/
_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
### Global gh-pages pre-amble
safe: false
lsi: false
### The following properties will change on a project-by-project basis
# Context path in the remote website (usually /<project>), will be prepended to absolute URLs for static resources
# baseurl: /COPASI
# Name of the project for display in places like page titles
name: COPASI
title: COPASI
# ID of the project in the metadata API at spring.io (if this is not a
# valid project ID the javascript widgets in the home page will not work)
project: COPASI
# Project github URL
github_repo_url: https://github.com/copasi/COPASI
# Exclude tmp directory
exclude: [tmp, README.md]
# Add Processing features
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate
# Create directories for each post similar to other pages
permalink: News/:year/:month/:day/:title/
# Paginate posts
paginate: 5
paginate_path: "/News/Page_:num/"
markdown: kramdown