tree: 96914962183d40eff335836aa7d24a578a1fa9f9 [path history] [tgz]
  1. _design/
  2. _includes/
  3. _layouts/
  4. _posts/
  5. apache/
  6. content/
  7. contribute/
  8. css/
  9. dtds.data/
  10. help/
  11. img/
  12. js/
  13. learn/
  14. meet/
  15. start/
  16. _config.yml
  17. atom.xml
  18. doap.rdf
  19. favicon.ico
  20. index.md
  21. liveedit.sh
  22. readme.md
  23. regenerate.sh
readme.md

Wicket Site

This is a project for tracking a new design for the Apache Wicket website. The site is generated to static html using jekyll.

If you want to see how it might look in the future, see the file wicketsite5.pdf

If you want to see how it looks now, see the generated markup.

Running the site

Use (after installing jekyll) the following command to run jekyll in a server mode:

$ ./regenerate.sh

This instructs jekyll to generate new output whenever something changes on the filesystem, and serve those files to the default port (4000) on your box.

Note that this script restores Subversion (.svn) subfolders inside _site, which are erased when Jekyll is generating the content.