Add blog CMS with view tracking #1
@@ -32,8 +32,7 @@ export default async function BlogsPage() {
|
||||
Technical writing on infrastructure, software, and product work.
|
||||
</h1>
|
||||
<p className="mt-4 max-w-2xl text-sm leading-7 text-gray-400 sm:text-base">
|
||||
Articles are managed through the same admin system as the rest of the site, with markdown
|
||||
authoring and publishing controls.
|
||||
Notes, updates, and technical writing across current projects and systems.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -34,13 +34,13 @@ export function TopBlogs() {
|
||||
<section className="mx-auto w-full max-w-6xl space-y-8 px-4">
|
||||
<div className="space-y-3 text-center">
|
||||
<p className="text-[11px] font-semibold uppercase tracking-[0.32em] text-gray-500">
|
||||
most read
|
||||
blog
|
||||
</p>
|
||||
<h2 className="text-3xl font-semibold text-white sm:text-4xl">
|
||||
top blog posts by views
|
||||
recent writing
|
||||
</h2>
|
||||
<p className="mx-auto max-w-2xl text-sm text-gray-500 sm:text-base">
|
||||
The three posts people keep opening first.
|
||||
Notes on infrastructure, software, and the things I am building.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user