-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
53 lines (48 loc) · 1.31 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
---
remote_theme: mmistakes/minimal-mistakes
plugins:
- jekyll-include-cache
- jekyll-github-metadata
defaults:
- scope:
path: ""
type: pages
values:
author_profile: true
classes: wide
layout: single
minimal_mistakes_skin: dark
title: Pretty Jupiter
subtitle: A Gradle plugin to pretty-log JUnit Jupiter tests when run from the Gradle test task. Nested tests are grouped together and the output styles is very similar to `mocha.js`
name: Jose Luis Leon
repository: JoseLion/pretty-jupiter
atom_feed:
hide: true
twitter:
username: joseliont
author:
name: Jose Luis Leon
avatar: https://github.com/JoseLion.png
email: joseluis5000l@gmail.com
links:
- label: Repository
icon: fab fa-fw fa-github
url: https://github.com/JoseLion/pretty-jupiter
- label: GitHub
icon: fab fa-fw fa-github-alt
url: https://github.com/JoseLion
- label: Twitter
icon: fab fa-fw fa-twitter-square
url: https://twitter.com/joseliont
footer:
links:
- label: Repository
icon: fab fa-fw fa-github
url: https://github.com/JoseLion/pretty-jupiter
- label: GitHub
icon: fab fa-fw fa-github-alt
url: https://github.com/JoseLion
- label: Twitter
icon: fab fa-fw fa-twitter-square
url: https://twitter.com/joseliont
...