Missing file...
1 file changed
tree: ec66285a58e80c5f1c7cc406e6501db7587cbdf5
  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. 2021/
  14. 2022/
  15. _includes/
  16. _layouts/
  17. _plugins/
  18. _sass/
  19. apache/
  20. community/
  21. content/
  22. contribute/
  23. css/
  24. dtds.data/
  25. fonts/
  26. help/
  27. history/
  28. img/
  29. javascript/
  30. learn/
  31. news/
  32. start/
  33. .asf.yaml
  34. .gitignore
  35. .htaccess
  36. .project
  37. _config.yml
  38. archetype-catalog.xml
  39. atom.xml
  40. doap.rdf
  41. favicon.ico
  42. Gemfile
  43. index.md
  44. readme.md
  45. 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.