changeset 218:025ebd8ded7e

_config.yml: enable deployment on other targets.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 15 Sep 2020 14:56:05 +0900
parents 6de5c7dcc43f
children 88d6e1e48892
files _config.yml
diffstat 1 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 <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"
@@ -23,12 +29,12 @@
   input: GFM
   syntax_highlighter: rouge
 
+# Empty 'include' list overrides the default setting `include: [".htaccess"]`.
+# See <https://github.com/jekyll/jekyll/issues/3958>.
+include: []
+
 exclude:
   - Makefile
   - Gemfile
   - Gemfile.lock
-  - node_modules
-  - vendor/bundle/
-  - vendor/cache/
-  - vendor/gems/
-  - vendor/ruby/
+  - .htaccess  # Needed for GNU Savannah