Announce for 7.15.0 and 8.6.0
107 files changed
tree: 89f1980930d5fec13d053ceb806a8a350cf26947
  1. 2009/
  2. 2010/
  3. 2011/
  4. 2012/
  5. 2013/
  6. 2014/
  7. 2015/
  8. 2016/
  9. 2017/
  10. 2018/
  11. 2019/
  12. _includes/
  13. _layouts/
  14. _plugins/
  15. _sass/
  16. apache/
  17. community/
  18. content/
  19. contribute/
  20. css/
  21. dtds.data/
  22. fonts/
  23. help/
  24. history/
  25. img/
  26. javascript/
  27. learn/
  28. news/
  29. start/
  30. .gitignore
  31. .htaccess
  32. .project
  33. _config.yml
  34. archetype-catalog.xml
  35. atom.xml
  36. doap.rdf
  37. favicon.ico
  38. Gemfile
  39. index.md
  40. readme.md
  41. tumblr.json
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.