annotate _config.yml @ 292:bc36619e9e10 default tip

* governance.md: improve text
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 31 May 2022 01:45:26 +0900
parents 913a36644f74
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26
diff changeset
1 title: GNU Octave
215
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
2 email: octave-maintainers@gnu.org
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
3 description: >- # this means to ignore newlines until "baseurl:"
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26
diff changeset
4 GNU Octave is a programming language for scientific computing.
218
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
5
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
6 # For GNU Savannah <https://www.gnu.org/software/octave>
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
7 #url: "https://www.gnu.org" # the base hostname & protocol for your site
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
8 #baseurl: "/software/octave"
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
9
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
10 # For GitHub pages
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
11 url: "https://gnu-octave.github.io"
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
12
189
1b7537d7e54b * get-involved.md: Overhaul page, avoid redundancy with the wiki.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 182
diff changeset
13 discourse_url: "https://octave.discourse.group/"
136
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
14 wiki_url: "https://wiki.octave.org"
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
15 faq_url: "https://wiki.octave.org/faq"
241
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 228
diff changeset
16 docs_url: "https://octave.org/doc/latest/"
598d7f098082 Overhaul website, less JavaScript, more FontAwesome.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 228
diff changeset
17 bugs_url: "https://bugs.octave.org/"
132
3a6d7e9903a0 Improve text about implementing missing functions (bug #40990)
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 124
diff changeset
18 sourceforge_url: "https://octave.sourceforge.io"
247
bc6c8f2ed4fb Update Octave Packages URL.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 241
diff changeset
19 packages_url: "https://gnu-octave.github.io/packages/"
215
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
20 maintainers_email: "octave-maintainers@gnu.org"
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
21 help_email: "help-octave@gnu.org"
124
666ca704a210 Add timezone to _config.yml for consistent builds
Mike Miller <mtmiller@octave.org>
parents: 120
diff changeset
22 timezone: "UTC0"
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
23
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
24 # Build settings
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
25 markdown: kramdown
215
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
26 highlighter: rouge
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
27 kramdown:
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
28 input: GFM
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
29 syntax_highlighter: rouge
120
bfdbe4eb3128 * Makefile: automating deployment.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 95
diff changeset
30
218
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
31 # Empty 'include' list overrides the default setting `include: [".htaccess"]`.
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
32 # See <https://github.com/jekyll/jekyll/issues/3958>.
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
33 include: []
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
34
182
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
35 exclude:
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
36 - Gemfile
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
37 - Gemfile.lock
220
c98ea1e70392 _config.yml: don't deploy README.md.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 218
diff changeset
38 - Makefile
c98ea1e70392 _config.yml: don't deploy README.md.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 218
diff changeset
39 - README.md
218
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
40 - .htaccess # Needed for GNU Savannah