This article is for subscribers
Get access to premium articles, exclusive newsletters, and the full archive.
Subscribe NowAlready a member? Sign in
A reference of all UI components, patterns, and styles used throughout the Cortex theme.
Everything that defines the Cortex visual language — colors, typography, surfaces, and interactive elements.
Playfair Display 900
clamp(2rem, 4.5vw, 3rem) / 1.15
Playfair Display 700
2rem / 1.25
Playfair Display 700
1.5rem / 1.25
Playfair Display 700
1.25rem / 1.25
Inter 400
1.125rem / 1.7
Body text rendered in Inter. Optimized for long-form editorial reading with generous line-height and careful letter-spacing. Antialiased for dark backgrounds.
Inter 400
0.875rem / 1.5
Caption text for metadata, dates, and secondary information displayed throughout the interface.
JetBrains Mono 400
0.9rem / 1.7
const theme = 'cortex'; // monospace specimen
JetBrains Mono 400
0.6875rem / uppercase 0.15em
Bold, italic, link, code
Bold text, italic text, hyperlink, and inline code
// Cortex Theme Configuration
import { defineConfig } from '@ghost/theme-sdk';
export default defineConfig({
name: 'cortex',
typography: {
heading: 'Playfair Display',
body: 'Inter',
mono: 'JetBrains Mono'
},
darkMode: true,
features: ['toc', 'membership', 'search']
});
Real content rendered through theme partials using Ghost data queries.
A comprehensive test post demonstrating every Ghost editor element, typography style, and content card. Use this to verify theme styling.
Most tech blogs are content marketing dressed as education. Here is how to build something developers genuinely want to read — and come back to.
Paid newsletters generated over $200M in revenue last year. Here is what is working, what is not, and where the market is heading.
Machine learning, neural networks, LLMs, and the systems reshaping how we build software and understand data.
postsCloud platforms, containers, CI/CD, observability, and the plumbing that keeps modern applications running.
postsProduct thinking, startup lessons, business models, and strategic decisions at the intersection of technology and markets.
postsArchitecture, systems design, developer tools, and best practices for building production software at scale.
postsAll Ghost editor card types rendered with theme styles. Wrapped in post content for accurate styling.
var(--accent).Cortex is built for Ghost CMS 5.0+ and uses Handlebars templating. It works with all Ghost hosting providers including Ghost(Pro), self-hosted, and custom setups.
Go to Ghost Admin > Settings > Design > Brand. Change the accent color and it will propagate through all CSS custom properties automatically via var(--ghost-accent-color).
Exploring the intersection of machine intelligence and human creativity.
From neural networks to transformer architectures
Get premium articles, weekly newsletters, and exclusive deep-dives.
SubscribeNext-generation AI inference engine with 4x faster processing and 60% lower power consumption. Built for edge deployment.
Weekly insights on AI, tech, and the future of computing.
The best way to predict the future is to invent it. Technology is nothing more than an extension of human imagination.
This is an aside-style blockquote used for supplementary commentary, editorial notes, or tangential thoughts that enrich the main narrative without interrupting its flow.
| Model | Parameters | Accuracy | Latency |
|---|---|---|---|
| GPT-4 | 1.8T | 96.2% | 380ms |
| Claude 3.5 | ~500B | 94.8% | 210ms |
| Gemini Ultra | ~1T | 95.1% | 290ms |
Authentication flows, subscription forms, pricing tiers, content gating, and member account states.
Sign in to your account with a magic link — no password needed.
Don't have an account? Sign up
Create a free account to get access to articles, newsletters, and more.
Already have an account? Sign in
A sign in link has been sent to your email address. Click the link to securely sign in.
Subscribe to get access to premium articles, weekly newsletters, and more.
Minimal form with newsletter targeting via data-members-newsletter.
Full access to all content and features
This is a preview of the gated content. The text fades out and a paywall CTA appears below...
Get access to premium articles, exclusive newsletters, and the full archive.
Subscribe NowAlready a member? Sign in
This is a preview of paid content. The member needs to upgrade their plan to access the full article...
This post is for paid subscribers. Upgrade to get full access to this and all premium content.
View PlansTheme-specific JavaScript-driven components and interactive features.
The TOC sidebar appears alongside long-form content. It scans h2/h3 headings and builds a navigable list with scroll-spy highlighting and a reading progress bar.
Post cards, membership CTAs, and section labels fade in when they enter the viewport. Uses shared scroll-reveal.js with IntersectionObserver.
Before (hidden)
After (visible)
12 posts
AI researcher & technical writer
Magic link email authentication form.
custom-signin.hbsRegistration with newsletter subscription options.
custom-signup.hbsMember dashboard with subscription and tier management.
custom-account.hbsPage layout without sidebar, edge-to-edge content.
custom-full-width.hbsPosts filtered by tag with description header.
tag.hbsAuthor profile with bio and post grid.
author.hbsCustom page not found with search and recent posts.
error-404.hbs