> For the complete documentation index, see [llms.txt](https://docs.xenoraa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenoraa.com/xenoraa-changelog-and-architecture/v10.0.12-arjunan.info-custom-domain.md).

# v10.0.12 — arjunan.info Custom Domain

> **Released:** 15 August 2026\
> **Production release:** `f22d852`

Arjunan Ravikumar’s professional portfolio is now available directly at `https://arjunan.info` and `https://www.arjunan.info`.

## What Changed

| Area                  | Implementation                                                                                                                                |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| DNS and host handling | The custom domain resolves to the Xenoraa production server and now has a dedicated Nginx virtual host.                                       |
| HTTPS                 | A managed Let’s Encrypt certificate was issued for both `arjunan.info` and `www.arjunan.info`; HTTP redirects to HTTPS.                       |
| Tenant recognition    | The Arjunan custom-theme guard now recognizes the two custom-domain hostnames as well as the existing `xenoraa.com/arjunan` path.             |
| Navigation            | Header links, calls to action, blog links, and contact submission paths remain on the custom domain when the portfolio is visited through it. |
| Tenant safety         | Other tenant themes and public sites remain unchanged.                                                                                        |

## Validation

The certificate subject is `arjunan.info`, with both `arjunan.info` and `www.arjunan.info` in the Subject Alternative Name list. The Home, Story, Capabilities, Business Journey, Perspectives, and Contact routes all return HTTP 200 on the custom domain. The production release is `f22d852` and the self-hosted deployment runner is active.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xenoraa.com/xenoraa-changelog-and-architecture/v10.0.12-arjunan.info-custom-domain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
