This repository was archived by the owner on Aug 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.html
More file actions
85 lines (71 loc) · 2.64 KB
/
Copy pathplugins.html
File metadata and controls
85 lines (71 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Plugins</title>
<meta name="viewport" content="width=device-width,maximum-scale=1.0" />
<meta property="author" content="craig" />
<link href="/styles.css" rel="stylesheet" type="text/css" />
<link href="/exstyles.css" rel="stylesheet" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="News & Articles Feed" href="/rss.xml" />
<!--
____ ____ ___ __ ___ _ _ ____
O ( __)( _ \ / __) / \ ___ / __)( \/ )/ ___)
) _) ) /( (_ \( O )(___)( (__ / \/ \\___ \
O O (____)(__\_) \___/ \__/ \___)\_)(_/(____/
-->
</head>
<body>
<!-- The 'extracss' has been added here -->
<div id="banner" class="s " style="background-image:url(/images/plugin.jpg)">
<div id="nav">
<!-- change your menu at _partials/menu.tex -->
<ul>
<li><a href="/">home</a></li>
<li><a href="/articles.html">articles</a></li>
<li><a href="/themes.html">themes</a></li>
<li><a href="/plugins.html">plugins</a></li>
<li><a href="/blog.html">blog</a></li>
<li><a href="/about.html">about</a></li>
</ul>
</div>
<h1 id="title"><a href="#content"><b>∴</b> Plugins</a></h1>
</div>
<div class="s ">
<div class="c">
<div id="content">
<h1 id="_top">Plugins</h1>
<p>All of the plugins listed here can be installed using:</p>
<pre><code>ergo plugin install [plugin-name]</code></pre>
<p>Note that the source for these can all be found on <a href="https://github.com/ergo-cms">github</a>.</p>
<hr/>
<div class="post clear bordered">
<img src="/images/plugin-paginate-120.jpg" class="thumb">
<a href="/plugins/paginate.html">
<h3>paginate</h3>
<h4></h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 4 Feb 2017</p>
</div>
<div class="post clear bordered">
<img src="/images/plugin-thumbnail-120.jpg" class="thumb">
<a href="/plugins/thumbnail.html">
<h3>thumbnail</h3>
<h4></h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 4 Feb 2017</p>
</div>
<div class="post clear bordered">
<img src="/images/plugin-nextprev-120.png" class="thumb">
<a href="/plugins/nextprev.html">
<h3>nextprev</h3>
<h4></h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 4 Feb 2017</p>
</div>
</dl>
</div>
</div>
</div>
<div id="footer" class="s">
<div class="c">The official <a href="https://ergo-cms.github.io/">∴ ergo-cms</a> site</a> | Copyright © ergo-cms ∴, 2017. <a id="rss" href="/rss.xml"><i class="flaticon-rss"></i></a></div>
</div>
</body>
</html>