Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jameshawkinss/blog.jameshawkins.dev

My personal blog
https://github.com/jameshawkinss/blog.jameshawkins.dev

Last synced: 6 days ago
JSON representation

My personal blog

Awesome Lists containing this project

README

        

# blog.jameshawkins.dev

My personal blog, written in Vuepress. This was originally using Jekyll with the Accent theme, but I decided to recode it using Vuepress to match the rest of my site.

It deploys via GitHub Actions, using a Vuepress action available online, and is then published to [the interwebs](https://blog.jameshawkins.dev) with GitHub Pages.

## Running locally
1. Clone repo
2. `npm install`
3. `npm run dev`
4. [Profit!](http://localhost:8080)