-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
134 lines (118 loc) · 3.73 KB
/
Copy pathconfig.yml
File metadata and controls
134 lines (118 loc) · 3.73 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
baseURL: "https://csvass.github.io"
title: My Material Site
languageCode: hu
theme: Material
draft: true
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
languages:
hu:
languageName: ":hu:"
weight: 1
homeInfoParams:
Title: "Szia! \U0001F44B"
Content: Üdv a blogomon! Azért indítottam ezt az oldalt, hogy megismerjem és gyakoroljam a webes technológiákat, valmint újakat tanuljak. Leginkább irodai alkalmazások (naptár, teendők, jegyzetek), hatékony adatkezelési lehetőségek (táblázat, adatbázis), a kreatív írás eszközei (napló, blog) és a tartalmak szinkronizálása (felhő) érdekel.
menu:
main:
- name: Archívum
url: archives
weight: 5
- name: Kulcsszavak
url: tags/
weight: 10
- name: Témák
url: categories/
weight: 10
- name: Keresés
url: archive/
weight: 20
en:
languageName: ":en:"
weight: 2
menu:
main:
- name: Archive
url: archives
weight: 5
- name: Categories
url: categories/
weight: 10
- name: Tags
url: tags/
weight: 10
- name: Search
url: archive/
weight: 20
outputs:
home:
- HTML
- RSS
- JSON # is necessary
params:
env: production
title: "Személyes Github blog"
tagline: "GitHub oldalam"
description: "Önkifejezési gyakorlatok és informatikai eszközök."
author: Csaba Vass
GitHubUser: "csvass"
LinkedInUser: "vass-csaba"
TwitterUser: "csendesbob"
# author: ["Me", "You"] # multiple authors
images: ["<link or path of image for opengraph, twitter-cards>"]
ShowReadingTime: true
ShowShareButtons: true
comments: true
defaultTheme: auto
disableThemeToggle: false
disableSpecial1stPost: false
# assets:
# favicon: "<link / abs url>"
# favicon16x16: "<link / abs url>"
# favicon32x32: "<link / abs url>"
# apple_touch_icon: "<link / abs url>"
# safari_pinned_tab: "<link / abs url>"
label:
text: "CsendesBlog"
# profile-mode
profileMode:
enabled: false # needs to be explicitly set
Title: "CsendesBlog"
Content: >
Légy üdvözölve olvasó!
buttons:
- name: Posts
url: posts
- name: Tags
url: tags
# imageUrl: '<img location>'
# imageTitle: my image
# home-info mode
homeInfoParams:
Title: "Hi There \U0001F44B"
Content: This is my Github page/blog abut useful web tools. I started it for learning purposes. I would like to improve my programming knowledge. I am interested in productivity tools, data management and cloud services on multiple platforms.
socialIcons:
- name: github
url: "https://github.com/csvass"
- name: linkedin
url: "https://linkedin.com/vass-csaba"
- name: twitter
url: "https://twitter.com/csendesbob"
menu:
main:
- identifier: categories
name: categories
url: /categories/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: about
url: /about/
weight: 30