This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (59 loc) · 1.9 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
################################### Default Configuration ############################
baseurl = "https://friending.jrbeverly.me"
languageCode = "en"
title = "Friending"
theme = "vex"
#################################### Plugins ##########################################
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "https://fonts.googleapis.com/css?family=Droid+Serif:400i|Source+Sans+Pro:300,400,600,700"
[[params.plugins.css]]
URL = "https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700"
[[params.plugins.css]]
URL = "css/bootstrap.min.css"
[[params.plugins.css]]
URL = "css/themefisher-fonts.css"
[[params.plugins.css]]
URL = "css/owl.carousel.css"
[[params.plugins.css]]
URL = "css/magnific-popup.css"
# JS Plugins
[[params.plugins.js]]
URL = "js/jquery-3.5.0.min.js"
[[params.plugins.js]]
URL = "js/bootstrap.min.js"
[[params.plugins.js]]
URL = "js/owl.carousel.min.js"
[[params.plugins.js]]
URL = "js/jquery.magnific-popup.min.js"
###################################### Navigation ######################################
[menu]
[[menu.main]]
name = "Application"
URL = "./friending/"
weight = 2
[[menu.main]]
name = "User Guide"
URL = "./guide/"
weight = 3
[[menu.main]]
name = "Manual"
URL = "https://github.com/thefriending/manual/releases/latest"
weight = 4
[[menu.main]]
name = "GitHub"
URL = "https://github.com/thefriending"
weight = 5
########################### Default parameters ##########################
[params]
logo = "images/favicon.ico"
home = "Home"
# Meta data
description = "Friending"
author = "Jonathan Beverly"
copyright = "Site by [jrbeverly](https://jrbeverly.me)"
attribution = "Theme by [themefisher](http://www.Themefisher.com) used under [CCBY3](https://creativecommons.org/licenses/by/3.0/) - Alterations to theme have been made"
# Preloader
[params.preloader]
enable = true