- Notifications
You must be signed in to change notification settings - Fork2
Template for simple blog with nuxtjs
NotificationsYou must be signed in to change notification settings
Milchreis/simple-static-nuxtjs-blog
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a template to quickstart your next blog with the power of NuxtJS.
- Had a lot of struggle and research for this features
- Need of basic features with and fast and simple usage
- ready to use (f.e. on github with gh-pages)
- Write your posts in markdown notation
- Configurable cover image
- Default cover image
- Overview of your latest posts
- with preview of the first paragraph from each post
- Support for frontmatter meta data
- Support for google analytics
- Basic navigation and cover images
- Responsive design
- Based on awesome frameworks like: nuxtjs/vue, sass
- Add your posts to the
blogdirectory as markdown file - To use other cover images add you image to the
static/images/blogdirectory and add the filename to the frontmatter configuration of the post
# install dependencies$ npm install# serve with hot reload at localhost:3000$ npm run dev# build for production and launch server$ npm run build$ npm run start# generate static project$ npm run generate# Deploy changes (to gh-pages)$ npm run generate:gh-pages$ npm run deploy
For detailed explanation on how things work, check outNuxt.js docs.
About
Template for simple blog with nuxtjs
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
