This is the website for Apache Griffin (incubating).
This website is based on Hexo and a default Hexo theme.
- Nodejs
- Git
- npm install hexo-cli -g
- git clone https://github.com/apache/incubator-griffin-site.git
- cd incubator-griffin-site
- npm install
- hexo server
- Checkout branch master
- Generate the site to content directory:
hexo generate
- Install plugin as
npm install hexo-deployer-git --save
- Push asf-site to remote branch by command
hexo deploy
, asf-site is hard-coded in _config.yml
Please refer to _config.yml for more details.
Thanks.