[READ-ONLY] Mirror of https://github.com/jmrplens/jmrplens.github.io. José M. Requena Plens — open-source projects & documentation hub
0

Configure Feed

Select the types of activity you want to include in your feed.

geo: rel=me to canonical site, personal Wikidata entity in sameAs

Claude-Session: https://claude.ai/code/session_01BLj9EK2QsNv6suMJi66YCn

José M. Requena Plens (Jul 7, 2026, 12:22 PM +0200) f3b47e0c 7ca09b03

+6
+1
src/data/site.ts
··· 46 46 ], 47 47 // Mirrors jmrp.io/#person sameAs (verified identity profiles only). 48 48 sameAs: [ 49 + "http://www.wikidata.org/entity/Q140455276", 49 50 "https://github.com/jmrplens", 50 51 "https://www.linkedin.com/in/jmrplens", 51 52 "https://mstdn.jmrp.io/@jmrplens",
+5
src/layouts/Base.astro
··· 122 122 <title>{site.title}</title> 123 123 <meta name="description" content={site.metaDescription} /> 124 124 <link rel="canonical" href={canonical} /> 125 + <!-- Identity: this hub belongs to the person whose canonical site is jmrp.io --> 126 + <link 127 + rel="me" 128 + href="https://jmrp.io/" 129 + /> 125 130 <meta name="author" content={site.author.name} /> 126 131 <meta name="generator" content={Astro.generator} /> 127 132