annotate _config.yml @ 171:6336599b3bd4

* _includes/install.html: Use GNU ftpmirror pages.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 04 Mar 2019 11:50:23 +0100
parents aaf612aece2b
children 7a664b44fd8d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
1 # Welcome to Jekyll!
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
2 #
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
3 # This config file is meant for settings that affect your whole blog, values
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
4 # which you are expected to set up once and rarely need to edit after that.
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
5 # For technical reasons, this file is *NOT* reloaded automatically when you use
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
6 # 'jekyll serve'. If you change this file, please restart the server process.
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
7
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
8 # Site settings
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 26
diff changeset
9 title: GNU Octave
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
10 email: maintainers@octave.org
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
11 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
12 GNU Octave is a programming language for scientific computing.
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 37
diff changeset
13 baseurl: "/software/octave" # the subpath of your site, e.g. /blog
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 37
diff changeset
14 url: "https://www.gnu.org" # the base hostname & protocol for your site
136
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
15 wiki_url: "https://wiki.octave.org"
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
16 faq_url: "https://wiki.octave.org/faq"
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 37
diff changeset
17 docs_url: "https://www.gnu.org/software/octave/doc/interpreter"
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 37
diff changeset
18 bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
132
3a6d7e9903a0 Improve text about implementing missing functions (bug #40990)
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 124
diff changeset
19 sourceforge_url: "https://octave.sourceforge.io"
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
20 maintainers_email: "maintainers@octave.org"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
21 help_email: "help@octave.org"
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
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 37
diff changeset
28 highlighter: pygments
120
bfdbe4eb3128 * Makefile: automating deployment.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 95
diff changeset
29
bfdbe4eb3128 * Makefile: automating deployment.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 95
diff changeset
30 exclude: ["Makefile"]