Hugo
Posts tagged with Hugo.
29 Jul 2026
Eu joguei o endereço deste site no
Is It Agent Ready? e recebi uma nota 21.
Depois de algumas horas lendo RFC, mexendo no Hugo, configurando Nginx e
respirando fundo antes de apertar o botão de DNSSEC no Registro.br, a nota
subiu para 71. O site passou a ser classificado como Agent-Integrated.
A tentação óbvia seria continuar adicionando arquivos até o scanner ficar
verde em tudo. Não fiz isso.
Uma pontuação não é uma arquitetura. Publicar metadata de OAuth sem ter
autenticação ou anunciar um servidor MCP que não existe seria tecnicamente
desonesto. Agentes encontrariam mais arquivos, mas receberiam informação falsa.
29 Jul 2026
I entered this site’s address into
Is It Agent Ready? and got a score of 21.
After a few hours reading RFCs, working on Hugo, configuring Nginx, and taking a
deep breath before clicking the DNSSEC button at Registro.br, the score went up
to 71. The site reached the Agent-Integrated level.
The obvious temptation was to keep adding files until every scanner check
turned green. I did not.
A score is not an architecture. Publishing OAuth metadata without
authentication, or advertising an MCP server that does not exist, would be
technically dishonest. Agents would discover more files, but those files would
contain false information.
09 Jun 2026
JavaScript sem trair a premissa
Quem acompanha este site sabe que ele tem uma premissa inegociável: eu não
rastreio quem visita. Não tem Google Analytics, não tem pixel, não tem cookie
de terceiro, não tem fingerprinting. Eu não sei quem visitou, não sei quantas
pessoas visitaram, não sei de onde vieram. E gosto que seja assim.
Durante muito tempo isso andou junto de outra regra implícita: nada de
JavaScript. Mas o site hoje roda dois scripts. O primeiro é o
toggle de tema claro/escuro,
que chegou faz pouco tempo. O segundo, mais recente ainda, são as taglines
aleatórias no estilo BBS que aparecem abaixo do cabeçalho. Este post existe pra
explicar por que isso não fere a premissa e, de quebra, contar uma faxina
que fiz na estrutura do site.
09 Jun 2026
JavaScript without betraying the premise
If you follow this site, you know it has one non-negotiable premise: I don’t
track visitors. No Google Analytics, no pixels, no third-party cookies, no
fingerprinting. I don’t know who visited, I don’t know how many people visited,
I don’t know where anyone came from. And I like it that way.
For a long time that premise traveled together with an implicit rule: no
JavaScript. But the site now runs two scripts. The first is the
light/dark theme toggle,
which arrived a short while ago. The second, newer still, is the set of random
BBS-style taglines that show up below the header. This post exists to explain
why that doesn’t break the premise, and to share some housekeeping I did on
the site’s structure while I was at it.