Add “website” label to .asf.yaml
Welcome to the Apache Griffin documentation!
Install jekyll gem
$ gem install jekyll
Generate the site, and start a server locally:
$ jekyll serve -w
The -w option tells jekyll to watch for changes to files and regenerate the site automatically when any content changes.
-w
Point your browser to http://localhost:4000
By default, jekyll will generate the site in a _site directory.
_site
Create a markdown file and add following content in header
--- layout: doc title: "Griffin Overview" permalink: /docs/some-new-doc.html --- More content here ..
In order to publish the website, you must have committer access to Apache Griffin’s apache repository.
To publish changes, run
bash ./deploy.sh
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Apache Griffin Documentation Site
Welcome to the Apache Griffin documentation!
Prerequisites
Install jekyll gem
Generate the site, and start a server locally:
The
-woption tells jekyll to watch for changes to files and regenerate the site automatically when any content changes.Point your browser to http://localhost:4000
By default, jekyll will generate the site in a
_sitedirectory.Editing documentations
Create a markdown file and add following content in header
Publishing the Apache Website
In order to publish the website, you must have committer access to Apache Griffin’s apache repository.
To publish changes, run