This is a test post to demonstrate the blog template. You can write your content here and see how it looks with the Google Docs-style formatting.

Prompt: can you generate a blog template for me in resources? i want this template to have a simple feel, like a google doc. that is, i want it to be a page, centered, with the dimensions of a normal google doc, but i want it to be continuous (no pages). i want to be able to insert charts, code, pictures, and type in markdown in this doc template, potentially one day inplementing mermaid.js.

Normies discovering the utility of Claude Code in Dec 2025
Figure 1: The moment of discovery

Code Example

Here's a simple code snippet:

function hello() {
    console.log('Hello, world!');
}

hello();

Mermaid Diagram

Here's a simple flowchart:

graph TD
    A[Start] --> B[Write Code]
    B --> C{Does it work?}
    C -->|Yes| D[Celebrate!]
    C -->|No| E[Debug]
    E --> B
    D --> F[End]
            

Lists and Text

Some things I like about this template:

  • Clean, minimal design
  • Easy to read
  • Supports code and diagrams
"Simplicity is the ultimate sophistication." - Leonardo da Vinci