fbb09227d9db1491e7d94205203d63a831fff334
Merge pull request 'feat: Add llms.txt for improved LLM accessibility' (#1) from feat/llm-friendly into main
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.
When adding new content, please ensure that:
- Important pages are listed in
static/llms.txt. - Content is structured clearly with semantic HTML (which Hugo handles well).
- Future improvements may include generating
.mdversions of pages for direct LLM consumption.
Development
Run the local server:
hugo server -D
Deployment
See DEPLOYMENT.md.
Languages
HTML
59%
Shell
24.7%
SCSS
16.3%