# HG changeset patch # User Kai T. Ohlhus # Date 1600149365 -32400 # Node ID 025ebd8ded7eae574b35f353966f8e3a83d0177f # Parent 6de5c7dcc43f2cf0213e06bcdb3860c6c85f908c _config.yml: enable deployment on other targets. diff -r 6de5c7dcc43f -r 025ebd8ded7e _config.yml --- a/_config.yml Tue Sep 15 14:55:06 2020 +0900 +++ b/_config.yml Tue Sep 15 14:56:05 2020 +0900 @@ -2,8 +2,14 @@ email: octave-maintainers@gnu.org description: >- # this means to ignore newlines until "baseurl:" GNU Octave is a programming language for scientific computing. -#baseurl: "/software/octave" # only needed for publication at gnu.org -url: "https://www.gnu.org" # the base hostname & protocol for your site + +# For GNU Savannah +#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" @@ -23,12 +29,12 @@ input: GFM syntax_highlighter: rouge +# Empty 'include' list overrides the default setting `include: [".htaccess"]`. +# See . +include: [] + exclude: - Makefile - Gemfile - Gemfile.lock - - node_modules - - vendor/bundle/ - - vendor/cache/ - - vendor/gems/ - - vendor/ruby/ + - .htaccess # Needed for GNU Savannah