comparison _config.yml @ 218:025ebd8ded7e

_config.yml: enable deployment on other targets.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Sep 2020 14:56:05 +0900
parents dedb85c54245
children c98ea1e70392
comparison
equal deleted inserted replaced
217:6de5c7dcc43f 218:025ebd8ded7e
1 title: GNU Octave 1 title: GNU Octave
2 email: octave-maintainers@gnu.org 2 email: octave-maintainers@gnu.org
3 description: >- # this means to ignore newlines until "baseurl:" 3 description: >- # this means to ignore newlines until "baseurl:"
4 GNU Octave is a programming language for scientific computing. 4 GNU Octave is a programming language for scientific computing.
5 #baseurl: "/software/octave" # only needed for publication at gnu.org 5
6 url: "https://www.gnu.org" # the base hostname & protocol for your site 6 # For GNU Savannah <https://www.gnu.org/software/octave>
7 #url: "https://www.gnu.org" # the base hostname & protocol for your site
8 #baseurl: "/software/octave"
9
10 # For GitHub pages
11 url: "https://gnu-octave.github.io"
12
7 discourse_url: "https://octave.discourse.group/" 13 discourse_url: "https://octave.discourse.group/"
8 wiki_url: "https://wiki.octave.org" 14 wiki_url: "https://wiki.octave.org"
9 faq_url: "https://wiki.octave.org/faq" 15 faq_url: "https://wiki.octave.org/faq"
10 docs_url: "https://www.gnu.org/software/octave/doc/latest" 16 docs_url: "https://www.gnu.org/software/octave/doc/latest"
11 bugs_url: "https://savannah.gnu.org/bugs/?group=octave" 17 bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
21 highlighter: rouge 27 highlighter: rouge
22 kramdown: 28 kramdown:
23 input: GFM 29 input: GFM
24 syntax_highlighter: rouge 30 syntax_highlighter: rouge
25 31
32 # Empty 'include' list overrides the default setting `include: [".htaccess"]`.
33 # See <https://github.com/jekyll/jekyll/issues/3958>.
34 include: []
35
26 exclude: 36 exclude:
27 - Makefile 37 - Makefile
28 - Gemfile 38 - Gemfile
29 - Gemfile.lock 39 - Gemfile.lock
30 - node_modules 40 - .htaccess # Needed for GNU Savannah
31 - vendor/bundle/
32 - vendor/cache/
33 - vendor/gems/
34 - vendor/ruby/