annotate _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
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.
215
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
5 #baseurl: "/software/octave" # only needed for publication at gnu.org
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
6 url: "https://www.gnu.org" # the base hostname & protocol for your site
189
1b7537d7e54b * get-involved.md: Overhaul page, avoid redundancy with the wiki.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 182
diff changeset
7 discourse_url: "https://octave.discourse.group/"
136
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
8 wiki_url: "https://wiki.octave.org"
aaf612aece2b Use https URLs where possible
Mike Miller <mtmiller@octave.org>
parents: 132
diff changeset
9 faq_url: "https://wiki.octave.org/faq"
189
1b7537d7e54b * get-involved.md: Overhaul page, avoid redundancy with the wiki.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 182
diff changeset
10 docs_url: "https://www.gnu.org/software/octave/doc/latest"
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 37
diff changeset
11 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
12 sourceforge_url: "https://octave.sourceforge.io"
215
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
13 maintainers_email: "octave-maintainers@gnu.org"
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
14 help_email: "help-octave@gnu.org"
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
15 irc_channel: "#octave"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
16 irc_network: "irc.freenode.net"
124
666ca704a210 Add timezone to _config.yml for consistent builds
Mike Miller <mtmiller@octave.org>
parents: 120
diff changeset
17 timezone: "UTC0"
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
18
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
19 # Build settings
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
20 markdown: kramdown
215
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
21 highlighter: rouge
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
22 kramdown:
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
23 input: GFM
dedb85c54245 Reorganize homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 189
diff changeset
24 syntax_highlighter: rouge
120
bfdbe4eb3128 * Makefile: automating deployment.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 95
diff changeset
25
182
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
26 exclude:
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
27 - Makefile
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
28 - Gemfile
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
29 - Gemfile.lock
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
30 - node_modules
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
31 - vendor/bundle/
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
32 - vendor/cache/
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
33 - vendor/gems/
7a664b44fd8d Use Bundler for consistent development environment with Jekyll.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 136
diff changeset
34 - vendor/ruby/