Update to last 6.x version
7 files changed
tree: 26427b8d67cbfb86ccbad64a32fc7c2476567865
  1. 2009/
  2. 2010/
  3. 2011/
  4. 2012/
  5. 2013/
  6. 2014/
  7. 2015/
  8. 2016/
  9. _includes/
  10. _layouts/
  11. _plugins/
  12. _sass/
  13. apache/
  14. community/
  15. content/
  16. contribute/
  17. css/
  18. dtds.data/
  19. fonts/
  20. help/
  21. img/
  22. javascript/
  23. learn/
  24. news/
  25. start/
  26. .gitignore
  27. _config.yml
  28. archetype-catalog.xml
  29. atom.xml
  30. doap.rdf
  31. favicon.ico
  32. Gemfile
  33. index.md
  34. readme.md
readme.md

Wicket new site

This repository contains the site of Apache Wicket framework.

Project info

The site is based on Jekyll. So you have to be familiar with Markdown template language and have Jekyll (ver. 3+) installed to contribute to the project.

Run the project

Just go on project root folder and execute jekyll serve -w to generate the static HTML and start the local server. The project comes with all the dependencies you need (css, js, pictures, etc.) so you don't need any preliminary operation before running Jekyll.