mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge cba893f392 into 5667161d49
This commit is contained in:
commit
bdd6f9b04a
2 changed files with 18 additions and 0 deletions
1
plugins/pelican
Submodule
1
plugins/pelican
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit eb3e1fe27e5e872fae3297ec441fb7be6b281b96
|
||||||
17
plugins/pelican.plugin.zsh
Normal file
17
plugins/pelican.plugin.zsh
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# -------------------------------------------------------
|
||||||
|
# Pelican plugin for oh-my-zsh
|
||||||
|
# author: Yann-Sebastien Tremblay-Johnston (underchemist)
|
||||||
|
# email: yanns.tremblay@gmail.com
|
||||||
|
# -------------------------------------------------------
|
||||||
|
# wrapper script for pelican build and deploy commands
|
||||||
|
# set to use the make file in the pelican directory
|
||||||
|
# -------------------------------------------------------
|
||||||
|
|
||||||
|
alias pb='make html' # (re)generate the web site
|
||||||
|
alias pc='make clean' # remove the generated files
|
||||||
|
alias pbr='make regenerate' # regnerate files upon modification
|
||||||
|
alias pp='make publish' # generate using publishconf.py
|
||||||
|
alias pl='make serve' # serve site at http:localhost:8000
|
||||||
|
alias pd='make devserver' # start/restart develop_server.py
|
||||||
|
alias psp='make stopserver' # stop local server
|
||||||
|
alias pgit='make github' # upload to the web site via gh-pages
|
||||||
Loading…
Add table
Add a link
Reference in a new issue