Azure Web App Template for Static Site Generator (e.g VuePress, Hugo)
Build Command | Publish Directory |
---|---|
hexo generate | public |
Build Command | Publish Directory |
---|---|
hugo | public |
Build Command | Publish Directory |
---|---|
npm run generate | dist |
Build Command | Publish Directory |
---|---|
npm run build | .vuepress/dist |
- Use continuous deployment (e.g GitHub, Azure Repos)
- Use local git
This project is licensed under the MIT License