4 changed files with 52 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Markus Graf - Personal Website
This is the source code for the personal website of Markus Graf, built with Hugo.
## LLM Friendliness
This website includes an `llms.txt` file in the root directory (served from `static/llms.txt`) to help Large Language Models (LLMs) discover and understand the content of the site. This file follows the [llms.txt specification](https://llmstxt.org/).
When adding new content, please ensure that:
1. Important pages are listed in `static/llms.txt`.
2. Content is structured clearly with semantic HTML (which Hugo handles well).
3. Future improvements may include generating `.md` versions of pages for direct LLM consumption.
## Development
Run the local server:
```bash
hugo server -D
```
## Deployment
See `DEPLOYMENT.md`.
+11
View File
@@ -0,0 +1,11 @@
---
title: "SPH 2025 - Markus Graf"
date: 2025-12-15
description: "Video presentation for SPH 2025 job application"
aliases: ["/SPH2025/", "/sph2025/"]
---
<video width="100%" controls>
<source src="/videos/20251214_FullStack_MarkusGraf.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
+18
View File
@@ -0,0 +1,18 @@
# Markus Graf
> Persönliche Website von Markus Graf - Entwickler, BSc Psychologie, Berater.
> Personal website of Markus Graf - Developer, BSc Psychology, Consultant.
## Profile
- [Lebenslauf (DE)](https://markusgraf.ch/de/cv/)
- [Curriculum Vitae (EN)](https://markusgraf.ch/en/cv/)
## Blog
- [Dialogbasierte Anwendungen (DE)](https://markusgraf.ch/de/blog/dialogbasierte-anwendungen/)
- [Dialog-based Applications (EN)](https://markusgraf.ch/en/blog/dialog-based-applications/)
- [KI-Generierte Website Praxisbeispiel (DE)](https://markusgraf.ch/de/blog/ki-generierte-website-praxisbeispiel/)
- [AI Generated Website Case Study (EN)](https://markusgraf.ch/en/blog/ai-generated-website-case-study/)
- [Ubuntu für Kinder (DE)](https://markusgraf.ch/de/blog/ubuntu-fuer-kinder/)
- [Ubuntu for Kids (EN)](https://markusgraf.ch/en/blog/ubuntu-for-kids/)
Binary file not shown.