-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (74 loc) · 1.43 KB
/
_config.yml
File metadata and controls
74 lines (74 loc) · 1.43 KB
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
title: ImageC
email: support@imagec.org
description: ImageC alias EVAnalyzer 2 is a high throughput image processing application
for biological science.
baseurl: null
url: https://imagec.org
current_short_imagec_version: 0.0.6
preview_short_imagec_version: 0.0.6
current_imagec_version: 0.0.6
current_imagec_hash: ''
current_snapshot_version: stable
livereload: true
highlighter: rouge
incremental: false
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
smart_quotes:
- apos
- apos
- quot
- quot
theme: minima
plugins:
- jekyll-regex-replace
- jekyll-feed
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-git-hash
- jekyll-toc
collections:
media:
output: true
permalink: /media/:title/
events:
output: true
permalink: /events/:year/:month/:day/:title/
excerpt_separator: <!--more-->
future: true
last-modified-at:
date-format: '%Y-%m-%d'
twitter:
username: ImageC
card: summary
github:
source:
branch: main
repository_url: https://github.com/joda01/imagec
defaults:
- scope:
path: ''
values:
image: /images/sharingimagec.jpg
toc: true
repository: imagec/imagec-doc
star_count: '4'
toc:
min_level: 1
max_level: 3
ordered_list: false
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle
- vendor/cache
- vendor/gems
- vendor/ruby
- bundle
include:
- docs/stable/clients/python/reference/objects.inv
- docs/preview/clients/python/reference/objects.inv