Skip to content

yongqianme/brucebot.com.site

Repository files navigation

Source for brucebot.com , a Personal blog about Robotics Automation.

Read the Post Blog with Jekyll and Markdown for more information.(Chinese Only)

##Usage

###Gallery Just Copy your photos folder to /gallery

Tweet

Set twitter ID in tweets/tweets.php:

display_latest_tweets('brucebot');

###instagram/likedphoto

Set your own instagram access_token in /instagram/instagram.php and /likedphoto/ instagram.php.

$access_token='Your token';

###New post

rake post["post tile",category]

Automatically Open the new post in default text editor, Mine is Mou.

There is a draft switch for each post, after finish the post, set it to false to let jekyll process.

###New Page

rake write["title"]

Automatically Open the new post in default text editor, Mine is Mou.

###Rake deploy

If you want to do rake deploy as I do, add the code to Rakefile

system "git add . && git commit -m 'update post' && git push deploy master" end # task :deploy

and setup following:https://github.com/mojombo/jekyll/wiki/Deployment

--EOF--

About

Sourcecode for brucebot.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published