forked from softwaresaved/sample-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (39 loc) · 1.29 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
# Site settings
project_name: The Software Sustainability Institute
project_site: http://softwaresaved.github.io/sample-site
software_name: SOFTWARE
email: info@software.ac.uk
mailing_list: MAILINGLIST@TODO
mailing_list_archive: http://www.google.co.uk
issue_tracker: http://github.com/softwaresaved/sample-site/issues
issue_tracker_new_issue: http://github.com/softwaresaved/sample-site/issues/new
code_repository: http://github.com/PROJECT/CODE_REPOSITORY
doc_repository: http://github.com/softwaresaved/sample-site
copyright: 2014-2016, ORGANISATION. All rights reserved.
doc_licence: "Creative Commons Attribution-NonCommercial 2.5 UK: Scotland (CC BY-NC 2.5 SCOTLAND)"
doc_licence_url: http://creativecommons.org/licenses/by-nc/2.5/scotland/
# gh-pages site subpath
baseurl: "/sample-site"
# Entries for menubar.
# title: caption used for item.
# url: relative path to HTML page.
menubar:
- title: Home
url: /index.html
- title: Use
url: /user/index.html
- title: Develop
url: /developer/index.html
- title: Research
url: /research/index.html
- title: Contribute
url: /project/Contributing.html
- title: Get in Touch
url: /project/HelpAndSupport.html
- title: Copyright and Licence
url: /CopyrightLicence.html
- title: Site Map
url: /SiteMap.html
# Build settings
highlighter: rouge
markdown: kramdown