-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
91 lines (78 loc) · 2.21 KB
/
_config.yml
File metadata and controls
91 lines (78 loc) · 2.21 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
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
---
port: 4090
host: 0.0.0.0
safe: false
baseurl: "/blog" #"/blog" # the subpath of your site, e.g. /blog/
url: "https://testifyproject.org"
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
title: Testify Project Blog
avatar: avatar.png
gravatar: # Email MD5 hash
description: "Testify Project Blog" # used by search engines
# Header and footer text
header_text: >
<h1>Software Testing Matters<h1>
header_text_feature_image: img/cover_orange_white.png
footer_text: >
Copyright 2016-2017 Testify Project
<br>
<a href="https://github.com/testify-project/blog/blob/master/LICENSE.md"><img src="https://img.shields.io/badge/Creative%20Commons-BY--SA-lightgrey.svg"</img></a>
# Icons
rss: true
email_address: "sharmarke.aden@gmail.com"
behance:
bitbucket:
dribbble:
facebook:
flickr:
github: "testify-project"
google_plus:
instagram:
linkedin: "https://www.linkedin.com/in/saden/"
pinterest:
reddit:
soundcloud:
stack_exchange: # Full URL
steam:
tumblr:
twitter: "shaarmaarke"
wordpress:
youtube:
testifyproject: http://testifyproject.org
semantictesting: http://semantictesting.org
# Scripts
google_analytics: "UA-96183432-3"
disqus_shortname: "testify-project"
muut_community_name: # From muut.com settings, e.g. "muttcommunityname"
katex: true # Enable if using math markup
# Localization strings
str_follow_on: "Follow on"
str_rss_follow: "Follow RSS feed"
str_email: "Email"
str_next: "Next"
str_prev: "Prev"
str_continue_reading: "Continue reading"
# Colours, typography and padding
# Open the "_sass > base" folder, and open "_variables.scss"
google_fonts: "Source+Sans+Pro:400,700,700italic,400italic"
# Post navigation
post_navigation: false
# PAGINATION
paginate: 5
paginate_path: "blog/page:num"
### site serving configuration ###
exclude: [CNAME, README.md, SHOUTOUTS.md, LICENSE.md, RELEASING.md, TODO.md, node_modules, nbproject, Gemfile*, gulpfile, package.json.gitignore, vendor]
permalink: /:title ## disables post output
timezone: PST
lsi: false
markdown: kramdown
kramdown:
auto_ids: true
input: GFM
hard_wrap: false
sass:
sass_dir: _sass
style: :compressed
gems: [jekyll-paginate]