feat: basic setup

This commit is contained in:
changjun
2023-05-04 21:56:33 +08:00
parent 6fab4e9798
commit e82e8f7b51
3 changed files with 24 additions and 10 deletions

View File

@@ -30,10 +30,7 @@ body: The body of the article.
-->
<header class="flex">
header2: [[feed_link_title]] [[byline]] [[text_size_class]]
</header>
<article>
<div id="bodyContainer" class="articleBody prose max-w-prose px-8 py-16 mx-auto [[text_size_class]]">[[body]]</div>
<article class="prose max-w-prose px-8 py-10 mx-auto prose-dark dark:prose-light font-sans [[text_size_class]]">
<h1>[[title]]</h1>
[[body]]
</article>