Repository: incubator-griffin-site Updated Branches: refs/heads/master b4142cf0e -> e431d517f
enhance guidance by appending installing plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/e431d517 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/e431d517 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/e431d517 Branch: refs/heads/master Commit: e431d517f691349f8f9a8df31e3ac60bd868b54c Parents: b4142cf Author: William Guo <[email protected]> Authored: Mon Mar 20 14:29:06 2017 -0700 Committer: William Guo <[email protected]> Committed: Mon Mar 20 14:29:06 2017 -0700 ---------------------------------------------------------------------- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/e431d517/readme.md ---------------------------------------------------------------------- diff --git a/readme.md b/readme.md index 8db43d5..15303de 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,7 @@ This website is based on Hexo and a default Hexo theme. ## Prerequisite 1. Nodejs +2. Git ## Install & Run @@ -20,12 +21,12 @@ This website is based on Hexo and a default Hexo theme. ## Deploy to asf-site 1. Checkout branch master 2. Generate the site to content directory: `hexo generate` -3. Check the changes and commit. -4. Push asf-site to remote branch by command `hexo deploy`. +3. Install plugin as `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, like github branch +Please refer to _config.yml for more details.
