You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2021/08/27 06:14:13 UTC

[drill-site] branch master updated: Remove _config-prod.yaml and remove baseurl from _config.yaml.

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 9452537  Remove _config-prod.yaml and remove baseurl from _config.yaml.
9452537 is described below

commit 9452537b66077ba42f65a84a96b7b8d2194a177e
Author: James Turton <ja...@somecomputer.xyz>
AuthorDate: Fri Aug 27 08:13:46 2021 +0200

    Remove _config-prod.yaml and remove baseurl from _config.yaml.
---
 _config-prod.yml |  3 ---
 _config.yml      | 10 +++++-----
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/_config-prod.yml b/_config-prod.yml
deleted file mode 100644
index f68c645..0000000
--- a/_config-prod.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-# drill.apache.org
-baseurl: ""
-noindex: 0 # Make sure this gets indexed by Google
diff --git a/_config.yml b/_config.yml
index af15cc6..08b4d58 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,13 +7,13 @@ permalink: pretty
 description: > # this means to ignore newlines until "baseurl:"
   The official user documentation for Apache Drill.
 
-baseurl: "/drill" # Base URL when hosted on GitHub Pages (drill repository under apache account)
-noindex: 1
+baseurl: ""
+noindex: 0 # search engine indexing enabled
 
 # Uncomment to use the redcarpet Markdown processor (not supported by GH Pages) instead of Kramdown
-#markdown: redcarpet
-#redcarpet:
-#  extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
+markdown: redcarpet
+redcarpet:
+  extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
 
 collections:
   docs: