comparison _config_Savannah.yml @ 255:bdfeef18fc48

Improve Savannah hosting script. * Makefile: use dedicated config for Savannah * _config_Savannah.yml: new config.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 13 Jul 2021 13:50:55 +0900
parents
children
comparison
equal deleted inserted replaced
254:913a36644f74 255:bdfeef18fc48
1 title: GNU Octave
2 email: octave-maintainers@gnu.org
3 description: >- # this means to ignore newlines until "baseurl:"
4 GNU Octave is a programming language for scientific computing.
5
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
13 discourse_url: "https://octave.discourse.group/"
14 wiki_url: "https://wiki.octave.org"
15 faq_url: "https://wiki.octave.org/faq"
16 docs_url: "https://octave.org/doc/latest/"
17 bugs_url: "https://bugs.octave.org/"
18 sourceforge_url: "https://octave.sourceforge.io"
19 packages_url: "https://gnu-octave.github.io/packages/"
20 maintainers_email: "octave-maintainers@gnu.org"
21 help_email: "help-octave@gnu.org"
22 timezone: "UTC0"
23
24 # Build settings
25 markdown: kramdown
26 highlighter: rouge
27 kramdown:
28 input: GFM
29 syntax_highlighter: rouge
30
31 # Empty 'include' list overrides the default setting `include: [".htaccess"]`.
32 # See <https://github.com/jekyll/jekyll/issues/3958>.
33 include: []
34
35 exclude:
36 - Gemfile
37 - Gemfile.lock
38 - Makefile
39 - README.md
40 # - .htaccess # Needed for GNU Savannah