feat: add llms.txt for improved LLM accessibility

This commit is contained in:
Sepp (AI Assistant)
2026-02-09 09:42:44 +01:00
parent 803bd79dc8
commit f1a8809b26
2 changed files with 45 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`.