Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made few hotkeys. #17

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Made few hotkeys. #17

wants to merge 10 commits into from

Conversation

sven--
Copy link
Contributor

@sven-- sven-- commented Nov 2, 2014

Made few hotkeys corresponding to suggested workflow.
P : Publish "octopress" project. (.org -> _posts/.html)
D : Deploy (_posts/.html -> public/blog/.html)
C : Commit all changes.

For deploy, I copied commands suggested in Octopress official page. (http://octopress.org/docs/deploying/)
Whether or not to include "git push" in C hotkey - Official page's suggested command contains push, and I followed it (http://octopress.org/docs/deploying/github/, pasted below)

Don't forget to commit the source for your blog.
git add .
git commit -m 'your message'
git push origin source

@yoshinari-nomura
Copy link
Owner

Thanks for your neat work. I have one thing to ask you before merge.

Is it necessary to set LC_ALL=en_US.UTF-8 before invoking some shell commands?
Since, my default LANG is ja_JP.UTF-8, I think it should be left to each user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants