annotate _config.yml @ 26:9d1a3cc45b0c

Revert "add highlighter explicitly to config" This reverts commit fb357f26bed46330b6d28a4f7e337043a95ea5ce. Incompatible with gh-pages and seemed to work fine with pygments.
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 15 Nov 2015 21:53:40 -0800
parents d3ca915e39d1
children 644dbdc82430 44fe33d46ee6
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
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
9 title: Octave
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:"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
12 Octave is a programming language for scientific computing.
4
682549932903 settings for gh-pages
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 3
diff changeset
13 baseurl: "/octave-web" # the subpath of your site, e.g. /blog
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
14 url: "//www.octave.org" # the base hostname & protocol for your site
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
15 wiki_url: "//wiki.octave.org"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
16 faq_url: "//wiki.octave.org/faq"
21
d3ca915e39d1 update docs url
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents: 20
diff changeset
17 docs_url: "//www.gnu.org/software/octave/doc/interpreter/"
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
18 maintainers_email: "maintainers@octave.org"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
19 help_email: "help@octave.org"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
20 irc_channel: "#octave"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
21 irc_network: "irc.freenode.net"
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
22
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
23 # Build settings
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
24 markdown: kramdown