Update from Forestry.io - Updated cms-and-auto-deployment-for-vuepress.md
Nichlas Andersen
committed Aug 10, 2018
commit 247b53964382769839036dd5fa7a9b253f3501a7
Showing 1
changed file with
9 additions
and 5 deletions
portfolio/journal/cms-and-auto-deployment-for-vuepress.md
+9
-5
| @@ | @@ -1,11 +1,11 @@ |
| --- | |
| title: CMS and auto deployment for vuepress | |
| - | date: 2018-08-09 19:49:28 +0200 |
| + | date: 2018-08-09 17:49:28 +0000 |
| excerpt: This works like expected, this text is only visible on the front page where | |
| all the journal posts are listed | |
| --- | |
| - | # CMS and auto deployment for vuepress |
| + | # Content management and auto deployment for Vuepress |
| Let's check out how we can automatically deploy our vuepress sites and manage the content from within Forestry. | |
| @@ | @@ -30,7 +30,11 @@ Now, push it up to your remote git repository. |
| ### Deploying with Netlify | |
| 1. Create a new site in Netlify and import your repository. | |
| - | 2. Set the build command to: `npm run site:build` |
| - | 3. Set the publish directory to `.vuepress/dist` |
| + | 2. Set the build command to: `npm run site:build portfolio` |
| + | 3. Set the publish directory to `portfolio/.vuepress/dist` |
| - | That's it! your site is now deploying automatically! |
| + | ### "Setting up" Forestry |
| + | |
| + | Well, there's not much to set up really, this theme is pre-configured and works out of the box. Create an account at [Forestry](https://forestry.io "Forestry") and import your repository. |
| + | |
| + | That's it, that's all. Enjoy your new site! |
| \ No newline at end of file | |