Skip to content

Commit 0d17c06

Browse files
committed
extend user guide to include some static site generator and pages themes
1 parent d11b0ff commit 0d17c06

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,18 @@ This plugin would serve static file under `gh-pages` branch under
1616
- commit && push to gitbucket
1717
- open browser and point to `<your repo url>/pages`
1818

19+
Whant's next?
20+
21+
- generate the site using static website generator, like
22+
[jekyll](http://jekyllrb.com/) and [hugo](https://gohugo.io/)
23+
- or using documentation generator, like
24+
[sphinx](http://www.sphinx-doc.org/en/stable/) and
25+
[gitbook](https://www.gitbook.com/)
26+
- make the site look beautiful via some
27+
[templates](https://github.com/blog/1081-instantly-beautiful-project-pages)
28+
1929
**note**: this plugin won't render markdown for you, pre-build the
20-
site or just use wiki
30+
site and commit all rendered files and resources into the repository
2131

2232
## Installation
2333

0 commit comments

Comments
 (0)