Knowledge Base
Titanium Manufacturing FAQ
Expert answers about titanium CNC machining, materials, tolerances, certifications, and manufacturing processes. Find quick answers to common engineering and procurement questions.
Content Management
How do I add a new blog post?
Create a new Markdown file in `src/content/blog/` with frontmatter including `title`, `description`, `locale`, `publishDate`, and optional fields like `tags`, `featured`, and `uid`. Commit it and open a pull request to publish.
Customization
How do I customize the site theme?
The site uses a blue palette defined in `src/styles/tokens/colors.css`. You can modify the CSS variables there for both light and dark modes. The Tailwind `@theme` block in `global.css` maps these tokens to utility classes.