added prose support

This commit is contained in:
2024-11-05 22:03:32 +01:00
parent 24244d31a1
commit 1bba2d03a9
17 changed files with 259 additions and 19 deletions

View File

@@ -7,9 +7,11 @@
<meta name="robots" content="noindex, nofollow" />
<title>nihil's abode</title>
<meta name="description" content="nihil's humble abode on the interweb">
<link rel="stylesheet" href="/assets/css/tailwind.css">
<link defer rel="stylesheet" href="/assets/css/tailwind.css">
<link rel="icon" type="image/x-icon" href="/assets/img/favicon.png">
<script src="/scripts/jquery-3.7.1.min.js"></script>
<script defer src="/scripts/jquery-3.7.1.min.js"></script>
<!-- opt-in analytics provided by offen, no data is shared with any third party -->
<script async src="https://offen.valhrafnaz.gay/script.js" data-account-id="6bb7bf01-cc5a-4f7a-9142-d6010c0411d5"></script>
</head>
<body class="">
<script src="/scripts/oneko.js"></script>
@@ -35,7 +37,7 @@
<div id="post-container" class="w-2/3 flex flex-col items-center">
<div class="post transition-all duration-300 hover:scale-110">
<a class="text-off-white hover:text-pink-500" href="/posts/post-1/">
<a class="text-off-white hover:text-pink-500" href="/content/first-post-hehe-3/">
<h2 class="text-2xl text-pink-300">first post hehe :3</h2>
<div class="text-justify text-base leading-snug"> this first post doesn't really contain much of substance, but in the future you can expect any sort of prose&hellip; </div>
<p class="text-sm text-purple-300"> Sun Nov 03 2024 </p>