8000 updated w/ summary · vuejsadmin/30-days-of-vue@bf1472f · GitHub
[go: up one dir, main page]

Skip to content

Commit bf1472f

Browse files
committed
updated w/ summary
1 parent b8850b6 commit bf1472f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
title: `30 Days of Vue`,
44
permalink: '/30-days-of-vue',
55
subtitle: `A free introduction to Vue in 30 bite-size morsels`,
6+
gitRepoHttpUrl: 'https://gitlab.com/fullstackio/thirty-days-of-vue',
67
heroLogoUrl: './images/vue-logo.png',
78
heroPhotoUrl: './images/cover-image-sebastian-unrau-47679-unsplash.jpg',
89
paperBookPhotoUrl: './images/30-days-of-vue-hardcover.jpg',
@@ -15,6 +16,11 @@ module.exports = {
717C 1516
1617
Over the next 30 days, we'll walk through everything you need to know to work with Vue. From the **very beginning** through topics like the **Vue Instance**, **Components**, and even **Testing**.
1718
`,
19+
whatIsThis: dedent`
20+
This post is part of the series [**30 Days of Vue**](/30-days-of-vue).
21+
22+
In this series, we're starting from the very basics and walk through everything you need to know to get started with Vue. If you've ever wanted to learn Vue, this is the place to start!
23+
`,
1824
pdfLength: '310+',
1925
faq: [
2026
{

0 commit comments

Comments
 (0)
0