前情提要
pelican学习笔记之GITHUB建站(一)
pelican学习笔记(二)之Writing content
pelican学习笔记(三)——Publish your site
2018/01/29
pelican-themes 插入主题
Description 描述
pelican-themes
是 Pelican 用来管理主题的命令行工具。
Usage 用法
pelican-themes [-h] [-l] [-i theme path [theme path ...]]
[-r theme name [theme name ...]]
[-s theme path [theme path ...]] [-v] [-version]
Optional arguments 参数
参数 | 说明 |
---|---|
-h, –help | 显示帮助 |
-l, –list | 列出已经安装的主题 |
-i theme_path, –install theme_path | 安装主题(可多个同时安) |
-r theme_path, –remove theme_path | 删除主题 |
-s theme_path, –symlink theme_path | 以符号链接形式安装主题,而非复制,常用于主题开发 |
-v, –verbose | 详细输出 |
–version | 版本 |
Examples 例子s
Listing the installed themes
$ pelican-themes -l
notmyidea
two-column@
simple
$ pelican-themes --list
notmyidea
two