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 pathblog.html
More file actions
104 lines (88 loc) · 3.48 KB
/
blog.html
File metadata and controls
104 lines (88 loc) · 3.48 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Blog</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/page.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> Blog</a></h1>
</div>
<div class="s ">
<div class="c">
<div id="content">
<h1 id="_top">Blog</h1>
<div class="post clear bordered">
<img src="/images/post-120.jpg" class="thumb">
<a href="/blog/admin.html">
<h3>Admin Interface for ergo-cms</h3>
<h4>A user friendly way to edit your site</h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 16 Mar 2017</p>
</div>
<div class="post clear bordered">
<img src="/images/post-120.jpg" class="thumb">
<a href="/blog/themes.html">
<h3>Themes for ergo-cms</h3>
<h4>The quest of theme recycling</h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 18 Jan 2017</p>
</div>
<div class="post clear bordered">
<img src="/images/post-120.jpg" class="thumb">
<a href="/blog/usematch-data-filtering.html">
<h3>Usematch data filtering</h3>
<h4>A review of Usematch's data filtering capabilites</h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 18 Jan 2017</p>
</div>
<div class="post clear bordered">
<img src="/images/post-120.jpg" class="thumb">
<a href="/blog/intro-to-usematch.html">
<h3>Intro to Usematch</h3>
<h4>A new templating engine, extending Mustache</h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 17 Jan 2017</p>
</div>
<div class="post clear bordered">
<img src="/images/post-120.jpg" class="thumb">
<a href="/blog/using-jsinf.html">
<h3>Using JSINF</h3>
<h4>Feedback about using JSINF</h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 10 Jan 2017</p>
</div>
<div class="post clear bordered">
<img src="/images/post-120.jpg" class="thumb">
<a href="/blog/replacing-yaml-and-json.html">
<h3>Replacing YAML and JSON with Something</h3>
<h4>In search of a replacement for the YAML/JSON paradigm</h4></a>
<p class="meta">Posted by <a href="/authors.html#craig">craig</a> on 9 Jan 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>