All scripts in one repository
This commit is contained in:
parent
928b339cbb
commit
44eb00982b
7 changed files with 0 additions and 0 deletions
32
jekyll2rangitaki/README.md
Normal file
32
jekyll2rangitaki/README.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# jekyll2rangitaki
|
||||
|
||||
A small script for converting Jekyll markdown blog posts to Rangitaki blog posts.
|
||||
|
||||
## How to use
|
||||
|
||||
You don"t have to install anything. Just run
|
||||
|
||||
```
|
||||
ruby jekyll2rangitaki.rb
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```
|
||||
chmod +x jekyll2rangitaki.rb
|
||||
./jekyll2rangitaki.rb
|
||||
```
|
||||
|
||||
The converter will read all `.md` and `.markdown` in the directory `./in/`, so copy the blog posts, you want to convert into this directory, and it will then throw the converted files out into the directory `./out/`.
|
||||
|
||||
## License
|
||||
|
||||
This small piece of code is licensed under MIT license.
|
||||
|
||||
## Contribute
|
||||
|
||||
1. Fork it
|
||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||
4. Push to the branch (`git push origin my-new-feature`)
|
||||
5. Create New Pull Request
|
Loading…
Add table
Add a link
Reference in a new issue