-
Notifications
You must be signed in to change notification settings - Fork 0
/
couscous.yml
49 lines (42 loc) · 1.62 KB
/
couscous.yml
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
template:
# If you are using a remote template, you can set the Git URL
directory: website
# url: https://github.com/CouscousPHP/Template-ReadTheDocs
# Name of the index file (default is "README.md")
index: about.md
# List of directories to include in the processing (by default it's empty, so all markdown files are parsed)
# Paths are relative to the optional source path given when generating the website, repository root by default
include:
- docs
# List of directories to exclude from the processing (default contains "vendor" and "website")
# Paths are relative to the optional include paths given when generating the website, repository root by default
exclude:
- website
# This special entry will ask Couscous to read the exluded directories from your ".gitignore" file
- %gitignore%
# 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: https://danbjoseph.github.io/drones
# Used to link to the GitHub project
github:
user: danbjoseph
repo: drones
title: Mapping
subTitle: with DIY drones
# The left menu bar
menu:
items:
about:
text: About
relativeUrl:
build:
text: "<i class=\"fa fa-fw fa-wrench\"></i> Build"
relativeUrl: build.html
fly:
text: "<i class=\"fa fa-fw fa-paper-plane\"></i> Fly"
relativeUrl: fly.html
map:
text: "<i class=\"fa fa-fw fa-map\"></i> Map"
relativeUrl: map.html
# Set the target branch in which to deploy the generated website
branch: gh-pages