/assets/avatar.png

Live Long and Prosper 🖖

font icon 之 material design icons

安装方式 Git Repository The material icons are available from the git repository which contains the complete set of icons including all the various formats we are making available. 1 2 $ git clone http://github.com/google/material-design-icons/ Installing icons from bower Install the icons using the Bower package manager. 1 2 $ bower install material-design-icons Installing icons from npm Install the icons using npm package manager. 1 $ npm install

font-spider 字蛛,让让网页自由引入中文字体成为可能

字蛛是一个智能 WebFont 压缩工具,它能自动分析出页面使用的 WebFont 并进行按需压缩。

使用时注意:

  1. @font-face 中的 src 定义的 .ttf 文件必须存在,其余的格式将由工具自动生成
  2. 开发阶段请使用相对路径的 CSS 与 WebFont (否则后面还得改回去 - -#)

安装、使用什么的都很简单,基于nodejs

  • npm install font-spider -g

git自动push脚本

最近几天尝试各种git库管理方案,还有各种库调试。 突然感觉到git的push太过繁琐了,用 git add. 全加上不科学, 一个个加又太费劲,内容撸完了推送

hexo 常见错误 Cannot find module

常见错误 1 2 3 { [Error: Cannot find module './build/Release/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } { [Error: Cannot find module './build/default/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } { [Error: Cannot find module './build/Debug/DTraceProviderBindings'] code: 'MODULE_NOT_FOUND' } Try to install with --no-optional option. 1 $ npm install hexo --no-optional