annotate _config.yml @ 247:bc6c8f2ed4fb

Update Octave Packages URL.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 29 Mar 2021 13:28:06 +0900
parents 598d7f098082
children 913a36644f74
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"
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
22 irc_channel: "#octave"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
23 irc_network: "irc.freenode.net"
124
666ca704a210 Add timezone to _config.yml for consistent builds
Mike Miller <mtmiller@octave.org>
parents: 120
diff changeset
24 timezone: "UTC0"
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
25
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
26 # Build settings
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
27 markdown: kramdown
215
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
28 highlighter: rouge
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
29 kramdown:
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
30 input: GFM
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
31 syntax_highlighter: rouge
120
bfdbe4eb3128 * Makefile: automating deployment.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 95
diff changeset
32
218
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
33 # 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
34 # 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
35 include: []
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
36
182
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
37 exclude:
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
38 - Gemfile
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
39 - Gemfile.lock
220
c98ea1e70392 _config.yml: don't deploy README.md.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 218
diff changeset
40 - Makefile
c98ea1e70392 _config.yml: don't deploy README.md.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 218
diff changeset
41 - README.md
218
025ebd8ded7e _config.yml: enable deployment on other targets.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 215
diff changeset
42 - .htaccess # Needed for GNU Savannah