forked from colonelpanic/dotfiles
[Emacs] Move bin to gen-gh-pages
This commit is contained in:
17
gen-gh-pages/compile.sh
Executable file
17
gen-gh-pages/compile.sh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export PATH="$HOME/.cask/bin:$HOME/.evm/bin:$PATH"
|
||||
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
TARGET=$(readlink -f "$THIS_DIR/../dotfiles/emacs.d/README.org")
|
||||
|
||||
git clone https://github.com/rejeep/evm.git "$HOME/.evm"
|
||||
evm config path /tmp
|
||||
evm install emacs-25.1-travis --use --skip
|
||||
|
||||
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
|
||||
|
||||
cask install
|
||||
cask exec emacs --script generate-html.el
|
||||
|
||||
cp "$THIS_DIR/../dotfiles/emacs.d/README.html" out/index.html
|
||||
Reference in New Issue
Block a user