forked from galaxyproject/training-material
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
131 lines (124 loc) · 3.38 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing these this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
---
title: "CPT Galaxy Training"
email: [email protected]
description: A collection of tutorials generated and maintained by the Center for Phage Technology and other Galaxy users across the world
url: "https://cpt.tamu.edu/training-material/"
baseurl: "/training-material"
github_repository: "https://github.com/TAMU-CPT/training-material"
github_organization_name: "TAMU-CPT"
gitter_url: "https://gitter.im/Galaxy-Training-Network/Lobby"
logo: "assets/images/CPT.png"
small_logo: "assets/images/CPT-60px.png"
biostars_url: https://biostar.usegalaxy.org/
# Where things are
source: .
destination: ./_site
plugins_dir: _plugins
layouts_dir: _layouts
data_dir: metadata
includes_dir: _includes
# Conversion
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
auto_ids: true
toc_levels: 1..2
# Figure plugin parameters
figurify:
skip_empty: true # or false if you want to generate all figures, even those without any alt or title
skip_layouts:
- introduction_slides
- tutorial_slides
- base_slides
skip_titles:
- This is my super caption
# Icon tag config
icon-tag:
# in tutorials
question: fa-question-circle
solution: fa-eye
hands_on: fa-pencil
comment: fa-commenting-o
tip: fa-lightbulb-o
objectives: fa-bullseye
requirements: fa-check-circle
time: fa-hourglass-end
keypoints: fa-key
tool: fa-wrench
feedback: fa-comments-o
congratulations: fa-thumbs-up
trophy: fa-trophy
warning: fa-warning
details: fa-info-circle
param-file: fa-file-o
param-files: fa-files-o
param-text: fa-pencil
param-check: fa-check-square-o
param-select: fa-filter
galaxy-eye: fa-eye
galaxy-gear: fa-cog
galaxy-pencil: fa-pencil
galaxy-refresh: fa-refresh
galaxy-barchart: fa-bar-chart
galaxy-cross: fa-times
galaxy-columns: fa-columns
# menus, links
zenodo_link: fa-files-o
tutorial: fa-laptop
slides: fa-slideshare
interactive_tour: fa-magic
workflow: fa-share-alt
topic: fa-folder-o
instances: fa-cog
docker_image: fa-ship
galaxy_instance: fa-external-link
references: fa-book
gitter: fa-comments
help: fa-life-ring
github: fa-github
email: fa-envelope-o
twitter: fa-twitter
linkedin: fa-linkedin
orcid: ai-orcid
# To exclude in _site
exclude:
- shared/font-awesome/src/
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- CONTRIBUTING.md
- CONTRIBUTORS.yaml
- LICENSE.md
- README.md
- Makefile
- miniconda.sh
- "**/README.md"
- "**/*.yaml"
- "**/*.yml"
- "**/*.sh"
- bin/
- metadata/
- templates/
- vendor/
- node_modules/
# Plugins
plugins:
- jekyll-feed
- jemoji