Skip to content

Commit b466b50

Browse files
committed
new version, gh-pages -> gb-pages
1 parent 6b91b77 commit b466b50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This plugin provides *Project Pages* functionality for
66

77
## User guide
88

9-
This plugin can serve static files from a special orphan branch called `gh-pages` under
10-
`<base url>/<user>/<project>/pages/`.
9+
This plugin can serve static files from a special orphan branch called `gb-pages` under
10+
`<base url>/<user>/<project>/pages/`. (fallback to `gh-pages` if it exists)
1111

1212
### Quick start
1313

14-
- create an orphan branch called `gh-pages` using `git checkout --orphan gh-pages && git rm -f $(git ls-files)`
14+
- create an orphan branch called `gb-pages` using `git checkout --orphan gb-pages && git rm -f $(git ls-files)`
1515
- create a static site under this branch. E.g. `echo '<h1>hello, world</h1>' > index.html` to create a simple file.
1616
- commit && push to gitbucket this orphan branch
1717
- open the browser and point to `<your repo url>/pages`
@@ -29,6 +29,7 @@ site generators ([jekyll](http://jekyllrb.com/), [hugo](https://gohugo.io/), etc
2929

3030
| pages version | gitbucket version |
3131
| :---: | :---: |
32+
| 0.6 | 4.2.x |
3233
| 0.5 | 4.0, 4.1 |
3334
| 0.4 | 3.13 |
3435
| 0.3 | 3.12 |

0 commit comments

Comments
 (0)