-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhugo.yml
96 lines (83 loc) · 2.42 KB
/
hugo.yml
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
baseURL: "/"
languageCode: "ru-ru"
defaultContentLanguage: "ru"
title: ITdoxy
paginate: 5
theme: PaperMod
permalinks:
posts: /:slug/
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
languages:
ru:
languageName: "Русский"
menu:
main:
- name: 🧪 Lab
url: https://lab.itdoxy.com
weight: 1
- name: 🏛 Форум
url: https://t.me/ITdoxyForum
weight: 2
- name: 💎 Услуги
url: https://vk.link/itdoxy
weight: 3
- name: 🍩 Донат
url: https://pay.cloudtips.ru/p/22406f0b
weight: 4
- name: 🏷 Категории
url: /categories/
weight: 5
- name: 🏷 Теги
url: /tags/
weight: 6
- name: 🗄 Архив
url: /archives/
weight: 7
- name: 🔎 Поиск
url: /search/
weight: 8
outputs:
home:
- HTML
- RSS
- JSON # is necessary
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
dateFormat: "02.01.2006"
ShowReadingTime: true
ShowShareButtons: true
defaultTheme: auto
disableThemeToggle: false
# opengraph
title: ITdoxy
description: Ваш проводник в мир IT
images:
- background-1920x1080.jpg
# home-info mode
homeInfoParams:
LogoUrl: "logo-512x512.png"
LogoWidth: 350 # custom size
LogoHeight: 350 # custom size
Title: "Ваш проводник в мир IT 💻"
Content: |
У нас вы сможете найти разнообразные статьи в сфере информационных технологий, посвящённые системному
и сетевому администрированию, программированию, базам данных, Linux и не только.
socialIcons:
- name: telegram
url: "https://t.me/ITdoxy"
- name: vk
url: "https://vk.com/itdoxy"
- name: twitter
url: "https://twitter.com/ITdoxy"
ShareButtons: ["x", "linkedin", "reddit", "whatsapp", "telegram", "ycombinator"] # To customize which share buttons to be enabled on page
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"