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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
cd59c7e5
Commit
cd59c7e5
authored
Dec 18, 2015
by
Achilleas Pipinellis
Committed by
Kamil Trzcinski
Dec 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up the text in pages view
parent
b9111d8b
Changes
1
Show 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 @
cd59c7e5
...
...
@@ -183,25 +183,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