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

If Jekyll is missing any dependency then run bundle install.