This is an automated email from the ASF dual-hosted git repository. aloalt pushed a commit to branch 2pk03-fix-127 in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
commit a6a41a2b2303a6721199b552a26bcb0ea0cbd798 Author: Alexander Alten <[email protected]> AuthorDate: Thu Dec 14 08:20:53 2023 +0100 Delete _config.yml --- _config.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 29306bd..0000000 --- a/_config.yml +++ /dev/null @@ -1,41 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -url: "http://127.0.0.1:4000" -baseurl: "/" -title: "Apache Wayang" -permalink: pretty -collections: - publications: - output: true -asciidoc: {} -asciidoctor: - base_dir: :docdir - safe: unsafe - attributes: - - idseparator=_ - - source-highlighter=coderay - - icons=font -compress_html: - clippings: all - comments: ["<!-- ", " -->"] - endings: all - ignore: - envs: [local] - blanklines: false - profile: true - startings: [html, head, body]
