https://github.com/aar0ntw/ribbonp
A Octopress plugin to output p block with pure css ribbon.
https://github.com/aar0ntw/ribbonp
css css-ribbon octopress-plugin
Last synced: 11 months ago
JSON representation
A Octopress plugin to output p block with pure css ribbon.
- Host: GitHub
- URL: https://github.com/aar0ntw/ribbonp
- Owner: aar0nTw
- Created: 2013-03-31T09:30:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T08:43:09.000Z (about 12 years ago)
- Last Synced: 2025-04-03T02:21:45.865Z (over 1 year ago)
- Topics: css, css-ribbon, octopress-plugin
- Language: CSS
- Homepage: http://aar0ntw.github.com/Ribbonp/
- Size: 154 KB
- Stars: 22
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
___ _ __ __ ___ __ ____ __
/ _ \(_) / / / ___ ___ / _ \ _/_/ / __ \____/ /____ _______ ___ ___
/ , _/ / _ \/ _ \/ _ \/ _ \/ ___/ _/_/ / /_/ / __/ __/ _ \/ __/ -_|_-<(_-<
/_/|_/_/_.__/_.__/\___/_//_/_/ /_/ \____/\__/\__/ .__/_/ \__/___/___/
/_/
```
A Octopress plugin to output p block with pure css ribbon.
Requirement
=======
Octopress 2.0 w/ Liquid ~> 2.3.0
How to Use
=======
Put all to your octopress folder, import the custom scss file to your main style file,
and use it in your article like this:
```
{%ribbonp (info|warning) %}
Woooo Ribbon P
{%endribbonp%}
```
Select your style like `{%ribbonp info%}` will output the blue color style's p block w/ ribbon.
Preview
=======


About me
=======
Aaron Huang @aar0ntw
[blog.buginception.com](http://blog.buginception.com)
LICENSE
=======
The MIT License (MIT)
Copyright (c) 2013 Aaron Huang
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.