view _config.yml @ 138:88f15c74aa24

Announce OctConf 2018 with alert-box. * _includes/header.html: Add a closeable banner to each page. * _includes/head.html: Include foundation.alert.js.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 22 Jan 2018 23:44:32 +0100
parents aaf612aece2b
children 7a664b44fd8d
line wrap: on
line source

# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.

# Site settings
title: GNU Octave
email: maintainers@octave.org
description: > # this means to ignore newlines until "baseurl:"
  GNU Octave is a programming language for scientific computing.
baseurl: "/software/octave" # the subpath of your site, e.g. /blog
url: "https://www.gnu.org" # the base hostname & protocol for your site
wiki_url: "https://wiki.octave.org"
faq_url: "https://wiki.octave.org/faq"
docs_url: "https://www.gnu.org/software/octave/doc/interpreter"
bugs_url: "https://savannah.gnu.org/bugs/?group=octave"
sourceforge_url: "https://octave.sourceforge.io"
maintainers_email: "maintainers@octave.org"
help_email: "help@octave.org"
irc_channel: "#octave"
irc_network: "irc.freenode.net"
timezone: "UTC0"

# Build settings
markdown: kramdown
highlighter: pygments

exclude: ["Makefile"]