Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JSC Quick Access
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maria Petrova-El Sayed
JSC Quick Access
Commits
2b58d816
Commit
2b58d816
authored
3 years ago
by
Maria Petrova-El Sayed
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c9a104df
No related branches found
No related tags found
No related merge requests found
Pipeline
#72032
passed
3 years ago
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-31
9 additions, 31 deletions
README.md
with
9 additions
and
31 deletions
README.md
+
9
−
31
View file @
2b58d816
...
@@ -2,43 +2,27 @@
...
@@ -2,43 +2,27 @@
---
---
Example
plain HTML site
using GitLab Page
s.
This serves as a
plain HTML site
to enable an easy access to Project relevant URL
s.
Learn more about GitLab Pages at https://pages.gitlab.io and the official
The werb page lives on:
documentation https://docs.gitlab.com/ce/user/project/pages/.
https://petrova1.pages.jsc.fz-juelich.de/quick-access-links
---
---
**To upload a new content**
, just go to the folder "public" and upload there the new HTML file. Make sure to keep the same name as the original one.
Congatulations, it works :)
---
## For developers:
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
**Table of Contents**
*generated with [DocToc](https://github.com/thlorenz/doctoc)*
-
[
GitLab CI
](
#gitlab-ci
)
-
[
GitLab User or Group Pages
](
#gitlab-user-or-group-pages
)
-
[
Did you fork this project?
](
#did-you-fork-this-project
)
-
[
Did you fork this project?
](
#did-you-fork-this-project
)
-
[
Troubleshooting
](
#troubleshooting
)
-
[
Troubleshooting
](
#troubleshooting
)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## GitLab CI
This project's static Pages are built by
[
GitLab CI
][
ci
]
, following the steps
defined in
[
`.gitlab-ci.yml`
](
.gitlab-ci.yml
)
:
```
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
```
The above example expects to put all your HTML files in the
`public/`
directory.
The above example expects to put all your HTML files in the
`public/`
directory.
## GitLab User or Group Pages
## GitLab User or Group Pages
...
@@ -50,12 +34,6 @@ project's **Settings**.
...
@@ -50,12 +34,6 @@ project's **Settings**.
Read more about
[
user/group Pages
][
userpages
]
and
[
project Pages
][
projpages
]
.
Read more about
[
user/group Pages
][
userpages
]
and
[
project Pages
][
projpages
]
.
## Did you fork this project?
If you forked this project for your own use, please go to your project's
**Settings**
and remove the forking relationship, which won't be necessary
unless you want to contribute back to the upstream project.
## Troubleshooting
## Troubleshooting
1.
CSS is missing! That means that you have wrongly set up the CSS URL in your
1.
CSS is missing! That means that you have wrongly set up the CSS URL in your
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment