8000 make the cookbook more clear in the intro title, remove redundant blo… · sdras/vuejs.org@1a0b695 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a0b695

Browse files
committed
make the cookbook more clear in the intro title, remove redundant blog title
1 parent 271668a commit 1a0b695

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/v2/cookbook/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Introduction
2+
title: Cookbook Introduction
33
type: cookbook
44
order: 0
55
---

src/v2/cookbook/serverless-blog.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ type: cookbook
44
order: 5
55
---
66

7-
# Create a CMS-Powered Blog Using Vue.js
8-
97
So you've just launched your Vue.js website, congrats! Now you want to add a blog that quickly plugs into your website and you don't want to have to spin up a whole server just to host a Wordpress instance (or any DB-powered CMS for that matter). You want to just be able to add a few Vue.js blog components and some routes and have it all just work, right? What you're looking for a blog that's powered entirely by API's you can consume directly from your Vue.js application. This tutorial will teach you how to do just that, let's dive in!
108

119
We're going to quickly build a CMS-powered blog with Vue.js. It uses [ButterCMS](https://buttercms.com/), an API-first CMS that lets you manage content using the ButterCMS dashboard and integrate our content API into your Vue.js app. You can use ButterCMS for new or existing Vue.js projects.

0 commit comments

Comments
 (0)
0