Recent Posts

模板

less than 1 minute read

新建文章 需要新建文章的话,就在 _posts 文件夹下新增一个 .md 文件,提交到远程仓库即可。建议复制本模板,需要更改的地方只有以下 4 处,其余部分与标准 md 没有差异。 插入图片 将图片保存至 ./assets/images/ 文件夹下,调用图片的方式与 md 标准相同,格式为![图片描述]...

挖坑

less than 1 minute read

npm (已填?) 感觉最近这个好火啊,安装任何东西都可以 npm。。。 npm 其实就是 Node.js 的包管理软件。。。一坑套一坑,开坑 JavaScript。 gitbook (已填) 这个 github pages 应该是阴差阳错弄出来的。。。本来想用 gitbook 的。 不过也好,多了一个...

gitbook 简明教程

less than 1 minute read

准备开发环境 安装 Node.js 从在 Node.js 官网下载 Node.js。 会现在一个 .msi 文件,直接安装就好。 安装过程中会有一个选项,问你是否要自动安装 Node.js 缺失的依赖。这个选项默认是否的,我没有勾选,安装完成之后也没有遇到依赖问题。 ...

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Post: Link Permalink

less than 1 minute read

This theme supports link posts, made famous by John Gruber. To use, just add link: http://url-you-want-linked to the post’s YAML front matter and you’re done.