-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (47 loc) · 1.18 KB
/
_config.yml
File metadata and controls
55 lines (47 loc) · 1.18 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
# Site settings
title: "Tofu Engine"
logo_url: "/assets/images/logo.png"
email: marco.lizza@gmail.com
description: ~ a 2D game engine w/ an eco-friendly pixel-art retro-soul ~
url: "" # the base hostname & protocol for your site
#url: "http://localhost:4000" # the base hostname & protocol for your site
base_url: "" # the subpath of your site, e.g. /blog/
release: v0.12.0
author: # Author details
name: Marco Lizza
email: marco.lizza@gmail.com
url: https://about.me/marco.lizza/
copyright: "© Copyright 2019-2023 by Marco Lizza"
# Profile links, leave blank to ignore
social:
github:
title: tofuengine
url: https://github.com/tofuengine/
twitter:
title: tofuengine
url: https://github.com/tofuengine/
itchio:
title: tofuengine
url: https://github.com/tofuengine/
disqus:
title: tofuengine
url: https://github.com/tofuengine/
# Google Analytics key, leave blank to ignore
google:
analytics_id: UA-131188350-1
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: /:title/
include:
- _pages
exclude:
- CNAME
- LICENSE
- README.md
- Gemfile
- Gemfile.lock
- .gitignore
- .sass-cache