delete old versions of static pages
10 files changed
tree: 6a5c5fb2475e22ec68718b4b1fc2d8b7a7f98c0a
  1. _data/
  2. _images/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. assets/
  7. blog/
  8. css-apache/
  9. css-extra/
  10. data/
  11. docs/
  12. fonts/
  13. img/
  14. js/
  15. scss/
  16. src/
  17. version/
  18. .gitignore
  19. _config.yml
  20. CONTRIBUTING.md
  21. downloads_apache.html
  22. druid.md
  23. Gemfile
  24. google7061d72c536b2e8d.html
  25. gulpfile.js
  26. index.html
  27. package-lock.json
  28. package.json
  29. README.md
  30. release.sh
  31. robots.txt
  32. thanks.md
README.md

Druid Project Website

https://druid.apache.org/

Building

The site requires Node 10.24.1 - ensure that you use this version of node. For example, if you're using nvm:

nvm install 10
nvm use 10

Setup (you only need to do this once):

npm install
bundle install

Every time you want to run the site:

gulp
npm start

Notes

Ideally we would not be checking in the css directory and just build it as part of the deploy process.

Contributing

See CONTRIBUTING.md.