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

https://github.com/sustained/sustained.name

My personal website.
https://github.com/sustained/sustained.name

blog nuxt nuxtjs personal-website vue vue-router vuejs vuex

Last synced: about 1 month ago
JSON representation

My personal website.

Awesome Lists containing this project

README

          

[![Netlify Status](https://api.netlify.com/api/v1/badges/43b01d98-b177-4d1e-9320-b4522bdba3a3/deploy-status)](https://app.netlify.com/sites/heuristic-kirch-93494a/deploys) ![Discord](https://img.shields.io/discord/590826948125786113.svg)

# sustained.name

My personal website, built with **Nuxt** with a little help from markdown-it, highlight.js, tailwindcss, frontmatter-markdown-loader, gray-matter and more...

## Build Setup

``` bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
```

For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).