Created
June 21, 2016 04:52
-
-
Save smartideasinc/96bb256ad57bdfb47eb1d6e3eaa15bcc to your computer and use it in GitHub Desktop.
terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh [email protected] | |
cd /var/www/html/type-theme-master //jekyll path | |
cd _posts | |
vi 2016-06-21-new-post.md //posts has to create in this format | |
jekyll serve --watch //start jekyll server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment