-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy path_config.yml
More file actions
76 lines (58 loc) · 2.51 KB
/
_config.yml
File metadata and controls
76 lines (58 loc) · 2.51 KB
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
# set the theme
theme: unidata-jekyll-theme
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 5.9
# this appears on the top navigation bar next to the home button
topnav_title: netCDF-Java
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
site_title: netCDF-Java Documentation
# this appears in the footer
site_topic: netCDF-Java Documentation
# if you're using Github, provide the basepath to the branch you've created for reviews. If not, leave this value blank.
github_editme_path:
# if you have google-analytics ID, put it in. if not, edit this value to blank.
# e.g. google_analytics: UA-92978945-1
google_analytics: UA-92978945-1
# the preview server used. Leave as is.
host: 127.0.0.1
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006.
port: 4005
# these are the files and directories that jekyll will exclude from the build
#exclude:
# - Gemfile.lock
# used for the Feedback link in the top navigation bar
feedback_link: "https://github.com/Unidata/netcdf-java/issues/new?title=Documentation%20feedback"
# library used for syntax highlighting
highlighter: rouge
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true
collections:
tooltips:
output: false
# these are defaults used for the frontmatter for these file types
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: false
sidebar: netcdfJavaTutorial_sidebar
sidebars:
- netcdfJavaTutorial_sidebar
# project logo (32x32), name, main landing page (currently used in the footer)
project_logo: https://www.unidata.ucar.edu/images/logos/thredds_netcdf-32x32.png
project_name: netCDF-Java
project_landing_page: https://unidata.ucar.edu/software/netcdf-java/
# the description is used in the feed.xml file
description: "This is a documentation site for the netCDF-Java, which is part of the THREDDS Project."
# needed for sitemap.xml file only
# must include trailing slash, leave off the version :-)
base_docs_url: https://docs.unidata.ucar.edu/netcdf-java/