🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

hexo-post

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-post

读取某个目录下的配置文件,通过该配置文件,指定要发布的文件内容

npmnpm
Version
1.1.0
Version published
Weekly downloads
13
225%
Maintainers
1
Weekly downloads
 
Created
Source

README

读取某个目录下的配置文件,通过该配置文件,指定要发布的文件内容

Example

hexo.yaml

posts:
  - title: JavaScript基础
    date: 2018-04-11 22:05:14
    path: langs/ecmascript/javascript-base.md
    imageBaseUrl: https://raw.githubusercontent.com/liuyanjie/knowledge/master/langs/ecmascript/
    categories:
    - Syntax
    - JavaScript
    tags: 
    - JavaScript
    - JavaScript基础

  - title: JavaScript深度
    date: 2018-05-02
    path: langs/ecmascript/javascript-deep.md
    imageBaseUrl: https://raw.githubusercontent.com/liuyanjie/knowledge/master/langs/ecmascript/
    categories:
    - Syntax
    - JavaScript
    tags: 
    - JavaScript
    - JavaScript执行上下文、变量对象、活动对象、词法作用域、闭包、执行过程
hexo-post -f path/to/hexo.yaml

FAQs

Package last updated on 23 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts