-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
109 lines (89 loc) · 2.05 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
### GENERAL SETTINGS ###
# Site settings
title: "Research Software"
description: "Research Software Database"
# Change this to your GitHub URL (e.g., github.com/rseng/software -> /software
baseurl: "/web" #important: start with /
url: ""
# Customize template
logo: assets/img/logo/logo-transparent.svg
url: "https://rseng.github.io/rse"
repo: "https://github.com/rseng/rse"
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
permalink: /:categories/:title
excerpt_separator: <!--more--> #use this in posts to define how long the excerpt of the post (that is shown on the Blog page) is
colors: #in hex code if not noted else
primary: "#159958"
primary_rgb: "21,153,88" #rgb of the primary. Needed in some places for the transparency effect.
secondary: "#F7F7F7"
link: "#159958"
link_hover: "#01b2fe"
footer_heading: "#777"
footer_content: "#bfc9d3"
# Making projects separate from posts
collections:
software:
output: true
permalink: /repository/:path/
future: true
defaults:
-
scope:
path: "_software"
values:
layout: entry
-
scope:
path: ""
type: "posts"
values:
layout: "post"
future: true
scope:
path: "pages"
type: "pages"
values:
layout: "base"
### CONTACT SETTINGS ###
# Social networks usernames. Many more available: google-plus, flickr, linkedin, etc). Shown in footer.
# Add more here!
social:
- title: twitter
url: https://twitter.com/vsoch
twitter: vsoch
# Number of tags to show in cloud
min_tag_count: 2
# Change color above this upper range
tag_threshold: 10
# Search settings
tipue_search:
include:
pages: false
collections: [software]
exclude:
files: [index.md, search.html, software.html]
exclude:
- Gemfile
- Gemfile.lock
- _templates
- vendor
- README.md
- tests
# asciinema defaults
asciicast:
cols: "115"
rows: "25"
speed: "2.0"
theme: "asciinema"
# asciinema
# tango
# solarized-dark
# solarized-light
# monokai