-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (37 loc) · 905 Bytes
/
_config.yml
File metadata and controls
37 lines (37 loc) · 905 Bytes
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
name: Defold
url: https://www.defold.com
description: Defold is a free, cross-platform game engine for building 2D and 3D games for desktop, web, mobile, and consoles.
markdown: kramdown
permalink: /:categories/:year/:month/:day/:title/
collections:
assets:
output: true
authors:
output: true
tags:
output: true
kramdown:
auto_ids: true
parse_block_html: true
future: true
sass:
style: compressed
sass_dir: _scss
exclude:
- update.py
- README.md
- serve.sh
- CNAME
- Gemfile
- Gemfile.lock
- convert_to_webp.py
- vendor/
- .bundle/
- node_modules/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
opengraph_image: "https://www.defold.com/images/social/facebook-share.jpg"
twitter_image: "https://www.defold.com/images/social/twitter-share.jpg"