-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
59 lines (53 loc) · 1.06 KB
/
_config.yml
File metadata and controls
59 lines (53 loc) · 1.06 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
56
57
58
59
plugins:
- jekyll-sitemap
- jekyll-seo-tag
title: OS Engine
description: "Open source platforms for algorithmic trading. Discover the best solutions for algo trading."
url: "https://osaengine.com"
author: OSEngine Team
logo: /assets/images/logo.png
social:
name: OS Engine
links:
- https://t.me/osengine_official
- https://github.com/osaengine
languages: ["en", "ru", "zh", "es", "de"]
default_lang: "en"
permalink: /:categories/blog/:title/
defaults:
- scope:
path: ""
values:
image: /assets/images/preview.png
lang: "en"
- scope:
path: "_posts/ru"
values:
lang: "ru"
category: "ru"
- scope:
path: "_posts/en"
values:
lang: "en"
category: "en"
- scope:
path: "_posts/zh"
values:
lang: "zh"
category: "zh"
- scope:
path: "_posts/es"
values:
lang: "es"
category: "es"
- scope:
path: "_posts/de"
values:
lang: "de"
category: "de"
collections:
faq:
output: true
permalink: /faq/:path/
include:
- "robots.txt"