comparison _config.yml @ 215:dedb85c54245

Reorganize homepage.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 10 Sep 2020 17:47:36 +0900
parents 1b7537d7e54b
children 025ebd8ded7e
comparison
equal deleted inserted replaced
214:fe5dcb23372a 215:dedb85c54245
1 # Welcome to Jekyll!
2 #
3 # This config file is meant for settings that affect your whole blog, values
4 # which you are expected to set up once and rarely edit after that. If you find
5 # yourself editing this file very often, consider using Jekyll's data files
6 # feature for the data you need to update frequently.
7 #
8 # For technical reasons, this file is *NOT* reloaded automatically when you use
9 # 'bundle exec jekyll serve'. If you change this file, please restart the server
10 # process.
11
12
13 # Site settings
14 # These are used to personalize your new site. If you look in the HTML files,
15 # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
16 # You can create any custom variable you would like, and they will be accessible
17 # in the templates via {{ site.myvariable }}.
18 title: GNU Octave 1 title: GNU Octave
19 email: maintainers@octave.org 2 email: octave-maintainers@gnu.org
20 description: > # this means to ignore newlines until "baseurl:" 3 description: >- # this means to ignore newlines until "baseurl:"
21 GNU Octave is a programming language for scientific computing. 4 GNU Octave is a programming language for scientific computing.
22 baseurl: "/software/octave" # the subpath of your site, e.g. /blog 5 #baseurl: "/software/octave" # only needed for publication at gnu.org
23 url: "https://www.gnu.org" # the base hostname & protocol for your site 6 url: "https://www.gnu.org" # the base hostname & protocol for your site
24 discourse_url: "https://octave.discourse.group/" 7 discourse_url: "https://octave.discourse.group/"
25 wiki_url: "https://wiki.octave.org" 8 wiki_url: "https://wiki.octave.org"
26 faq_url: "https://wiki.octave.org/faq" 9 faq_url: "https://wiki.octave.org/faq"
27 docs_url: "https://www.gnu.org/software/octave/doc/latest" 10 docs_url: "https://www.gnu.org/software/octave/doc/latest"
28 bugs_url: "https://savannah.gnu.org/bugs/?group=octave" 11 bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
29 sourceforge_url: "https://octave.sourceforge.io" 12 sourceforge_url: "https://octave.sourceforge.io"
30 maintainers_email: "maintainers@octave.org" 13 maintainers_email: "octave-maintainers@gnu.org"
31 help_email: "help@octave.org" 14 help_email: "help-octave@gnu.org"
32 irc_channel: "#octave" 15 irc_channel: "#octave"
33 irc_network: "irc.freenode.net" 16 irc_network: "irc.freenode.net"
34 timezone: "UTC0" 17 timezone: "UTC0"
35 18
36 # Build settings 19 # Build settings
37 markdown: kramdown 20 markdown: kramdown
38 highlighter: pygments 21 highlighter: rouge
22 kramdown:
23 input: GFM
24 syntax_highlighter: rouge
39 25
40 exclude: 26 exclude:
41 - Makefile 27 - Makefile
42 - Gemfile 28 - Gemfile
43 - Gemfile.lock 29 - Gemfile.lock