-
-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (53 loc) · 1.01 KB
/
_config.yml
File metadata and controls
56 lines (53 loc) · 1.01 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
title: "OOD Principles in Swift"
description: "A short cheat-sheet of SOLID principles with Swift 5 examples"
url: "https://ochococo.github.io"
baseurl: "/OOD-Principles-In-Swift"
markdown: kramdown
kramdown:
syntax_highlighter: rouge
exclude:
- "*.sh"
- "*.zip"
- "*.playground"
- "source*"
- LICENSE
- .gitignore
- .github
- .claude
languages:
- code: "en"
name: "English"
path: "/"
- code: "ko-KR"
name: "한국어"
path: "/ko-KR"
- code: "pl"
name: "Polski"
path: "/pl"
- code: "zh-CN"
name: "简体中文"
path: "/zh-CN"
- code: "pt-BR"
name: "Português (BR)"
path: "/pt-BR"
- code: "ja"
name: "日本語"
path: "/ja"
- code: "es"
name: "Español"
path: "/es"
- code: "uk"
name: "Українська"
path: "/uk"
- code: "de"
name: "Deutsch"
path: "/de"
- code: "fr"
name: "Français"
path: "/fr"
- code: "hi"
name: "हिन्दी"
path: "/hi"
- code: "tr"
name: "Türkçe"
path: "/tr"