[Git][reproducible-builds/reproducible-website][master] 2 commits: Add some links to Lunar's post.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Mon Nov 18 09:33:48 UTC 2024
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
64760bfb by Chris Lamb at 2024-11-18T09:27:47+00:00
Add some links to Lunar's post.
- - - - -
0c422b97 by Chris Lamb at 2024-11-18T09:32:33+00:00
Cachebust the CSS per-release.
- - - - -
2 changed files:
- _includes/head.html
- _posts/2024-11-14-reproducible-builds-mourns-the-passing-of-lunar.md
Changes:
=====================================
_includes/head.html
=====================================
@@ -2,7 +2,9 @@
<meta charset="utf-8">
<title>{% if page.title_head %}{{ page.title_head }}{% else %}{% if page.title %}{{ page.title }} — {% endif %}{{ site.title }}{% endif %}</title>
- <link rel="stylesheet" href="{{ "/assets/styles/main.css" | relative_url }}">
+ {% assign cachebust = site.time | date:'?%s' %}
+ <link rel="stylesheet" href="{{ "/assets/styles/main.css" | relative_url | append: cachebust }}">
+
<link rel="shortcut icon" type="image/png" href="{{ "/assets/images/favicon.png" | relative_url }}"/>
<link href="{{ "/assets/fonts/overpass.css" | relative_url }}" rel="stylesheet">
=====================================
_posts/2024-11-14-reproducible-builds-mourns-the-passing-of-lunar.md
=====================================
@@ -20,5 +20,13 @@ Lunar's creativity, insight and kindness were often noted. He will be greatly mi
[![]({{ "/images/news/2024-11-14-reproducible-builds-mourns-passing-lunar/1.jpg" | relative_url }})](https://lunar.anargeek.net/)
-More information and tributes to Lunar [are available](https://lunar.anargeek.net/) [FR], as is a [broader history](https://reproducible-builds.org/docs/history/) of the Reproducible Builds project.
+Other tributes:
+{: .small}
+
+* [**Anargeek.net**](https://lunar.anargeek.net/) [FR]
+* [LWN](https://lwn.net/Articles/997775/)
+* [Stefano Zacchiroli](https://upsilon.cc/~zack/blog/posts/2024/11/In_memory_of_Lunar/)
+* [Linuxfr.org](https://linuxfr.org/news/deces-de-lunar-un-hacktiviste-pedagogue) [FR]
+* [Software Heritage](https://www.softwareheritage.org/2024/11/15/remembering-lunar/)
+* [A history of the Reproducible Builds project](https://reproducible-builds.org/docs/history/)
{: .small}
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/67e631e75cf0c6afc0876fc9b1408fc82a830a1c...0c422b97bd584a1aa7e067f78548ec9b06529826
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/67e631e75cf0c6afc0876fc9b1408fc82a830a1c...0c422b97bd584a1aa7e067f78548ec9b06529826
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/20241118/292e7f85/attachment.htm>
More information about the rb-commits
mailing list