Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jameshawkinss/blog.jameshawkins.dev
- Owner: JamesHawkinss
- Created: 2021-04-03T19:43:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T10:50:49.000Z (about 1 year ago)
- Last Synced: 2023-10-16T12:51:30.517Z (about 1 year ago)
- Language: Stylus
- Homepage: https://blog.jameshawkins.dev
- Size: 904 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)