Content respository for nuxt-ghpages-blog
This respository houses the blog posts for the corresponding nuxt-ghpages-blog. When an update is pushed this respository's master branch, a rebuild of the blog will be triggered.
This content originally lived on Tumblr. I used https://github.com/skywrite/sky-tumblr-export to convert my existing blog posts to Markdown.
To download and convert blog posts to markdown from a Tumblr, set TUMBLR_API_KEY and TUMBLR_HOST and run
$ npm run start
To create a new post
$ npm run post 'Some Long Title'