Segment plugins for Pico version, update
This commit is contained in:
parent
8e4f55f45b
commit
107ba908ab
1 changed files with 32 additions and 16 deletions
48
plugins.html
48
plugins.html
|
@ -12,26 +12,32 @@ nav: 4
|
|||
Want to make a plugin? See <a href="docs.html#plugins">the docs</a>.
|
||||
</p><br />
|
||||
|
||||
<h1>Pico 1.0 </h1>
|
||||
<div class="one-third">
|
||||
<h3>RSS Feed</h3>
|
||||
<p>Provides an RSS Feed for Pico. It will only include content with a "Date" field.</p>
|
||||
<p><a href="https://github.com/gilbitron/Pico-RSS-Plugin" class="button red">Download</a></p>
|
||||
<h3>Tags</h3>
|
||||
<p>Provides tags functionality for Pico.</p>
|
||||
<p><a href="https://github.com/szymonkaliski/Pico-Tags-Plugin" class="button red">Download</a></p>
|
||||
</div>
|
||||
<div class="one-third">
|
||||
<h3>Draftin</h3>
|
||||
<p>
|
||||
This is a Pico plugin that integrates <a href="http://draftin.com" target="_blank">Draft</a> into Pico.
|
||||
You can see a tutorial on how to use it on <a href="http://www.codeforest.net/pico-cms-and-draft" target="_blank">Codeforest</a>.
|
||||
</p>
|
||||
<p><a href="https://github.com/codeforest/pico_draft" class="button red">Download</a></p>
|
||||
<div class="one-third ">
|
||||
<h3>Editor</h3>
|
||||
<p>Markdown editor and file manager for Pico.</p>
|
||||
<p><a href="https://github.com/theshka/Pico-Editor-Plugin" class="button red">Download</a></p>
|
||||
</div>
|
||||
<div class="one-third last">
|
||||
<h3>Editor</h3>
|
||||
<p>Provides an online Markdown editor and file manager for Pico.</p>
|
||||
<p><a href="https://github.com/gilbitron/Pico-Editor-Plugin" class="button red">Download</a></p>
|
||||
<h3>Pico GAnalytics</h3>
|
||||
<p>Gooogle Analytics for Pico with basic options. </p>
|
||||
<p><a href="https://github.com/bricebou/pico_ganalytics" class="button red">Download</a></p>
|
||||
</div>
|
||||
<div class="clear"></div><br />
|
||||
|
||||
<div class="one-third">
|
||||
<h3>Pico GitHub Activity</h3>
|
||||
<p>Your GitHub public activity feed.</p>
|
||||
<p><a href="https://github.com/theshka/pico_githubactivity" class="button red">Download</a></p>
|
||||
</div>
|
||||
<div class="clear"></div><br />
|
||||
|
||||
<h1>Pico 0.X </h1>
|
||||
<div class="one-third">
|
||||
<h3>Pagination</h3>
|
||||
<p>Provides basic pagination for Pico.</p>
|
||||
|
@ -77,9 +83,19 @@ nav: 4
|
|||
<p><a href="https://github.com/ahmet2106/pico-navigation" class="button red">Download</a></p>
|
||||
</div>
|
||||
<div class="one-third last">
|
||||
<h3>Tags</h3>
|
||||
<p>Provides tags functionality for Pico.</p>
|
||||
<p><a href="https://github.com/szymonkaliski/Pico-Tags-Plugin" class="button red">Download</a></p>
|
||||
<h3>RSS Feed</h3>
|
||||
<p>Provides an RSS Feed for Pico.</p>
|
||||
<p><a href="https://github.com/gilbitron/Pico-RSS-Plugin" class="button red">Download</a></p>
|
||||
</div>
|
||||
<div class="clear"></div><br />
|
||||
|
||||
<div class="one-third">
|
||||
<h3>Draftin</h3>
|
||||
<p>
|
||||
This is a Pico plugin that integrates <a href="http://draftin.com" target="_blank">Draft</a> into Pico.
|
||||
You can see a tutorial on how to use it on <a href="http://www.codeforest.net/pico-cms-and-draft" target="_blank">Codeforest</a>.
|
||||
</p>
|
||||
<p><a href="https://github.com/codeforest/pico_draft" class="button red">Download</a></p>
|
||||
</div>
|
||||
<div class="clear"></div><br />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue