-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (43 loc) · 1014 Bytes
/
_config.yml
File metadata and controls
51 lines (43 loc) · 1014 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
title: "The Farmoxel Project"
url: "https://blog.farteam.com.ar"
repository: "FaR-Team/devlog"
author: "FaR Team"
description: "This is a devlog for our on-development game."
sass:
style: compressed
##########################################################################################
######### NO MODIFICAR #########
##########################################################################################
theme: "minima"
rss: rss
encoding: UTF-8
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter_opts:
disable: true
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-loading-lazy
titles_from_headings:
strip_title: true
collections: true
defaults:
- scope:
path: ""
type: post
values:
tags:
- Other
- Devlog
- Characters
- Art
- Event
comments:
provider: "utterances"
utterances:
repo: "FaR-Team/devlog"
issue_term: "pathname"
theme_light: "github-light"
theme_dark: "github-dark"