-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
44 lines (37 loc) · 1.29 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
# Site settings
title: Your awesome title
email: [email protected]
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
url: "http://yourdomain.com"
permalink: /blog/:year/:month/:day/:title
projects:
- City Evolution
open-source:
- gradle-blender
- gradle-imagemagick
- gradle-packer-plugin
collections:
gradle-packer-plugin:
output: true
permalink: /open-source/:collection/:name.html
shorter:
- A Gradle plugin witch automatically packs textures for a [libgdx](https://libgdx.badlogicgames.com/) game
- bla bla bla
github: https://github.com/eowise/gradle-packer-plugin
version: 0.7.0
gradle-blender:
output: true
permalink: /open-source/:collection/:name.html
type: open-source
shorter:
github: https://github.com/eowise/gradle-blender
gradle-imagemagick:
output: true
permalink: /open-source/:collection/:name.html
type: open-source
shorter: Gradle tasks to easy integrate ImageMagick
github: https://github.com/eowise/gradle-imagemagick
# Build settings
markdown: kramdown
permalink: /blog/:categories/:year/:month/:day/:title
exclude: ["components", "node_modules"]