From da54bb844f6eb81c82d1e68fdf762b1ec2de6b9d Mon Sep 17 00:00:00 2001 From: Nouri Alnahawi <nouri.alnahawi@h-da.de> Date: Fri, 29 Oct 2021 08:15:58 +0000 Subject: [PATCH] Update README.md --- README.md | 48 ++++-------------------------------------------- 1 file changed, 4 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 5bdbbaa..d21a824 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,6 @@ - +**Site Moved!** ---- +This repository including its CI pipeline are used only as a redirection to the new website build repositroy: +[CMA](https://gitlab.com/pqc-cma/cma) -[Hugo][] [Docsy][] website using GitLab Pages. - -Learn more about GitLab Pages at https://pages.gitlab.io and the official -documentation https://docs.gitlab.com/ce/user/project/pages/. - ---- - -**Table of Contents** - -- [GitLab CI](#gitlab-ci) -- [Building locally](#building-locally) -- [Preview your site](#preview-your-site) - - -## GitLab CI - -This project's static Pages are built by [GitLab CI][ci], following the steps -defined in [`.gitlab-ci.yml`](.gitlab-ci.yml). - -## Building locally - -To work locally with this project, you'll have to follow the steps below: - -1. Fork, clone or download this project (Make sure to also recursively clone the submodules) -2. [Install][] Hugo extended version -3. Preview your project on local host zsing the command `hugo server` -4. Add or edit content etc. -5. Generate the website locally (optional) with the command `hugo --minify --gc --destination public` - -Read more at Hugo's [documentation][]. - -### Preview your site - -If you clone or download this project to your local computer and run `hugo server`, -your site can be accessed under `localhost:1313`. - - -[ci]: https://about.gitlab.com/gitlab-ci/ -[hugo]: https://gohugo.io -[install]: https://gohugo.io/overview/installing/ -[documentation]: https://gohugo.io/overview/introduction/ -[docsy]: https://github.com/google/docsy/ +All changes and modifications must take place on the above mentioned repository! -- GitLab