-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (33 loc) · 836 Bytes
/
_config.yml
File metadata and controls
44 lines (33 loc) · 836 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
exclude:
- "/vendor/"
- "/_drafts/"
- "README.md"
- "LICENSE.md"
- "*.gemspec"
- ".idea/"
- "Makefile"
keep_files:
- "CNAME"
- ".git"
- ".gitignore"
# Site settings
title: Codesai
url: https://www.codesai.com
cover: "/assets/cover.png"
logo: "/assets/logo.png"
permalink: /posts/:year/:month/:title
# Build settings
markdown: kramdown
# Google analytics
ga_tracking_id: G-5HTPFFFN4L
# Category descriptions (for archive pages)
descriptions:
- cat: jekyll
desc: "Posts describing Jekyll setup techniques."
- cat: dummy
desc: "Just some placeholder posts, lorem ipsum and the rest."
environment: production
languages: ["es", "en"] # First language is default
exclude_from_localizations: ["javascript", "css", "sass", "img", "fonts", "js", "scripts"]
plugins:
- jekyll-multiple-languages-plugin