forked from singularityware/singularityware.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
108 lines (90 loc) · 3.33 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
# Titles and Descriptions
topnav_title: Singularity # this appears on the top navigation bar next to the home button
site_title: Singularity # appears in the html browser tab for the site title (seen mostly by search engines)
company_name: Singularity # this appears in the footer
logo: "/images/logo/logo.svg" # path to logo for use in left sidebar
description: "Singularity allows a non-privileged user to 'swap out' the operating system on the host for one they control. So if the host system is running RHEL6 but your application runs in Ubuntu, you can create an Ubuntu image, install your applications into that image, copy the image to another host, and run your application on that host in it's native Ubuntu environment! Singularity also allows you to leverage the resources of whatever host you are on. This includes HPC interconnects, resource managers, file systems, GPUs and/or accelerators, etc."
# the description is used in the feed.xml file
# Site Config
host: 127.0.0.1 # the preview server used. Leave as is.
port: 4005 # the port where the preview is rendered.
output: web # this property is useful for conditional filtering of content that is separate from the PDF.
url: "http://singularityware.github.io" # needed for sitemap.xml file only
# Social Media, etc
github_editme_path: singularityware/singularityware.github.io/blob/master/pages # leave blank to disclude
disqus_shortname: singularityware # if using disqus, addshortname here. if not, leave this value blank.
google_analytics: "UA-84672381-1" # Google Analytics code
twitter_username: SingularityApp
github_username: singularityware
repo: "https://github.com/singularityware/singularity" # The main repo, should not end with slash
# Exclude
# these are the files and directories that jekyll will exclude from the build
exclude:
- .idea/
- .gitignore
- README.md
- vendor/
# Optional Feedback Link in Header (disabled)
feedback_subject_line: Singularity Feedback
feedback_email: [email protected]
feedback_disable: true
feedback_text: "Need help?"
feedback_link: "http://www.github.com/singularityware/singularity/issues"
# Formatting
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
# Collections
collections:
tooltips:
output: false
# collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true
# Defaults
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
sidebar: main_sidebar
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sidebar: main_sidebar
# these are defaults used for the frontmatter for these file types
sidebars:
- main_sidebar
# asciinema defaults
asciicast:
cols: "115"
rows: "25"
speed: "2.0"
theme: "asciinema"
# asciinema
# tango
# solarized-dark
# solarized-light
# monokai