-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (37 loc) · 883 Bytes
/
_config.yml
File metadata and controls
44 lines (37 loc) · 883 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
# Build settings
port: 4000
markdown: kramdown
permalink: /:title
plugins: [jekyll-sitemap, jekyll-feed, jekyll-seo-tag, jekyll-redirect-from]
exclude: ['templates', 'variables.yaml']
mainimage: "https://gitfichas.com/assets/img/thumbnail.png"
collections:
- projects
# Customise atom feed settings (this is where Jekyll-Feed gets configuration information)
title: "GitFichas"
title_en: "GitStudyCards"
title_es: "GitTarjetas"
author: "Jessica Temporal"
# Multi-language configuration
languages:
pt:
flag: "🇧🇷"
name: "Português"
code: "pt"
locale: "pt_BR"
url: "/"
en:
flag: "🇺🇸"
name: "English"
code: "en"
locale: "en_US"
url: "/en/"
es:
flag: "🇪🇸"
name: "Español"
code: "es"
locale: "es_ES"
url: "/es/"
# Default language
default_language: pt
include: [.well-known]