-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
97 lines (81 loc) · 2.6 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
baseURL = "http://shora.ceit.aut.ac.ir/"
languageCode = "fa"
DefaultContentLanguage = "fa"
title = "شورا صنفی دانشکده مهندسی کامپیوتر"
theme = "meghna-hugo"
shamsiDateFormat = "d MMM ماه yyyy"
summaryLength = 10
[taxonomies]
author = "author"
category = "categories"
tag = "tags"
# Menu
[menu]
[[menu.nav]]
name = "فعالیتها"
URL = "about"
weight = 1
[[menu.nav]]
name = "برنامهها"
URL = "pricing"
weight = 2
[[menu.nav]]
name = "تازهها"
URL = "blog"
weight = 3
[[menu.nav]]
name = "معرفی"
URL = "our-team"
weight = 4
[[menu.nav]]
name = "سایر لینکها"
URL = "services"
weight = 5
[[menu.nav]]
name = "ارتباط با ما"
URL = "contact-us"
weight = 6
# Site params
[params]
logo = "images/headerCElogo.png"
logoFooter = "images/footerCElogo.png"
gmapAPI = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1145.48700563358!2d51.40774845630745!3d35.70342584247138!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3f8e010d1bda6451%3A0xb68840e07e8e513!2sComputer+Engineering+%26+IT+Department!5e0!3m2!1sen!2s!4v1557781039913!5m2!1sen!2s"
# Meta data
author = "Themefisher"
# Google Analitycs
googleAnalitycsID = "Your ID"
custom_css = ["css/custom.css"]
# Banner Section
[params.banner]
enable = true
bgImage = "images/slider/CEIT.jpg"
heading = "شورای صنفی دانشکده مهندسی کامپیوتر "
content= "توضیحات پایین سایت. برای دیده شدن این متن در فایل hero-area.html را بخش کامنت شده را پاگ کنید."
# call to action
[params.cta]
enable = true
title = "Great Design & Incredible Features"
content= "توضیحات پایین سایت. برای دیده شدن این متن در فایل cta.html را بخش کامنت شده را پاگ کنید."
btnURL = "#"
btnText = "Start a project with us"
# counter
[params.counter]
enable = true
bgImage = "images/backgrounds/line.jpg"
# footer
[params.footer]
copyright = "Themefisher Team"
copyrightURL = "http://www.themefisher.com"
# social Icons
[[params.footer.socialIcon]]
icon = "tf-ion-social-facebook"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-twitter"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-google-outline"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-youtube"
url = "#"