https://github.com/wesdoyle/blog
Source code for my old blog. New source code is here: https://github.com/wesdoyle/my-blog
https://github.com/wesdoyle/blog
blog developer-blog reading-list
Last synced: about 2 months ago
JSON representation
Source code for my old blog. New source code is here: https://github.com/wesdoyle/my-blog
- Host: GitHub
- URL: https://github.com/wesdoyle/blog
- Owner: wesdoyle
- Created: 2020-04-24T00:38:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T11:42:28.000Z (over 3 years ago)
- Last Synced: 2024-04-14T19:56:27.665Z (about 2 years ago)
- Topics: blog, developer-blog, reading-list
- Language: Vue
- Homepage: https://wesdoyle.net
- Size: 7.49 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
This is my personal blog. I keep my (mostly non-software-related) reading notes here, and occassionally write technical blog posts.
[https://wesdoyle.net](https://wesdoyle.net)
## Notes
If you're interested, I've built this iteration of the blog using Gridsome, which is a JAMstack Vue.js static site generator. My blog posts and reading notes are written in markdown. The app is deployed using Netlify.
## Build
```
gridsome build
```