Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.74 KB

README.md

File metadata and controls

62 lines (38 loc) · 1.74 KB

webapp-staticsite-template

Azure Web App Template for Static Site Generator (e.g VuePress, Hugo)

Getting Started

1. Deploy to Azure

2. Choice site generator

image

3. Setup build command and publish directory

Hexo

Build Command Publish Directory
hexo generate public

image

Hugo

Build Command Publish Directory
hugo public

image

Nuxt

Build Command Publish Directory
npm run generate dist

image

VuePress

Build Command Publish Directory
npm run build .vuepress/dist

image

4. Deploy using git

5. Enjoy 😄

License

This project is licensed under the MIT License