personal site https://www.mat.services
 
 
 
Go to file
Matthew Ess 2211402bce Remove ACME/Letsencrypt 2018-07-24 00:36:01 -04:00
.vscode Add _slug 2018-02-10 08:56:23 -05:00
.well-known/acme-challenge Add ACME challenge 2018-07-23 23:56:14 -04:00
assets Communization 2018-03-14 03:14:46 -07:00
components Communization 2018-03-14 03:14:46 -07:00
layouts Remove blog layout, caused flickering 2018-02-09 13:07:31 -05:00
middleware Nuxtify 2018-02-09 13:01:38 -05:00
pages Static ACME challenge 2018-07-24 00:05:41 -04:00
plugins Nuxtify 2018-02-09 13:01:38 -05:00
static Remove ACME/Letsencrypt 2018-07-24 00:36:01 -04:00
store Nuxtify 2018-02-09 13:01:38 -05:00
.editorconfig Nuxtify 2018-02-09 13:01:38 -05:00
.eslintrc.js Fix some stuff 2018-02-21 17:29:15 -05:00
.gitignore Nuxtify 2018-02-09 13:01:38 -05:00
.gitlab-ci.yml Remove ACME/Letsencrypt 2018-07-24 00:36:01 -04:00
README.md Nuxtify 2018-02-09 13:01:38 -05:00
nuxt.config.js Add _slug 2018-02-10 08:56:23 -05:00
package.json Update CI 2018-07-23 21:15:58 -04:00
yarn.lock Update CI 2018-07-23 21:15:58 -04:00

README.md

mat.services

my personal website

Build Setup

# install dependencies
$ npm install # Or yarn 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 the Nuxt.js docs.