-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
111 lines (96 loc) · 2.19 KB
/
config.yml
File metadata and controls
111 lines (96 loc) · 2.19 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
baseURL: "https://learn-computer-graphics.com/"
title: Learn Computer Graphics
paginate: 8
theme: hugo-PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
googleAnalytics: UA-180280643-1
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- RSS
- JSON
menu:
main:
- identifier: blog
name: Blog
url: /
weight: 1
- name: Tags
parent: blog
url: /tags/
weight: 1
- name: Search
parent: blog
url: /search/
weight: 2
- name: Archives
parent: blog
url: /archives/
weight: 3
- name: Maths
url: /mathematics/
weight: 2
- name: AI
url: /machine-learning/
weight: 3
- name: Graphics
url: /rendering-techniques/
weight: 4
params:
env: production
description: "Articles and classes to generate and extract data from images"
author: Learn Computer Graphics team
defaultTheme: light
disableThemeToggle: false
displayFullLangName: true
ShowReadingTime: true
ShowShareButtons: false
ShowCodeCopyButtons: true
ShowPostNavLinks: true
homeInfoParams:
Title: "Be Visual 🖼️"
Content: We'll help you to befriend art and science through articles and interactive exercices. Check the categories above (or read our blog below) to get started
socialIcons:
- name: github
url: "https://github.com/learn-computer-graphics"
- name: rss
url: "https://github.com/learn-computer-graphics/blog/commits.atom"
editPost:
URL: "https://github.com/learn-computer-graphics/blog/blob/master/content"
Text: "Suggest Changes"
appendFilePath: true
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
taxonomies:
category: categories
tag: tags
series: series
privacy:
vimeo:
disabled: true
simple: true
twitter:
disabled: true
enableDNT: true
simple: true
instagram:
disabled: true
simple: true
youtube:
disabled: true
privacyEnhanced: true
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true