Navigation :
Site Workflow
My worflow on this site consists of:
- Author content in Visual Studio Code.
- Run
make html
and visually inspect the result.
- Upload to Azure static website host using
Azure Storage
plugin for VSC.
- Verify the result at http://sergei.gnezdov.us website.
- Commit GIT code and push to origin. The origin is a private GIT repository
on Visual Studio.
NOТЕ: Azure static website is in preview and setup of it was not painless.