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