News System

The website uses a custom news system based on Jekyll collections.

How it works

Add a news

  1. Create file in _news file name must contain the date
  2. Add title + date (optionally)
  3. git commit and push

Example

---
layout: news
title: "Created a website"
date: 2026-06-11 17:24:05 +0200
categories: jekyll update
---

This is an example text. ...

Important

Debugging

If news do not appear correctly, check the following:

To verify that the news collection is being loaded correctly and that each item has a title and URL.

news counter : 1


Title = 
URL = /news/2026-07-04-phd-candidate/