This file contains 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
2014-12-19 15:25:55 +0900 | |
./bootstrap | |
bootstrap: error: Prerequisite '/Users/yukichi/work/git' not found. Please install it, or | |
bootstrap: 'export GIT=/path/to//Users/yukichi/work/git'. | |
bootstrap: error: Program Min_version Homepage | |
bootstrap: ----------------------------------------------------------- | |
bootstrap: git 1.5.5 http://git-scm.com | |
bootstrap: perl 5.5 http://perl.com |
This file contains 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
=begin | |
Put this file _plugins directory in Jekyll(create if it doesn't exist) | |
You need to set the below configuration in _config.yml | |
wikipedia:en (or de, ja, zh) | |
You can use this tag in markdown file like: | |
{% wikiepdia term %} | |
or | |
{% wikipedia term,lang %} (if you want to specify another language wikipedia than configuration) |