Update from Forestry.io - Updated cms-and-auto-deployment-for-vuepress.md
nichlas@itsnwa.com
committed Aug 09, 2018
commit 55aa799a45c7d288a66904fdda0ea5e20ff1adc4
Showing 1
changed file with
3 additions
and 2 deletions
portfolio/journal/cms-and-auto-deployment-for-vuepress.md
+3
-2
| @@ | @@ -1,12 +1,13 @@ |
| --- | |
| title: CMS and auto deployment for vuepress | |
| date: 2018-08-09 19:49:28 +0200 | |
| - | thumbnail: "/upload/fail-18.gif" |
| + | thumbnail: "/upload/photo-1508186130517-a6d7405bf726.jpeg" |
| excerpt: This works like expected, this text is only visible on the front page where | |
| all the journal posts are listed | |
| categories: | |
| - netlify | |
| - static | |
| + | |
| --- | |
| # CMS and auto deployment for vuepress | |
| @@ | @@ -36,4 +37,4 @@ Now, push it up to your remote git repository. |
| 2. Set the build command to: `npm run site:build` | |
| 3. Set the publish directory to `.vuepress/dist` | |
| - | That's it! your site is now deploying automatically! |
| + | That's it! your site is now deploying automatically! |
| \ No newline at end of file | |