Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
139ebce6
Commit
139ebce6
authored
Dec 18, 2015
by
Achilleas Pipinellis
Committed by
James Edwards-Jones
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up the text in pages view
parent
6f999703
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
8 deletions
+15
-8
app/views/projects/edit.html.haml
app/views/projects/edit.html.haml
+15
-8
No files found.
app/views/projects/edit.html.haml
View file @
139ebce6
...
...
@@ -142,25 +142,32 @@
.panel-body
-
if
@project
.
pages_url
%strong
Congratulations
.
Your pages are served at:
Congratulations
!
Your pages are served at:
%p
=
link_to
@project
.
pages_url
,
@project
.
pages_url
-
else
%p
To publish pages create .gitlab-ci.yml with
%strong
pages job
and send public/ folder to GitLab.
Learn how to upload your static site and have it served by
GitLab by following the
#{
link_to
"documentation on GitLab Pages"
,
"http://doc.gitlab.com/pages/README.html"
,
target: :blank
}
.
%p
Use existing tools:
In the example below we define a special job named
%code
pages
which is using Jekyll to build a static site. The generated
HTML will be stored in the
%code
public/
directory which will then be archived and uploaded to GitLab.
The name of the directory should not be different than
%code
public/
in order for the pages to work.
%ul
%li
%pre
:plain
pages:
image: jekyll
script: jekyll build
image: jekyll
/jekyll
script: jekyll build
-d public/
artifacts:
paths:
- public
- public
/
-
if
@project
.
pages_url
&&
can?
(
current_user
,
:remove_pages
,
@project
)
.form-actions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment