-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcouscous.yml
More file actions
29 lines (25 loc) · 880 Bytes
/
couscous.yml
File metadata and controls
29 lines (25 loc) · 880 Bytes
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
template:
# Name of the directory containing the website template (default is "website")
directory: website
# Or if you are using a remote template, you can set the Git URL
url: https://github.com/CouscousPHP/Template-Light.git
# Any variable you put in this file is also available in the Twig layouts:
title: Dicentis Documentation
subTitle: For Users and Developers
github:
user: dicentis
repo: dicentis
# The left menu bar
menu:
items:
home:
text: "<i class=\"fa fa-github\"></i> Home"
# You can use relative urls
relativeUrl: index.html
dicentis:
text: Dicentis.io
# Dicenits Home page
absoluteUrl: https://dicentis.io
# Base URL of the published website (no "/" at the end!)
# You are advised to set and use this variable to write your links in the HTML layouts
baseUrl: http://dicentis.github.io/documentation