/bens-blog-boilerplate

An open-sourced opinionated blogging infrastructure that Ben uses to power his own blog

Primary LanguageVueApache License 2.0Apache-2.0

Ben's Blog Boilerplate

This project was created as a way to share the infrastructure that powers my own site, bencodezen.io. By creating this, I hope this helps other developers to spend more time focusing on their writing while still having the power to customize things on the site as they desire without having to fuss with all the features that go into a good personal site experience.

Technology Stack

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.