TAMAYA-178: Fix broken teplates

* Removed old headers, old variable references.
* Adapted to new references from jbake.properties.
* Reduces the number of errors during jbake runs.
42 files changed
tree: 93e9d7d1dddf9d1cdc0fb37eaf35ef2a5d9f825d
  1. assets/
  2. bin/
  3. content/
  4. templates/
  5. .gitignore
  6. bake.sh
  7. copysite.sh
  8. jbake.properties
  9. README.md
README.md

Apache Tamaya Incubating SITE repository

This repository contains the homepage of Apache Tamaya (incubating). We are using jBake to generate a static page. It is enhanced by maven-generated artifacts such as Javadoc.

Current status

2016-09: plan to migrate

Available branches

Master branch

Contains the jbake original files and all binaries (images, fonts, static JS) and the base contents.

tbd:

  • basic file layout?
  • what goes where?

ASF-site branch

Is linked to .... https://issues.apache.org/jira/browse/INFRA-12814

How to generate a new page

Locally

tbd

  1. Clone this repository.
  2. Launch the bash script
$ ./bake.sh
  1. Point your browser to http://localhost:8820/

Remote

tbd

  1. Generate Javadoc for Tamaya
  2. Launch the bash script to generate the homepage and switch the the asf branch:
$ git checkout master
$ ./copy-site.sh
  1. Make sure you are on branch asf-site! Copy the generated Javadoc into apidocs
$ git checkout asf-site
$ cp -r pathToJavadoc/* ./apidocs/
  1. Push your changes
$ git push
  1. Wait a couple of minutes for the gitpubsub to happen.
  2. Go to xyz/tbd in your browser