This commit is contained in:
2025-12-14 19:58:23 +01:00
parent f1a1af7e1d
commit d738e888d5
3 changed files with 21 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ assets/img/
Gemfile.lock
*.backup
*.kate-swp
*.pdf

19
articles.html Normal file
View File

@@ -0,0 +1,19 @@
---
layout: default
title: Articles
---
<h1>Latest Articles</h1>
<ul>
{% for file in site.static_files %}
{% if file.path contains '/articles/' and file.extname == '.pdf' %}
<li>
<a href="{{ file.path | relative_url }}">
<span style="font-size: 1.2em;">
{{ file.name | remove: '.pdf' | replace: '_', ' ' }}
</span>
</a>
</li>
{% endif %}
{% endfor %}
</ul>

View File

@@ -9,6 +9,7 @@ I'm Sam Hadow, a free software advocate *(with free as in freedom, libre in Span
<br /><br />
## Useful links
[blog](/blog.html) (mostly tech related)
[articles](/articles.html) (PDF papers)
[FAQ](/faq.html)
## Available services
[nitter](https://nitter.hadow.fr) [not working](https://github.com/zedeus/nitter/issues/919), thanks Elon.