You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This plugin provides *Project Pages* functionality for
7
7
## User guide
8
8
9
9
This plugin serves static files directly from one of the following
10
-
place:
10
+
places:
11
11
12
12
-`gb-pages` branch (with fallback to `gh-pages` to be compatible with
13
13
github, this is the default)
@@ -16,18 +16,18 @@ place:
16
16
17
17
### Quick start
18
18
19
-
- create directory or branch if necessary (eg. create an orphan branch called `gb-pages`: `git checkout --orphan gb-pages && git rm -f $(git ls-files)`)
19
+
- create a directory or branch if necessary (eg. create an orphan branch called `gb-pages`: `git checkout --orphan gb-pages && git rm -f $(git ls-files)`)
20
20
- create a static site under this branch. E.g. `echo '<h1>hello, world</h1>' > index.html` to create a simple file.
21
21
- commit && push to gitbucket this orphan branch
22
22
- open the browser and point to `<your repo url>/pages`
23
23
24
-
**Note**: This plugin won't render markdown content. To render markdown content, use the wiki or one of the many static
24
+
**Note**: This plugin won't render markdown content. To render markdown content, use the GitBucket Wiki functionality, or just one of the many static
25
25
site generators ([jekyll](http://jekyllrb.com/), [hugo](https://gohugo.io/), etc)
26
26
27
27
## Installation
28
28
29
29
- download from [releases](https://github.com/gitbucket/gitbucket-pages-plugin/releases)
30
-
- copy the jar file to `<GITBUCKET_HOME>/plugins/` (Note that `GITBUCKET_HOME` defaults to `~/.gitbucket`)
30
+
- copy the jar file to `<GITBUCKET_HOME>/plugins/` (Note that `GITBUCKET_HOME` defaults to `~/.gitbucket` if not changed otherwise)
0 commit comments