Skip to content

Instantly share code, notes, and snippets.

View abearxiong's full-sized avatar
💭
coding

熊潇 abearxiong

💭
coding
  • china
View GitHub Profile
@abearxiong
abearxiong / jekyll-guide.md
Last active June 15, 2019 06:09 — forked from hellokaton/jekyll-guide.md
Jekyll 中的配置和模板语法

Jekyll 中的配置和模板语法

配置

文件介绍

_config.yml

Jekyll 的全局配置文件。
比如网站的名字,网站的域名,网站的链接格式等等。

alias 命令 2019.4.27

添加alias别名

alias name=`$shell cmd`

永久添加alias--在/home目录或其他目录找到.bashrc,在相应位置添加类似上面命令,添加别名(有相应位置,看得到alias其他的)

查看alias别名