blob: 4f6322180c0bb44443c9ec7dfc60545747bc6098 [file] [log] [blame]
David Shevitz613ad8f2018-07-31 16:59:51 -07001repository: tomjoht/documentation-theme-jekyll
2
3output: web
4# this property is useful for conditional filtering of content that is separate from the PDF.
5
6topnav_title: Gerrit Code Review
7# this appears on the top navigation bar next to the home button
8
9site_title: Gerrit Code Review
10# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
11
12company_name: Gerrit
13# this appears in the footer
14
David Shevitz613ad8f2018-07-31 16:59:51 -070015google_analytics: UA-107829153-1
16# if you have google-analytics ID, put it in. if not, edit this value to blank.
17
18host: 127.0.0.1
19# the preview server used. Leave as is.
20
21port: 4000
22# 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.
23
24exclude:
25 - .idea/
26 - .gitignore
27 - Gemfile
28 - Gemfile.lock
29 - node_modules
30 - vendor/bundle/
31 - vendor/cache/
32 - vendor/gems/
33 - vendor/ruby/
34 - Dockerfile
35 - docker-compose.yml
36 - docker-entrypoint.sh
37 - createtag
38 - firebase-debug.log
39 - pdf-all.sh
40 - pdf-mydoc.sh
41 - pdf-product1.sh
42 - pdf-product2.sh
43 - update.sh
44# these are the files and directories that jekyll will exclude from the build
45
46feedback_subject_line: Gerrit Code Review Feedback
47
48feedback_email: repo-discuss@googlegroups.com
49# used as a contact email for the Feedback link in the top navigation bar
50
51# feedback_disable: true
52# if you uncomment the previous line, the Feedback link gets removed
53
54# feedback_text: "Need help?"
55# if you uncomment the previous line, it changes the Feedback text
56
57# feedback_link: "http://helpy.io/"
58# if you uncomment the previous line, it changes where the feedback link points to
59
60highlighter: rouge
61# library used for syntax highlighting
62
63markdown: kramdown
64kramdown:
65 input: GFM
66 auto_ids: true
67 hard_wrap: false
68 syntax_highlighter: rouge
Nasser Grainawi5ef9fff2022-01-20 17:07:44 -070069 syntax_highlighter_opts:
70 default_lang: plaintext
David Shevitz613ad8f2018-07-31 16:59:51 -070071
72# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
73
74collections:
75 tooltips:
76 output: false
77# 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
78
79defaults:
80 -
81 scope:
82 path: ""
83 type: "pages"
84 values:
85 layout: "page"
86 comments: false
87 search: true
David Shevitz613ad8f2018-07-31 16:59:51 -070088 topnav: topnav
89 -
90 scope:
91 path: ""
92 type: "tooltips"
93 values:
94 layout: "page"
95 comments: false
96 search: true
97 tooltip: true
98
99 -
100 scope:
101 path: ""
102 type: "posts"
103 values:
104 layout: "post"
105 comments: false
106 search: true
David Shevitz613ad8f2018-07-31 16:59:51 -0700107 topnav: topnav
108
109# these are defaults used for the frontmatter for these file types
110
David Shevitz613ad8f2018-07-31 16:59:51 -0700111description: "The definitive source for all things related to Gerrit Code
112Review."
113# the description is used in the feed.xml file
114
115# needed for sitemap.xml file only
116url: http://www.gerritcodereview.com