forked from mockito/mockito.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·32 lines (25 loc) · 914 Bytes
/
_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
---
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: / ## disables post output
timezone: null
lsi: false
markdown: kramdown
highlighter: pygments
### content configuration ###
title: "Mockito framework site"
keywords: "java, mocking, mock, mock objects, testing, tdd, unit tests"
description: "A landing page for information about Mockito framework, a mocking framework for unit tests written in Java."
source_link: "https://github.com/mockito/mockito"
favicon: #put a path like: "img/favicon.ico"
touch_icon: #put a path like: "img/apple-touch-icon.png"
google_analytics_key: ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#C5D9C8'
blue: '#49a7e9'
green: '#087515'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'