Copyright year updated
1 file changed
tree: a3aabdec0f7146205bf81d95ac7ccd710a632ee0
  1. 2009/
  2. 2010/
  3. 2011/
  4. 2012/
  5. 2013/
  6. 2014/
  7. 2015/
  8. 2016/
  9. 2017/
  10. 2018/
  11. _includes/
  12. _layouts/
  13. _plugins/
  14. _sass/
  15. apache/
  16. community/
  17. content/
  18. contribute/
  19. css/
  20. dtds.data/
  21. fonts/
  22. help/
  23. img/
  24. javascript/
  25. learn/
  26. news/
  27. start/
  28. .gitignore
  29. .project
  30. _config.yml
  31. archetype-catalog.xml
  32. atom.xml
  33. doap.rdf
  34. favicon.ico
  35. Gemfile
  36. index.md
  37. 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.