commit | 3fd5892ad40ab14eba67aeaacdd5e68039a99737 | [log] [tgz] |
---|---|---|
author | William Guo <guoyp@apache.org> | Tue Nov 10 18:36:43 2020 +0800 |
committer | William Guo <guoyp@apache.org> | Tue Nov 10 18:36:43 2020 +0800 |
tree | d96198c0b074251ea6129336f54059101a4387e1 | |
parent | d92df3b3b91552359a3a6c9d902b6d6b55871de5 [diff] |
Revert "Initial commit" This reverts commit 46166e344321fc083c2fd81615cfeb91eb8db19c.
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.
Point your browser to http://localhost:4000
By default, jekyll will generate the site in a _site
directory.
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