Docs: Profile →

Links

Add links to your public profile.

Profile

Your public page: makenot.work/u/{{ user.username }}

Defaults to your username if left empty
{% if can_create_projects %}

Custom Domain

Point your own domain at your makenot.work profile.

{% match custom_domain %} {% when Some with (cd) %}
{{ cd.domain }} {% if cd.verified %} Verified {% else %} Pending verification {% endif %}
{% if !cd.verified %}

DNS setup required: add two records at your domain registrar, then click Check DNS.

1. Point your domain (routes visitors to your page)

CNAME: {{ cd.domain }}
Value: connect.makenot.work

On Cloudflare, set this record to DNS only (grey cloud), not Proxied. For an apex/root domain, use CNAME flattening or ALIAS.

2. Verify ownership

TXT: _mnw-verify.{{ cd.domain }}
Value: {{ cd.verification_token }}

DNS changes can take up to 24 hours to propagate. Setup guide

{% else %}

Visitors to {{ cd.domain }} will see your profile, projects, and items.

{% endif %} {% when None %}
{% endmatch %}
{% endif %}

Personal Feed

An RSS feed of new content from creators and projects you follow. Add this URL to your RSS reader.

Regenerating issues a new URL and immediately stops the old one from working — use it if your feed link leaks.