update format
1 file changed
tree: 7570015d33e5b64402f9e72b001649baffaba24d
  1. node_modules/
  2. scaffolds/
  3. source/
  4. themes/
  5. .gitignore
  6. _config.yml
  7. db.json
  8. package.json
  9. readme.md
readme.md

Apache Griffin (incubating) website

This is the website for Apache Griffin (incubating).

About

This website is based on Hexo and a default Hexo theme.

Prerequisite

  1. Nodejs
  2. Git

Install & Run

  1. npm install hexo-cli -g
  2. git clone https://github.com/apache/incubator-griffin-site.git
  3. cd incubator-griffin-site
  4. npm install
  5. hexo server

Deploy to asf-site

  1. Checkout branch master
  2. Generate the site to content directory: hexo generate
  3. Install plugin as npm install hexo-deployer-git --save
  4. Push asf-site to remote branch by command hexo deploy, asf-site is hard-coded in _config.yml

Questions

Where to check configuration

Please refer to _config.yml for more details.

Thanks.