-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhugo.yml
More file actions
105 lines (87 loc) · 2.53 KB
/
hugo.yml
File metadata and controls
105 lines (87 loc) · 2.53 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
baseURL: "/"
languageCode: "ru-ru"
defaultContentLanguage: "ru"
title: АЙТИДОКСИ
theme: PaperMod
permalinks:
posts: /:slug/
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
pagination:
disableAliases: false
pagerSize: 5
languages:
ru:
languageName: "Русский"
menu:
main:
- name: 🏛 Форум
url: https://t.me/ITDOXY_FORUM
weight: 1
- name: 🧪 Лаборатория
url: https://lab.itdoxy.com
weight: 2
- name: 🏷 Категории
url: /categories/
weight: 3
- name: 🗄 Архив
url: /archives/
weight: 4
- name: 🔎 Поиск
url: /search/
weight: 5
outputs:
home:
- HTML
- RSS
- JSON # is necessary
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
label:
icon: favicon.svg
dateFormat: "02.01.2006"
ShowReadingTime: true
ShowShareButtons: true
comments: true
defaultTheme: auto
disableThemeToggle: false
author: "АЙТИДОКСИ / ITDOXY"
# opengraph
title: "АЙТИДОКСИ / ITDOXY"
description: Ваш проводник в мир ИТ
images:
- logo.png
# home-info mode
homeInfoParams:
LogoWidth: 350 # custom size
LogoHeight: 350 # custom size
Title: "Ваш проводник в мир ИТ 💻"
Content: |
У нас вы сможете найти разнообразные статьи в сфере информационных технологий, посвящённые системному
и сетевому администрированию, программированию, базам данных, Линукс и не только.
socialIcons:
- name: telegram
url: "https://t.me/ITDOXY"
- name: vk
url: "https://vk.com/itdoxy"
- name: github
url: "https://github.com/ITDOXY"
ShareButtons: ["linkedin", "reddit", "whatsapp", "telegram"] # To customize which share buttons to be enabled on page
editPost:
URL: "https://github.com/ITDOXY/itdoxy.com/tree/main/content"
Text: "Предложить изменение" # edit text
appendFilePath: true # to append file path to Edit link
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
markup:
goldmark:
renderer:
unsafe: true