Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sundi3yansyah/octopress-snippets
A list of Octopress snippets blogging framework for hackers
https://github.com/sundi3yansyah/octopress-snippets
Last synced: 3 days ago
JSON representation
A list of Octopress snippets blogging framework for hackers
- Host: GitHub
- URL: https://github.com/sundi3yansyah/octopress-snippets
- Owner: SunDi3yansyah
- Created: 2015-10-24T20:01:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T20:10:06.000Z (about 9 years ago)
- Last Synced: 2024-03-27T23:41:47.465Z (8 months ago)
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Octopress Snippets
This is a [Sublime Text][sublime] package which includes a bunch of handy snippets for doing Octopress framework development.## Installation
### With Package Control
If you have the [Package Control][package_control] package installed, you can install Octopress framework Snippets from inside Sublime Text itself.
- Open the Command Palette or `(Ctrl + Shift) + P`
- Select `"Package Control: Install Package"`
- Then search for `Octopress Snippets`### Without Package Control
If you haven't got Package Control installed you will need to make a clone of this repository into your packages folder, like so:
git clone https://github.com/SunDi3yansyah/octopress-snippets
If you find error or whatever just fork it and send me a pull request.
### List of Shortcuts
#### Plugins
- HTML5 Video Tag - embeds mp4 encoded HTML5 videos
- Backtick Code Block - for simple lightweight code sharing
- Code Block - for sharing code with titles and links
- Include Code - embed code from your filesystem with a download link
- Gist Tag - automatically downloads and embeds Github gists
- Image Tag - easily post images with class names and titles
- Render Partial - insert any file into another post or page
- Block Quote - generate beautiful, semantic block quotes
- Pull Quote - generate CSS only pull quotes — no duplicate data, no javascript
- Category Generator - generates archive pages for each blog category
- Include Array - includes an array of partials specified in the _config.yml
- Puts - Logs from Liquid to the terminal (for theme and plugin developers)### License
[![Awesome](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).
[sublime]: http://www.sublimetext.com/
[package_control]: http://wbond.net/sublime_packages/package_control