-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
44 lines (37 loc) · 882 Bytes
/
hugo.toml
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
baseURL = 'https://learn.golangar.dev/'
languageCode = 'ar-sa'
title = 'تعلم Go مع الاختبارات'
theme = 'hextra'
defaultContentLanguage = 'ar'
defaultContentLanguageInSubdir = true
[languages]
[languages.ar]
languageDirection = 'rtl'
weight = 1
[[menu.main]]
identifier = "الكتاب"
name = "لنبدأ القراءة"
pageRef = "/docs"
weight = 1
[[menu.main]]
name = "Search"
weight = 5
[menu.main.params]
type = "search"
[[menu.main]]
name = "GitHub"
weight = 6
url = "https://github.com/EssaAlshammri/learn-go-with-tests-arabic"
[menu.main.params]
icon = "github"
[params.navbar]
displayTitle = true
displayLogo = true
[params.navbar.logo]
path = "images/icon.png"
link = "/ar/docs"
width = 20
height = 20
[params.editURL]
enable = true
base = "https://github.com/EssaAlshammri/learn-go-with-tests-arabic/edit/main/content/"