Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alstormyk/asksite
A sanitized version of askcreative.space
https://github.com/alstormyk/asksite
blog bulma ecwid netlify netlify-cms nuxt nuxtent nuxtjs pwa template
Last synced: about 1 month ago
JSON representation
A sanitized version of askcreative.space
- Host: GitHub
- URL: https://github.com/alstormyk/asksite
- Owner: alstormyk
- License: mit
- Created: 2018-04-26T11:56:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T18:07:20.000Z (over 6 years ago)
- Last Synced: 2024-11-09T19:23:52.529Z (3 months ago)
- Topics: blog, bulma, ecwid, netlify, netlify-cms, nuxt, nuxtent, nuxtjs, pwa, template
- Language: Vue
- Homepage: https://asksite.netlify.com/
- Size: 1.85 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asksite
>A template of the [Amy Storm Kosman creative website](https://www.askcreative.space)
The fonts don't need to be in two places. I did that as an example of using the static and asset directory.The template is for a [PWA](https://github.com/nuxt-community/pwa-module)
Score for this repo..
![](https://asksite.netlify.com/asksitepwa05-10-18.png)
Score for askcreative.space...
![](https://asksite.netlify.com/askcreativepwa2018-05-10.png)
This template has a [Nuxtent](https://github.com/nuxt-community/nuxtent-module) powered blog. [Nuxt-Netlify-CMS](https://github.com/medfreeman/nuxt-netlify-cms-module) is included.
Styled with [Bulma](https://bulma.io/), [Nuxt-Bulma-Slim](https://github.com/mustardamus/nuxt-bulma-slim), and [Bulma Timeline](https://github.com/Wikiki/bulma-timeline).
Lastly it also includes the [Sitemap Module](https://github.com/nuxt-community/sitemap-module).[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/askcreative/asksite)
## Build Setup
``` bash
# 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](https://github.com/nuxt/nuxt.js).