Skip to content
/ bloggy Public template

Bloggy is minimum template for git based blog built with vue meta-framework nuxtjs, nuxt-content and tailwind css.

License

Notifications You must be signed in to change notification settings

iqbaladinur/bloggy

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jun 16, 2020
Jun 19, 2020
Jun 28, 2020
Jun 28, 2020
Jun 28, 2020
Jun 19, 2020
Jun 11, 2020
Aug 7, 2020
Jun 12, 2020
Jun 19, 2020
Jun 15, 2020
Aug 7, 2020
Jun 15, 2020
Jun 12, 2020
Jun 15, 2020
Jun 16, 2020
Jun 11, 2020
Jun 19, 2020
Dec 6, 2022
Aug 7, 2020
Jun 16, 2020

Repository files navigation

Netlify Status

Bloggy

bloggy is minimum template for git based blog built with vue meta-framework nuxtjs, nuxt-content and tailwind css.

Write Content

using command line

# create-post will generate md file under folder structure bellow
$ npm run create-post -- your-post-title

# create-page will generate md file under folder strcuture bellow
$ npm run create-page -- your-page-title

write content under this stucture.

.
├── ...
├── content                 	# nuxt-content folder
|   ├── page          		    # your static page
│   |	├── home.md             # content
│   |	└── ....md              # content
│   └── post                    # your blog post
│   	├── hello-world.md      # content
│   	└── ....md              # content
└── ...

Build Setup

# 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 result on /dist
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

LICENSE

MIT License