commit - b4e8742d27610421016c573d6168efd7a6571215
commit + f4105ae157cb3513dc004cb00f72441d951a3626
blob - 4029789b69a343a46cdd3b6d63b192cafe5415b3
blob + 4e540bd9677f4c82eea8dc7437f23be3c5298397
--- src/style.css
+++ src/style.css
color: green;
}
+.markdown .code {
+ display: inline-block;
+ background-color: #333;
+ border: 2px solid #555;
+}
+
#markdown-date {
font-size: 0.8rem;
color: gray;
blob - 80d6e4d1974e3bc2a21af7e52f7a1d77ad8c4e14
blob + cef7a06204779ddd6d75943d7ed142fed220f366
--- www-cgi/posts/projects.md
+++ www-cgi/posts/projects.md
---
title: My project list
-date: 2024-05-02
+date: 2024-05-18
---
-- [read-only FUSE driver for UFS](https://got.stuerz.xyz/?action=summary&path=fuse-ufs.git) for [GSoC 2024](https://summerofcode.withgoogle.com/programs/2024/projects/mCAcivuH)
+- [read-only FUSE driver for UFS](https://github.com/riscygeek/fuse-ufs) for [GSoC 2024](https://summerofcode.withgoogle.com/programs/2024/projects/mCAcivuH)
- [Forth for OpenBSD/riscv64](https://got.stuerz.xyz/?action=summary&path=rvforth.git) (2024)
- [64-Bit Linux Userspace RISC-V Emulator](https://got.stuerz.xyz/?action=summary&path=linurv.git) (2024)
- [16-Bit custom CPU written in Verilog](https://got.stuerz.xyz/?action=summary&path=cpu.git) (2024)
blob - e8bc60d441fd8e0eb85dd19340bcdc57a9e271d3
blob + cf9af0a4107c29af0908db501a2e312c960852c6
--- www-cgi/posts/test.md
+++ www-cgi/posts/test.md
This is some text \
in a new paragraph. \
-The lines are split with the `/` character.
+The lines are split with the `\` character.
This is a normal paragraph.
The sentences are not split across lines,
blob - /dev/null
blob + 4e1f11c879db56ba90257af9baab8d7881e97d6f (mode 644)
--- /dev/null
+++ www-cgi/posts/talks.md
+---
+title: My talks list
+date: 2024-05-06
+---
+
+- [Visualisierung Lexikalischer Automaten](https://www.complang.tuwien.ac.at/gi-fgpsurk/Honnef2024/honnef2024-programm.html) (Bad Honnef, 2024)
+- [Der Compiler: Eine Einführung für Anfänger](https://chemnitzer.linux-tage.de/2024/de/programm/beitrag/231) (Chemnitz, 2024)