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.
- Host: GitHub
- URL: https://github.com/sustained/sustained.name
- Owner: sustained
- Created: 2019-02-11T04:57:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:24:51.000Z (over 3 years ago)
- Last Synced: 2025-04-05T18:52:09.461Z (about 1 year ago)
- Topics: blog, nuxt, nuxtjs, personal-website, vue, vue-router, vuejs, vuex
- Language: Vue
- Size: 3.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/heuristic-kirch-93494a/deploys) 
# 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).