Merge pull request #200 from druid-matt/patch-43

remove 1 meetup, add 2
tree: b92eaf25e20589791812d454989198b219279f09
  1. _data/
  2. _images/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. assets/
  7. blog/
  8. community/
  9. css-apache/
  10. data/
  11. docs/
  12. fonts/
  13. img/
  14. js/
  15. scss/
  16. version/
  17. .gitignore
  18. _config.yml
  19. CONTRIBUTING.md
  20. downloads.md
  21. downloads_apache.html
  22. druid-powered.md
  23. druid.md
  24. faq.md
  25. Gemfile
  26. google7061d72c536b2e8d.html
  27. gulpfile.js
  28. index.html
  29. libraries.md
  30. licensing.md
  31. package-lock.json
  32. package.json
  33. README.md
  34. release.sh
  35. robots.txt
  36. technology.md
  37. thanks.md
  38. use-cases.md
README.md

Druid Project Website

https://druid.apache.org/

Building

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.