Skip to content

Commit 5fe071a

Browse files
authored
feat(blog): add mcp-context-forge post and improve styles (#12)
* feat(blog): add mcp-context-forge post and improve styles - Add new blog post about mcp-context-forge MCP Gateway - Add h2/h3 margin-top for better section separation - Change link color to blue for better visibility - Improve translation prompt for SEO optimization * fix(ci): add -A option to git-auto-commit for untracked files * chore: add English translations for PR #12 * fix(translate): handle markdown codeblock and warn if title/description untranslated * chore: add English translations for PR #12 * fix(translate): add debug logging and flexible frontmatter parsing * chore: add English translations for PR #12 * fix(translate): handle YAML special characters in title/description * chore: add English translations for PR #12 * fix(blog): update pubDate to 2025-12-19 * chore: add English translations for PR #12
1 parent 4073542 commit 5fe071a

18 files changed

+489
-19
lines changed

.github/workflows/translate-to-english.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ jobs:
6969
uses: stefanzweifel/git-auto-commit-action@v5
7070
with:
7171
commit_message: "chore: add English translations for PR #${{ github.event.pull_request.number }}"
72-
file_pattern: src/content/blog-en/**/*.md
72+
file_pattern: 'src/content/blog-en/*.md'
73+
add_options: '-A'
1.28 MB
Loading
486 KB
Loading
370 KB
Loading
348 KB
Loading
157 KB
Loading
498 KB
Loading
325 KB
Loading
404 KB
Loading
386 KB
Loading

0 commit comments

Comments
 (0)