From 2b58d8160290906a9fb24dee2144e08338af9c97 Mon Sep 17 00:00:00 2001 From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de> Date: Fri, 2 Jul 2021 11:32:12 +0000 Subject: [PATCH] Update README.md --- README.md | 40 +++++++++------------------------------- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 0a36586..8a0e4b5 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 -- GitLab