-
Notifications
You must be signed in to change notification settings - Fork 129
/
index.html
executable file
·34 lines (30 loc) · 1.08 KB
/
index.html
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
---
layout: default
title: "Ed."
---
<div class="introduction">
<h1>hi.</h1>
<p>
Ed is a <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> theme designed for textual
editors based on <a href="http://go-dh.github.io/mincomp/">minimal computing principles</a>, and
focused on legibility, durability, ease and flexibility. Our underlying technology is easy to
learn and teach, and can produce beautifully rendered scholarly or reading editions of texts meant
to last. To start using Ed, please see <a href="{{ site.baseurl }}/documentation/">our
documentation</a> for installation instructions and more. To learn more about the ideas behind Ed
and a list of current features see our <a href="{{ site.baseurl }}/about/">about</a> section. To
see Ed in action, we've provided some sample minimal editions for you below.
</p>
</div>
<hr>
<div class="toc">
<h2>sample texts</h2>
<ul class="texts">
{% for item in site.texts %}
<li class="text-title">
<a href="{{ site.baseurl }}{{ item.url }}">
{{ item.title }}
</a>
</li>
{% endfor %}
</ul>
</div>