-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
118 lines (96 loc) · 2.87 KB
/
config.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
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
######################## default configuration ####################
baseURL = "https://ahmed78.me/"
title = "Ahmed Sidi Mohamed | portfolio"
theme = "gofolium"
# post pagination
paginate = "3"
# post excerpt
summaryLength = "10"
# disable language
disableLanguages = [] # desable language from here
# unsafe html
[markup.goldmark.renderer]
unsafe = true
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "https://ahmed78.me/plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "https://ahmed78.me/plugins/themify-icons/themify-icons.css"
# JS Plugins
[[params.plugins.js]]
link = "https://ahmed78.me/plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "https://ahmed78.me/plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "https://ahmed78.me/plugins/particles/particles.min.js"
[[params.plugins.js]]
link = "https://ahmed78.me/plugins/particles/stats.min.js"
[[params.plugins.js]]
link = "https://ahmed78.me/plugins/reading-time/readingTime.min.js"
############################## navigation ###############################
# main menu
[[menu.main]]
name = "home"
URL = "home"
weight = 1
[[menu.main]]
name = "about"
URL = "about"
weight = 2
[[menu.main]]
name = "project"
URL = "project"
weight = 5
[[menu.main]]
name = "blog"
URL = "blog"
weight = 6
[[menu.main]]
name = "contact"
URL = "contact"
weight = 7
#################### default parameters ################################
[params]
logo = "images/logo/logo.png"
# Meta data
description = "This is meta description"
author = "Ahmed Sidi Mohamed"
# Google Analitycs
google_analitycs_id = "G-SK6EP7F2KK" # your id
# body particles
particles = true
# Preloader
[params.preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[params.navigation_button]
enable = true
label = "contact"
link = "contact"
############################# social site ########################
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/ahmed00078/"
[[params.social]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://www.linkedin.com/in/ahmed-sidi-mohamed/
link = "https://www.linkedin.com/in/ahmed-sidi-mohamed/"
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
# copyright
copyright = "Copyright © 2024 by [Ahmed Sidi Mohamed](https://www.linkedin.com/in/ahmed-sidi-mohamed)"
################################### French language #####################################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
weight = 2
# copyright
copyright = "Droit d'auteur © 2024 par [Ahmed Sidi Mohamed](https://www.linkedin.com/in/ahmed-sidi-mohamed)"