This is a placeholder post. To publish real content, replace this file or add a new
.mdfile underweb/content/blog/en/.
Why a blog
Writing up how to connect a low-cost AI API, the pricing basis, and tool setup helps users and steadily builds long-tail search traffic.
What you can write
- Standard Markdown: headings, lists, quotes, links
- Inline code like
ANTHROPIC_BASE_URL, plus fenced code blocks:
export ANTHROPIC_BASE_URL="https://api.lowcostaiapi.com"
export ANTHROPIC_AUTH_TOKEN="YOUR_TOKEN"
claude "review this pull request"
How to add a post
- Create
<slug>.mdunderweb/content/blog/<locale>/ - Add frontmatter at the top:
title,description,date,author(optionalcover) - Write the body in Markdown — it appears in
/<locale>/blog/at build time
A post can exist in just one language, or share a slug across locale folders to provide translations — the blog lists them per language.