Skip to content

coygeek/blog.johnnyreilly.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Web App - Build and Deploy 🏗️

This repo contains the source code for John Reilly's blog. The blog can be found here: https://johnnyreilly.com - it is built with Docusaurus.

Running locally

cd blog-website
yarn
yarn start

Building locally

cd blog-website
yarn
yarn build

To then run that build:

yarn serve

Hosting

The blog is hosted on Azure Static Web Apps.

If you'd like to learn how we migrated to SWAs from GitHub Pages then read this post.

We use GitHub Actions to publish.

Auth

Auth between GitHub and Azure is handled by https://github.com/jongio/github-azure-oidc

History

Historically this blog lived on Blogger; from 2012-2021. It only exists there for reference now; it can be found mouldering here: https://icanmakethiswork.blogspot.com

If you're interested in how we migrated from Blogger to Docusaurus, then take a look at our definitive guide to migrating from Blogger to Docusaurus.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.5%
  • JavaScript 20.2%
  • Bicep 3.2%
  • Other 1.1%