Closes #5 - Fix the layout in mobile devices
3 files changed
tree: 18a6325ef3b94bbddeb813c15e37cfcc23a0e116
  1. _includes/
  2. _layouts/
  3. _plugins/
  4. _posts/
  5. _sass/
  6. apache/
  7. community/
  8. content/
  9. contribute/
  10. css/
  11. dtds.data/
  12. fonts/
  13. help/
  14. img/
  15. javascript/
  16. learn/
  17. news/
  18. start/
  19. .gitignore
  20. _config.yml
  21. atom.xml
  22. doap.rdf
  23. favicon.ico
  24. Gemfile
  25. index.md
  26. 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. 2+) 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.