view _config.yml @ 235:96aef157a397

* Gemfile.lock: Bundle update
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 24 Jan 2021 14:53:37 +0900
parents 236c0b1f7515
children 598d7f098082
line wrap: on
line source

title: GNU Octave
email: octave-maintainers@gnu.org
description: >- # this means to ignore newlines until "baseurl:"
  GNU Octave is a programming language for scientific computing.

# For GNU Savannah <https://www.gnu.org/software/octave>
#url: "https://www.gnu.org"  # the base hostname & protocol for your site
#baseurl: "/software/octave"

# For GitHub pages
url: "https://gnu-octave.github.io"

discourse_url: "https://octave.discourse.group/"
wiki_url: "https://wiki.octave.org"
faq_url: "https://wiki.octave.org/faq"
docs_url: "https://www.gnu.org/software/octave/doc/latest"
bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
sourceforge_url: "https://octave.sourceforge.io"
pkg_index_url: "https://gnu-octave.github.io/pkg-index/"
maintainers_email: "octave-maintainers@gnu.org"
help_email: "help-octave@gnu.org"
irc_channel: "#octave"
irc_network: "irc.freenode.net"
timezone: "UTC0"

# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
  input: GFM
  syntax_highlighter: rouge

# Empty 'include' list overrides the default setting `include: [".htaccess"]`.
# See <https://github.com/jekyll/jekyll/issues/3958>.
include: []

exclude:
  - Gemfile
  - Gemfile.lock
  - Makefile
  - README.md
  - .htaccess  # Needed for GNU Savannah