[Git][reproducible-builds/reproducible-website][master] use jekyll-sitemal plugin to create sitemap
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Fri Aug 23 15:24:30 UTC 2024
Mattia Rizzolo pushed to branch master at Reproducible Builds / reproducible-website
Commits:
2e9dc869 by hulkoba at 2024-08-23T15:23:05+00:00
use jekyll-sitemal plugin to create sitemap
- - - - -
3 changed files:
- .gitlab-ci.yml
- README.md
- _config.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1,6 +1,6 @@
before_script:
- apt-get -q update
- - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install jekyll make ruby-jekyll-redirect-from ruby-jekyll-polyglot po4a python3-yaml git
+ - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install jekyll make ruby-jekyll-redirect-from ruby-jekyll-polyglot ruby-jekyll-sitemap po4a python3-yaml git
test:
image: debian:stable-backports
=====================================
README.md
=====================================
@@ -4,8 +4,8 @@ Source for the reproducible-builds.org website
The website for reproducible-builds.org is made with [Jekyll]. It has
been initially created and tested with version 2.2.0 in Debian unstable
available in the `jekyll` package, though nowadays it also needs the
-`ruby-jekyll-redirect-from` and `ruby-jekyll-polyglot` packages from
-buster-backports or later.
+`ruby-jekyll-redirect-from`, `ruby-jekyll-polyglot` and `ruby-jekyll-sitemap`
+packages from buster-backports or later.
[Jekyll]: https://jekyllrb.com/
=====================================
_config.yml
=====================================
@@ -32,6 +32,7 @@ collections:
plugins:
- jekyll-redirect-from
- jekyll-polyglot
+ - jekyll-sitemap
exclude:
- README
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/2e9dc8692c93e8109adbdf9a4041c2f4b8954e00
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/2e9dc8692c93e8109adbdf9a4041c2f4b8954e00
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240823/805335c0/attachment.htm>
More information about the rb-commits
mailing list