1.0.0 • Published 6 years ago

hexo-migrator-gists v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Github Gist Migrator

npm version

Migrate your blog from Github Gist to Hexo. ( ͡° ͜ʖ ͡°)✧

:point_right: Demo

Install

$ npm install hexo-migrator-gists --save

Usage

Execute the following command to create/update posts from Github Gist.

$ hexo migrate gists

Advanced Usage

Save Github Gist Id

Add this line to _config.yml, then the plugin will stop asking for your username.

# Gists
gists_user: <your github gist id>

Front-matter

You can use Hexo Front-matter in posts, plugin will automatically merge them.

---
title: New title...
tags:
- Android
- Android Things
---

Hide Contents

Hide the contents which you don't want to be shown in your blog. For example, the header line.

<!-- @Gist(hide) -->
# Contents to be hidden in your blog...
<!-- @Gist(hide) -->