| # 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. |
| |
| site: |
| host: https://netbeans.apache.org |
| |
| render: |
| tags: false |
| sitemap: true |
| index: false |
| archive: false |
| feed: true |
| |
| template: |
| page: |
| file: page.gsp |
| platform_tutorial: |
| file: platform_tutorial.gsp |
| tutorial: |
| file: tutorial.gsp |
| page_noaside: |
| file: page_noaside.gsp |
| page_front: |
| file: page_front.gsp |
| wikidev: |
| file: wikidev.gsp |
| wikidevindex: |
| file: wikidevindex.gsp |
| wiki: |
| file: wiki.gsp |
| raw: |
| file: raw.gsp |
| sitemap: |
| file: sitemap.gsp |
| blogindex: |
| file: blogindex.gsp |
| post: |
| file: blogentry.gsp |
| feed: |
| file: feed.ftl |
| |
| feed: |
| file: blogs/atom |
| |
| asciidoctor: |
| attributes: |
| export: true |
| |
| # index: |
| # file: index.gsp |
| # archive: |
| # file: archive.gsp |
| # tag: |
| # file: tags.gsp |
| # sitemap: |
| # file: sitemap.gsp |
| # post: |
| # file: post.gsp |
| # page: |
| # file: page.gsp |
| # feed: |
| # file: feed.gsp |
| # kbase: |
| # file: kbase.gsp |
| # |
| # markdown: |
| # extensions: ALL, -HARDWRAPS |
| |
| globals: |
| test: |
| data: This is a test |