Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 680 Bytes

Readme.md

File metadata and controls

7 lines (4 loc) · 680 Bytes

Build: Build Status

This is the source of my blog post.

The posts in source/_posts are built into html files at build time. Azure listens to git commits and then runs deploy.sh which installs hexo and generates html into ./public with hexo. the web.config (which is what Azure uses as a .htaccess file) rewrites all urls to the public directory. Any 404's will be redirected to 404/ which will actually be public/404/index.html in the filesystem

Don't worry the key pair in the repo is just generated so I can serve ssl locally.