diff --git a/config/httpd.conf b/config/httpd.conf index 3d75f34..061e4d9 100755 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -440,6 +440,7 @@ Alias "/static" "/var/www/jc/static/" Alias "/robots.txt" "/var/www/jc/static/robots.txt" Alias "/.well-known/security.txt" "/var/www/jc/static/security.txt" +Alias "/llms.txt" "/var/www/jc/static/llms.txt" diff --git a/src/static/llms.txt b/src/static/llms.txt new file mode 100644 index 0000000..3f90ac7 --- /dev/null +++ b/src/static/llms.txt @@ -0,0 +1,10 @@ +# Jake Charman + +> Personal website of Jake Charman, a technology professional based in the UK, +> covering distributed systems work and motorsport (Nitro Junkie Top Fuel drag racing). + +## Pages +- [About](https://jakecharman.co.uk/): Background, technology stack, and motorsport involvement. +- [Projects](https://jakecharman.co.uk/projects/): Write-ups of personal and professional projects. +- [Links](https://jakecharman.co.uk/links/): Curated external links. +- [Contact](https://jakecharman.co.uk/contact/): Contact form. \ No newline at end of file