-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
58 lines (48 loc) · 1.64 KB
/
_config.yml
File metadata and controls
58 lines (48 loc) · 1.64 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
# Site settings
title: Strange Loops Audio
email: bradyboettcher@gmail.com
url: https://github.com/StrangeLoopsAudio
description: "Free and open source music software, including synthesizers and signal mapping utilities."
keywords: "open source, synthesizer, free, strange, loops, gRainbow, StandardInput, std::input"
meta_author: Boettcher Brady
# Google webmaster tools
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Contact form:
# - static : pass through formspree.io to validate email sending
# - disqus : replace contact form by disqus thread
# - comment the line below if you want to stick with the default PHP contact form
contact: static
# If you use disqus you need disqus shortname
# https://help.disqus.com/customer/portal/articles/466208
disqus_shortname: myshortname
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 2F2A64
primary-rgb: "47, 42, 100"
secondary: 8D85FF
secondary-rgb: "141, 133, 255"
secondary-dark: C4BFFF
text: white
# Footer settings
footer:
copyright: Strange Loops Audio
social: Strange Loops Audio
credits: Template
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: github
url: http://github.com/StrangeLoopsAudio
# Credits content
credits: 'Freelancer is a free to use, open source Bootstrap theme created by <a href="http://startbootstrap.com">Start Bootstrap</a>.'
# Build settings
markdown: kramdown
permalink: pretty
#for posts
defaults:
- scope:
path: ""
type: "posts"
values:
permalink: ""