move website pages to the correct directory
13 files changed
tree: d992d96620b646ec9bea221ccd8e7fee68c1d666
  1. _data/
  2. _images/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. assets/
  7. blog/
  8. community/
  9. css-apache/
  10. css-extra/
  11. data/
  12. docs/
  13. fonts/
  14. img/
  15. js/
  16. scss/
  17. src/
  18. version/
  19. .gitignore
  20. _config.yml
  21. CONTRIBUTING.md
  22. downloads.md
  23. downloads_apache.html
  24. druid-powered.md
  25. druid.md
  26. faq.md
  27. Gemfile
  28. google7061d72c536b2e8d.html
  29. gulpfile.js
  30. index.html
  31. libraries.md
  32. licensing.md
  33. package-lock.json
  34. package.json
  35. README.md
  36. release.sh
  37. robots.txt
  38. technology.md
  39. thanks.md
  40. use-cases.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.