-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (42 loc) · 1.14 KB
/
_config.yml
File metadata and controls
48 lines (42 loc) · 1.14 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
### GENERAL SETTINGS ###
# Site settings
title: The Container API
description: "Static container API for Singularity Hub for community analysis"
baseurl: "/api" #important: start with /
github_pages: "https://singularityhub.github.io"
url: ""
# Build settings
markdown: kramdown
permalink: /:categories/:path
excerpt_separator: <!--more-->
colors: #in hex code if not noted else
primary: "#e32929"
primary_rgb: "247,0,49" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#F7F7F7"
link: "#e32929"
link_hover: "#01b2fe"
footer_heading: "#777"
footer_content: "#bfc9d3"
# Making projects separate from posts
#collections:
# c:
# output: true
# permalink: /c/:path/
# recipes:
# output: true
# permalink: /r/:title/
# values:
# layout: "recipe.html"
defaults:
-
scope:
path: "pages"
type: "pages"
values:
layout: "page"
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
github: https://www.github.com/singularityhub
maintainer: "@vsoch"
social:
- title: twitter
url: https://www.twitter.com/containertools