Skip to content

Developer blog hosted on GitHub Pages. Built with MDX content and Docusaurus

License

Notifications You must be signed in to change notification settings

spencerlepine/blog

Repository files navigation

Developer Blog project status badge Deployment Status Badge

My personal developer blog (spencerlepine.com/blog, a static site built from MDX content. This repository includes automated workflows for cross-posting each article to Medium.com and Dev.to (using GitHub Actions)

Blog Screenshot

Built With

Links

Architecture

Architecture Diagram

Cross-posting

Cross Posting Diagram

Deployment

Deployment Diagram

Local Development

$ yarn install
$ yarn start
# view on http://localhost:3000

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Production Build

$ yarn run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Documentation

TODO

  • add actions/ folder, add repos (archive/delete the old two forks)
  • Update spencerlepine.com/package.json build script to clone and download blog assets