Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.13 KB

README.md

File metadata and controls

68 lines (40 loc) · 1.13 KB

Github Gist Migrator

npm version

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

👉 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) -->