- ID de l'analyse :
- 3c5851ab-99b9-41c3-b90c-df2881c199eaTerminée
- URL soumise :
- https://astro.koibumi.art/
- Fin du rapport :
Liens : 2 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://github.com/koibumi-design/astro-blog | Koibumi Design |
https://github.com/koibumi-design | GitHub |
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en" data-astro-cid-j7pv25f6=""><head><!-- Global Metadata --><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v4.16.6"><!-- Canonical URL --><link rel="canonical" href="https://astro.koibumi.art/"><!-- Primary Meta Tags --><title>Koibumi Blog</title><meta name="title" content="Koibumi Blog"><meta name="description" content="A blog about SolidJS, Astro, and koibumi design."><!-- Open Graph / Facebook --><meta property="og:type" content="website"><meta property="og:url" content="https://astro.koibumi.art/"><meta property="og:title" content="Koibumi Blog"><meta property="og:description" content="A blog about SolidJS, Astro, and koibumi design."><meta property="og:image" content="https://astro.koibumi.art/blog-placeholder-1.jpg"><!-- Twitter --><meta property="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://astro.koibumi.art/"><meta property="twitter:title" content="Koibumi Blog"><meta property="twitter:description" content="A blog about SolidJS, Astro, and koibumi design."><meta property="twitter:image" content="https://astro.koibumi.art/blog-placeholder-1.jpg"><link rel="stylesheet" href="/_astro/_slug_.DYDjimFA.css">
<style>main[data-astro-cid-j7pv25f6]{max-width:70rem;width:100%;margin:3rem auto;padding:0 1rem}main[data-astro-cid-j7pv25f6]>[data-astro-cid-j7pv25f6]{margin-bottom:2rem}main[data-astro-cid-j7pv25f6]>[data-astro-cid-j7pv25f6]:last-child{margin-bottom:0}#avatar-bio[data-astro-cid-j7pv25f6]{display:flex;justify-content:center;align-items:center;gap:3rem}#avatar-bio[data-astro-cid-j7pv25f6]>img[data-astro-cid-j7pv25f6]{width:15rem;height:15rem;border-radius:50%}#bio[data-astro-cid-j7pv25f6]{max-width:20rem}@media (max-width: 700px){#avatar-bio[data-astro-cid-j7pv25f6]{flex-direction:column}#bio[data-astro-cid-j7pv25f6]{max-width:100%}}#bio[data-astro-cid-j7pv25f6]>p[data-astro-cid-j7pv25f6]{line-height:1.5;letter-spacing:.02rem}#bio[data-astro-cid-j7pv25f6]>[data-astro-cid-j7pv25f6]{margin-bottom:.75rem}#bio[data-astro-cid-j7pv25f6]>[data-astro-cid-j7pv25f6]:last-child{margin-bottom:0}#contact[data-astro-cid-j7pv25f6]{display:flex;align-items:center;flex-wrap:wrap;margin-top:.25rem}.icon-link[data-astro-cid-j7pv25f6]{height:2rem;width:2rem}#pinned-container[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:-1.5rem}
:root{--color-primary: $color-primary;--color-primary-50: $color-primary-50;--color-primary-30: $color-primary-30;--color-primary-100: $color-primary-100;--color-primary-200: $color-primary-200;--color-primary-300: $color-primary-300;--color-primary-400: $color-primary-400;--color-primary-500: $color-primary-500;--color-primary-600: $color-primary-600;--color-primary-700: $color-primary-700;--color-primary-800: $color-primary-800;--color-primary-900: $color-primary-900;--color-primary-950: $color-primary-950;--color-slate-50: $color-slate-50;--color-slate-30: $color-slate-30;--color-slate-100: $color-slate-100;--color-slate-200: $color-slate-200;--color-slate-300: $color-slate-300;--color-slate-400: $color-slate-400;--color-slate-500: $color-slate-500;--color-slate-600: $color-slate-600;--color-slate-700: $color-slate-700;--color-slate-800: $color-slate-800;--color-slate-900: $color-slate-900;--color-slate-950: $color-slate-950}.link{color:#cf2f5e;text-decoration:underline;text-underline-offset:.1em;cursor:pointer;transition:background-color .25s ease}.link:hover{background-color:#f5d4de}.link.dark-mode{color:#d9587e}.link.dark-mode:hover{background-color:#521325}.card{padding:1rem;border-radius:1rem;border:rgb(160.6153846154,160.6153846154,144.8846153846) 1px solid;background-color:#f8f8f6;box-shadow:.125rem .125rem .5rem #52524633}.card.dark-mode{background-color:#37372f;border-color:#1b1b17;box-shadow:.125rem .125rem .5rem #a1a19133}.card.dark-mode.glass{background-color:#5252464d;border-color:#525246}.card.dark-mode.light-glass{background-color:#0d0d0c1a}.card.dark-mode.no-shadow{box-shadow:none}.card>*:not(:last-child){margin-bottom:.5rem}.card.borderless{border:none}.card.no-shadow{box-shadow:none}.card.glass{background-color:#f3f3f14d;backdrop-filter:blur(18px)}.card.light-glass{background-color:#f3f3f11a;backdrop-filter:blur(24px);border:none}
:root{--color-primary: $color-primary;--color-primary-50: $color-primary-50;--color-primary-30: $color-primary-30;--color-primary-100: $color-primary-100;--color-primary-200: $color-primary-200;--color-primary-300: $color-primary-300;--color-primary-400: $color-primary-400;--color-primary-500: $color-primary-500;--color-primary-600: $color-primary-600;--color-primary-700: $color-primary-700;--color-primary-800: $color-primary-800;--color-primary-900: $color-primary-900;--color-primary-950: $color-primary-950;--color-slate-50: $color-slate-50;--color-slate-30: $color-slate-30;--color-slate-100: $color-slate-100;--color-slate-200: $color-slate-200;--color-slate-300: $color-slate-300;--color-slate-400: $color-slate-400;--color-slate-500: $color-slate-500;--color-slate-600: $color-slate-600;--color-slate-700: $color-slate-700;--color-slate-800: $color-slate-800;--color-slate-900: $color-slate-900;--color-slate-950: $color-slate-950}.post-card[data-astro-cid-iyiqi2so]{padding-bottom:2rem}.post-card[data-astro-cid-iyiqi2so]>h4[data-astro-cid-iyiqi2so]{margin-top:1rem}.date[data-astro-cid-iyiqi2so]{text-align:right;position:absolute;font-size:.875rem;bottom:.875rem;right:.875rem}.img-container[data-astro-cid-iyiqi2so]{aspect-ratio:16/9;overflow:clip;display:flex;justify-content:center;align-items:center;border-radius:.75rem;cursor:pointer}.img-container[data-astro-cid-iyiqi2so] img[data-astro-cid-iyiqi2so]{width:100%;height:100%;object-fit:cover}.img-container[data-astro-cid-iyiqi2so]>[data-astro-cid-iyiqi2so]{transition:transform .3s ease-in-out}.img-container[data-astro-cid-iyiqi2so]>[data-astro-cid-iyiqi2so]:hover{transform:scale(1.2)}.img-container[data-astro-cid-iyiqi2so]:has(h4){background-color:#e7e7e380}.img-container[data-astro-cid-iyiqi2so] h4[data-astro-cid-iyiqi2so]{wrap-option:wrap}
</style></head> <body data-astro-cid-j7pv25f6=""> <header class="head-container card glass" data-astro-cid-3ef6ksr2=""> <nav data-astro-cid-3ef6ksr2=""> <h1 data-astro-cid-3ef6ksr2=""> <a href="/" id="title" class="link" data-astro-cid-3ef6ksr2=""> Koibumi Blog </a> </h1> <div class="internal-links" data-astro-cid-3ef6ksr2=""> <a href="/" target="_self" class="md link-button button-solid-primary" data-astro-cid-3ef6ksr2=""> Home </a> <a href="/blog" target="_self" class="md link-button button-light-primary" data-astro-cid-3ef6ksr2=""> Blog </a> <a href="https://github.com/koibumi-design/astro-blog" target="_self" class="md link-button button-light-primary" data-astro-cid-3ef6ksr2=""> GitHub </a> </div> </nav> </header> <main data-astro-cid-j7pv25f6=""> <div class="card glass" id="avatar-bio" data-astro-cid-j7pv25f6=""> <img src="/avatar.avif" alt="avatar" data-astro-cid-j7pv25f6=""> <section id="bio" data-astro-cid-j7pv25f6=""> <h2 class="emphasize" data-astro-cid-j7pv25f6=""> Koibumi Blog </h2> <p data-astro-cid-j7pv25f6=""> This is a demo site for Koibumi Astro Theme. Fork this from github and start your own blog! </p> <div data-astro-cid-j7pv25f6=""> <p data-astro-cid-j7pv25f6=""> <strong data-astro-cid-j7pv25f6="">
Contact me:
</strong> </p> <div id="contact" data-astro-cid-j7pv25f6=""> <a class="icon-link" href="https://github.com/koibumi-design" target="_blank" aria-label="GitHub" data-astro-cid-j7pv25f6=""> <svg color="currentColor" fill="currentColor" stroke-width="0" style="overflow:visible" viewBox="0 0 24 24" size="32" data-astro-cid-j7pv25f6="true" height="32" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg> </a> </div> </div> </section> </div> <div class="card glass" data-astro-cid-j7pv25f6=""> <h3 data-astro-cid-j7pv25f6="">
Pinned Posts
</h3> </div> <section id="pinned-container" data-astro-cid-j7pv25f6=""> <div class="post-card card glass" data-astro-cid-iyiqi2so=""> <a class="img-container" href="/blog/jp-doc" data-astro-cid-iyiqi2so=""> <img src="/117092881_p3.webp" alt="恋文 Astro Blog ドキュメント" loading="lazy" data-astro-cid-iyiqi2so=""> </a> <h4 data-astro-cid-iyiqi2so=""> <a class="link" href="/blog/jp-doc" data-astro-cid-iyiqi2so=""> 恋文 Astro Blog ドキュメント </a> </h4> <p data-astro-cid-iyiqi2so=""> Koibumi Astro Blog の使い方を紹介します(日本語版) </p> <p class="date" data-astro-cid-iyiqi2so=""> 3/28/2023 </p> </div> <div class="post-card card glass" data-astro-cid-iyiqi2so=""> <a class="img-container" href="/blog/cn-doc" data-astro-cid-iyiqi2so=""> <img src="/117092881_p0.webp" alt="恋文 Astro Blog 主题文档" loading="lazy" data-astro-cid-iyiqi2so=""> </a> <h4 data-astro-cid-iyiqi2so=""> <a class="link" href="/blog/cn-doc" data-astro-cid-iyiqi2so=""> 恋文 Astro Blog 主题文档 </a> </h4> <p data-astro-cid-iyiqi2so=""> 介绍如何使用恋文 Astro 主题博客(中文文档) </p> <p class="date" data-astro-cid-iyiqi2so=""> 3/27/2023 </p> </div> <div class="post-card card glass" data-astro-cid-iyiqi2so=""> <a class="img-container" href="/blog/en-doc" data-astro-cid-iyiqi2so=""> <img src="/117092881_p1.webp" alt="Koibumi Astro Blog Document" loading="lazy" data-astro-cid-iyiqi2so=""> </a> <h4 data-astro-cid-iyiqi2so=""> <a class="link" href="/blog/en-doc" data-astro-cid-iyiqi2so=""> Koibumi Astro Blog Document </a> </h4> <p data-astro-cid-iyiqi2so=""> Introduce how to use Koibumi Astro Blog (English Version) </p> <p class="date" data-astro-cid-iyiqi2so=""> 3/26/2023 </p> </div> </section> </main> <footer id="footer-container" class="card glass" data-astro-cid-sz7xmlte="">
© 2024 Koibumi Design. All rights reserved.<br data-astro-cid-sz7xmlte="">
Powered by <a class="link" href="https://github.com/koibumi-design/astro-blog" data-astro-cid-sz7xmlte="">Koibumi Design</a> </footer> </body></html>