Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Website directions on this page were completely wrong. Removed them and added a pointer to the correct directions.

...

Code Block
git commit --allow-empty -m "Closes #6 *Won't fix*"
git push origin

Website publishing

The Geode website is maintained as part of the repository under the gemfire, within the geode-site/ folder. We use JBake template management system to turn markdown (.md) templates into static html pages. Those static html pages can then be published as http://geode.incubator.apache.org by committing them to a dedicated publishing branch in Geode's repo: asf-site. The whole process is automated using Gradle tasks and consists of the following steps: 

...

Edit the content in a usual manner (md files are located under src/jbake/content)

...

Take a look at you changed by building and running the website via:
   $ gradle jbakeRun
and navigating to: http://localhost:8820

...

If you're satisfied with the result make sure to commit the changes to md files to the develop branch

...

 directory. Instructions for updating the website are in the geode-site/website/README.md file.