1.0.5 • Published 2 years ago

hexo-deployer-firebase v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hexo-deployer-firebase

Google Firebase Deployer for Hexo.

Usage

Installation

npm i hexo-deployer-firebase --save

Initialize Your Project

Go to Firebase Console and add a project.

npm.io

Then, install Firebase CLI by your favorite ways.

npm.io

Finally, Login to your Firebase CLI. Run this command in your terminal.

firebase login

If you don't have the access to localhost, run this command below:

firebase login --no-localhost

Now you can configure this plugin!

Options

You can configure this plugin in Hexo's _config.yml:

deploy:
    - type: firebase
      id: <Your project's unique identifier>

The identifier usually at your project's name below. For an example:

npm.io

pai233-blog is this project's identifier.

Deploy

Just run hexo d in your terminal.

If you are using this plugin in mainland China, you may need to set a proxy server.

LICENSE

MIT

1.0.5

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago