Skip to content

Commit a477621

Browse files
committed
create-everything
1 parent c8fa86c commit a477621

File tree

20 files changed

+3472
-0
lines changed

20 files changed

+3472
-0
lines changed

v0.3/README/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
<p align="center">
4+
<img src="http://www.witheve.com/logo.png" alt="Eve logo" width="10%" />
5+
</p>
6+
7+
<hr />
8+
9+
<h1 id="documentation-for-the-eve-programming-language">Documentation for the Eve programming language.</h1>
10+
11+
<p>You can learn more about Eve here: <a href="http://witheve.com/">http://witheve.com/</a></p>
12+
13+
<p>You can play with Eve here: <a href="http://play.witheve.com">http://play.witheve.com</a></p>
14+
15+
<p>Eve is under active development here: <a href="https://github.com/witheve/Eve">https://github.com/witheve/Eve</a></p>
16+
17+
<h2 id="contributing">Contributing</h2>
18+
19+
<p>There&rsquo;s a lot of work to be done on the documentation, so this is a great place for beginners to get started with Eve. From fixing typos to adding examples, work needs to be done across the board here. Check out the <a href="https://github.com/witheve/docs/issues">issues</a> for a place to start, as they have been raised already as points of improvement by the community. If someone is already assigned and the issue has been aroud a while, check to see if it&rsquo;s being worked on before starting it yourself. Or, if you find an issue yourself, please report it so others know it exists. Thank you!</p>

v0.3/archive.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: Post Archive
4+
meta: The vault of all posts.
5+
---
6+
7+
<div id="blogposts" class="archive">
8+
<h2>Archive</h2>
9+
<ul>
10+
{% for post in site.posts %}
11+
<li><span>{{ post.date | date_to_string }}</span> - <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
12+
{% endfor %}
13+
</ul>
14+
15+
</div>

v0.3/fonts/icon.eot

2.17 KB
Binary file not shown.

v0.3/fonts/icon.svg

Lines changed: 22 additions & 0 deletions
Loading

v0.3/fonts/icon.ttf

2.02 KB
Binary file not shown.

v0.3/fonts/icon.woff

2.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)