Skip to content
forked from mazipan/blog-2.0

🗣 A personal blog by Irfan Maulana built with Nuxt.js

License

Notifications You must be signed in to change notification settings

aditgege/blog-2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗣 Blog-2.0

JavaScript Style Guide Codacy Badge Codecov Website Up Travis Greenkeeper badge Dependencies

A personal blog by Irfan Maulana built with Nuxt.js

Live

https://www.mazipan.xyz

Logo

Logo

Raw file in this vectr.com link

Screenshoot

Homepage Post Detail
Homepage Detail

Firebase Setup

We use Firebase Real Time Database, so you need to create file .env before running this project in your local.

FIREBASE_API_KEY= your firebase `apiKey` config
FIREBASE_AUTH_DOMAIN= your firebase `authDomain` config
FIREBASE_DATABASE_URL= your firebase `databaseURL` config
FIREBASE_PROJECT_ID= your firebase `projectId` config
FIREBASE_STORAGE_BUCKET= your firebase `storageBucket` config
FIREBASE_MESSAGING_SENDER_ID= your firebase `messagingSenderId` config

Create DB in Firebase Database with your own name, and import from file firebase-db-export.json in this project.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# generate static project
$ yarn generate

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

Thanks for these awesome repo


Copyright © 2019 by Irfan Maulana

About

🗣 A personal blog by Irfan Maulana built with Nuxt.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 59.2%
  • JavaScript 32.2%
  • CSS 7.0%
  • HTML 1.6%