diff --git a/README.md b/README.md index 0a365862a795121ba9105fc3ceaa47f344f9f5f7..8a0e4b5b0ff49619421dd2b44b3f0fd704f10caa 100644 --- a/README.md +++ b/README.md @@ -2,43 +2,27 @@ --- -Example plain HTML site using GitLab Pages. +This serves as a plain HTML site to enable an easy access to Project relevant URLs. -Learn more about GitLab Pages at https://pages.gitlab.io and the official -documentation https://docs.gitlab.com/ce/user/project/pages/. +The werb page lives on: +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 --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **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) - [Troubleshooting](#troubleshooting) <!-- 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. ## GitLab User or Group Pages @@ -50,12 +34,6 @@ project's **Settings**. 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 1. CSS is missing! That means that you have wrongly set up the CSS URL in your