Remove jenkins mentions from documentaiton/home authored by kez's avatar kez
We retired jenkins.
...@@ -8,9 +8,9 @@ Tor Project websites are hosted at several computers for redundancy, and these c ...@@ -8,9 +8,9 @@ Tor Project websites are hosted at several computers for redundancy, and these c
The current git repository for the website can be found on ​[GitLab](https://gitlab.torproject.org/tpo/web/tpo/). The current git repository for the website can be found on ​[GitLab](https://gitlab.torproject.org/tpo/web/tpo/).
The repository is built via the following ​[Jenkins build process](https://jenkins.torproject.org/job/lektor-website-tpo-translation/). The repository is built with our [Gitlab CI pipeline](https://gitlab.torproject.org/tpo/web/tpo/-/blob/main/.gitlab-ci.yml).
The git repository for the 2019 archive can be found on [gitweb.tpo/project/web/webwml.git](https://gitweb.torproject.org/project/web/webwml.git/). The archive repository is built via the following ​[Jenkins build process](https://jenkins.torproject.org/job/website-build-webwml/). The git repository for the 2019 archive can be found on [gitweb.tpo/project/web/webwml.git](https://gitweb.torproject.org/project/web/webwml.git/).
The website is built via [Lektor](https://getlektor.com). Lektor is a static file generator like Jekyll, Pelican, Hugo, Middleman and many more. The website is built via [Lektor](https://getlektor.com). Lektor is a static file generator like Jekyll, Pelican, Hugo, Middleman and many more.
This means that unlike WordPress or similar solutions it does not run on a server, but your local computer (or a build server), and generates static HTML that can be uploaded to any web server or content distribution platform like S3 with CloudFront. This means that unlike WordPress or similar solutions it does not run on a server, but your local computer (or a build server), and generates static HTML that can be uploaded to any web server or content distribution platform like S3 with CloudFront.
... ...
......