Skip to content

Commit

Permalink
Add next-steps in conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespohalloran committed Jul 4, 2023
1 parent 0979db5 commit 626b878
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions content/blog/Supercharge-Your-Markdown-Blog-with-AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ last_edited: '2023-07-05T04:00:00.000Z'
author: Logan Anderson
---

## Leverage Your Workflow with TinaCMS
## Leveraging Your Workflow with TinaCMS

With TinaCMS, all your content changes are committed directly to Git. This enables your team to create a variety of workflows for reviewing and merging content updates. By leaning on GitHub's robust infrastructure, you're empowered to seamlessly integrate CI/CD into your content workflow.

Expand Down Expand Up @@ -37,8 +37,22 @@ AI's increasing role in content development can't be ignored. However, getting u

After you've integrated the bot into your repository, you can command it to make suggestions by commenting `ai fix: <path to file>`. The bot will then offer commit suggestions in the form of a pull request review.

## Wrap Up
## Looking Ahead: AI and Git-based Content

Our GitHub bot works hand in hand with TinaCMS to enhance the content creation process. No longer do you need to manually copy and paste suggestions. The bot brings suggestions right to your pull requests for a smooth, efficient experience.

While AI is a powerful tool, remember it's an aid to your content creation, not a replacement. With the `ai-content-suggestions` bot, you can harness AI's potential without disrupting your existing workflow. Get to know our GitHub bot today, and see how it can assist your content development process.
We can envision some impressive custom workflows being built with AI and Git-based content. For instance, you could build off of this bot to:

- Enable editors to create custom prompts:

```bash
ai fix: posts/foo.md --prompt="The conclusion is a bit wordy."
```

- Trigger the AI bot with custom events, such as opening a PR.

- Utilize analytics to suggest recommendations based on your top/bottom performing pages.

- Integrate this bot with your feedback widget, to open PRs based on user feedback.

These are just a few of the many possibilities we see for integrating AI with Git-based content. We're excited about the potential here and look forward to seeing the creative workflows that the community will build.

0 comments on commit 626b878

Please sign in to comment.