-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
96 lines (84 loc) · 2.47 KB
/
_config.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
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
#
# Site Metadata
#
# - name: Site name
# _ baseurl: Optional URL to use if documentation is hosted in a subdirectory `domain.com/{baseurl}`
# - footer: Footer copy
# - logo: Menu bar logo.
# - show: Hide or show article components. Defaults to true
# - external: Links to external sources
# - authors-url: base url for article authors
# NOTE: If you have a baseurl be sure to append it to any static content path e.g.: ${baseurl}/media/images/logo.png
# name: GeoPHP
baseurl: /geophp-documentation
footer: Made with love ❤
logo: ${baseurl}/media/images/logo.jpg
images: ${baseurl}/media/images
show:
status: true
author: true
external:
authors-url: https://github.com/jware-solutions
# Optional cname record to export with your site (for hosting on github pages)
# cname:
#
# Jekyll collections.
#
# Collections represent the top level grouping of articles for a site.
# Collections directories require a leading underscore: "./content/_{collection-name}/"
#
collections:
overview:
getting-started:
geometries:
contributing:
#
# Site Sections
#
# Describes the top level structure of your site
# - tile: Title for top level menu title
# - path: Path to generated article collection
# - collection: The Jekyll collection to use for generating a sub menu of articles (optional).
# - collapsed: Whether articles should show in a tree or collapsed into a single item
# - external-url:
# href: URL of a section that opens up an external site
# new-tab: Whether the external-url should open up in a new tab (optional - defaults to true)
# - scope: Optional scope for all articles in section [internal|external]
#
sections:
- title: "Overview"
url: "/"
collection: overview
collapsed: true
- title: "Getting Started"
url: "/getting-started/"
collection: getting-started
collapsed: true
- title: "Geometries"
url: "/geometries/"
collection: geometries
- title: "Contributing"
url: "/contributing/"
collection: contributing
collapsed: true
- title: See on Github!
collapsed: true
external-url:
href: "https://github.com/jware-solutions/GeoPHP"
new-tab: true
collection: github
#
# Optional Role Filters
#
#roles:
# label: "Show documentation for"
# all: "All Roles"
# options:
# - "Business Analyst"
# - "Developer"
# - "Tester"
# Optional support for versioned docunentation.
# See http://presidium.spandigital.net/recipes/versioning/ for more info
versioned: false
sass:
sass_dir: media/css/_sass