Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnyreilly/blog.johnnyreilly.com
This is the source code for https://johnnyreilly.com
https://github.com/johnnyreilly/blog.johnnyreilly.com
bicep blog docusaurus dotnet johnnyreilly typescript
Last synced: 20 days ago
JSON representation
This is the source code for https://johnnyreilly.com
- Host: GitHub
- URL: https://github.com/johnnyreilly/blog.johnnyreilly.com
- Owner: johnnyreilly
- License: mit
- Created: 2021-02-28T09:08:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:32:49.000Z (30 days ago)
- Last Synced: 2024-10-19T20:57:29.523Z (27 days ago)
- Topics: bicep, blog, docusaurus, dotnet, johnnyreilly, typescript
- Language: TypeScript
- Homepage: https://johnnyreilly.com
- Size: 1.89 GB
- Stars: 37
- Watchers: 3
- Forks: 14
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# [johnnyreilly.com](https://johnnyreilly.com)
[![Static Web App - Build and Deploy 🏗️](https://github.com/johnnyreilly/blog.johnnyreilly.com/actions/workflows/build-and-deploy-static-web-app.yml/badge.svg)](https://github.com/johnnyreilly/blog.johnnyreilly.com/actions/workflows/build-and-deploy-static-web-app.yml)
This repo contains the source code for John Reilly's blog. The blog can be found here: - it is built with [Docusaurus](https://docusaurus.io/).
## Running locally
```shell
cd blog-website
npm i
npm start
```## Building locally
```shell
cd blog-website
npm i
npm run build
```To then run that build:
```shell
npm run 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.](https://johnnyreilly.com/2022/02/01/migrating-from-github-pages-to-azure-static-web-apps)
[We use GitHub Actions to publish.](.github/workflows/build-and-deploy-static-web-app.yml)
## 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:
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](https://johnnyreilly.com/definitive-guide-to-migrating-from-blogger-to-docusaurus).