Skip to content

Commit b6dcec5

Browse files
authored
Merge pull request #92 from witheve/docs-update
Docs update
2 parents ec6f4a2 + bcf3d93 commit b6dcec5

File tree

129 files changed

+6828
-9058
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+6828
-9058
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
_drafts/
2+
_site/
3+
_cache/
4+
_jekyll_s3.yml
5+
.DS_Store
6+
*.swp
7+
.jekyll-metadata

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.8)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.1)
10+
public_suffix (~> 2.0, >= 2.0.2)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.12.2)
15+
colorator (1.1.0)
16+
ethon (0.10.1)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.12.1)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.18)
22+
forwardable-extended (2.6.0)
23+
gemoji (3.0.0)
24+
github-pages (139)
25+
activesupport (= 4.2.8)
26+
github-pages-health-check (= 1.3.3)
27+
jekyll (= 3.4.3)
28+
jekyll-avatar (= 0.4.2)
29+
jekyll-coffeescript (= 1.0.1)
30+
jekyll-default-layout (= 0.1.4)
31+
jekyll-feed (= 0.9.2)
32+
jekyll-gist (= 1.4.0)
33+
jekyll-github-metadata (= 2.3.1)
34+
jekyll-mentions (= 1.2.0)
35+
jekyll-optional-front-matter (= 0.1.2)
36+
jekyll-paginate (= 1.1.0)
37+
jekyll-readme-index (= 0.1.0)
38+
jekyll-redirect-from (= 0.12.1)
39+
jekyll-relative-links (= 0.4.0)
40+
jekyll-sass-converter (= 1.5.0)
41+
jekyll-seo-tag (= 2.2.3)
42+
jekyll-sitemap (= 1.0.0)
43+
jekyll-swiss (= 0.4.0)
44+
jekyll-theme-architect (= 0.0.4)
45+
jekyll-theme-cayman (= 0.0.4)
46+
jekyll-theme-dinky (= 0.0.4)
47+
jekyll-theme-hacker (= 0.0.4)
48+
jekyll-theme-leap-day (= 0.0.4)
49+
jekyll-theme-merlot (= 0.0.4)
50+
jekyll-theme-midnight (= 0.0.4)
51+
jekyll-theme-minimal (= 0.0.4)
52+
jekyll-theme-modernist (= 0.0.4)
53+
jekyll-theme-primer (= 0.2.1)
54+
jekyll-theme-slate (= 0.0.4)
55+
jekyll-theme-tactile (= 0.0.4)
56+
jekyll-theme-time-machine (= 0.0.4)
57+
jekyll-titles-from-headings (= 0.1.5)
58+
jemoji (= 0.8.0)
59+
kramdown (= 1.13.2)
60+
liquid (= 3.0.6)
61+
listen (= 3.0.6)
62+
mercenary (~> 0.3)
63+
minima (= 2.1.1)
64+
rouge (= 1.11.1)
65+
terminal-table (~> 1.4)
66+
github-pages-health-check (1.3.3)
67+
addressable (~> 2.3)
68+
net-dns (~> 0.8)
69+
octokit (~> 4.0)
70+
public_suffix (~> 2.0)
71+
typhoeus (~> 0.7)
72+
html-pipeline (2.6.0)
73+
activesupport (>= 2)
74+
nokogiri (>= 1.4)
75+
i18n (0.8.4)
76+
jekyll (3.4.3)
77+
addressable (~> 2.4)
78+
colorator (~> 1.0)
79+
jekyll-sass-converter (~> 1.0)
80+
jekyll-watch (~> 1.1)
81+
kramdown (~> 1.3)
82+
liquid (~> 3.0)
83+
mercenary (~> 0.3.3)
84+
pathutil (~> 0.9)
85+
rouge (~> 1.7)
86+
safe_yaml (~> 1.0)
87+
jekyll-avatar (0.4.2)
88+
jekyll (~> 3.0)
89+
jekyll-coffeescript (1.0.1)
90+
coffee-script (~> 2.2)
91+
jekyll-default-layout (0.1.4)
92+
jekyll (~> 3.0)
93+
jekyll-feed (0.9.2)
94+
jekyll (~> 3.3)
95+
jekyll-gist (1.4.0)
96+
octokit (~> 4.2)
97+
jekyll-github-metadata (2.3.1)
98+
jekyll (~> 3.1)
99+
octokit (~> 4.0, != 4.4.0)
100+
jekyll-mentions (1.2.0)
101+
activesupport (~> 4.0)
102+
html-pipeline (~> 2.3)
103+
jekyll (~> 3.0)
104+
jekyll-optional-front-matter (0.1.2)
105+
jekyll (~> 3.0)
106+
jekyll-paginate (1.1.0)
107+
jekyll-readme-index (0.1.0)
108+
jekyll (~> 3.0)
109+
jekyll-redirect-from (0.12.1)
110+
jekyll (~> 3.3)
111+
jekyll-relative-links (0.4.0)
112+
jekyll (~> 3.3)
113+
jekyll-sass-converter (1.5.0)
114+
sass (~> 3.4)
115+
jekyll-seo-tag (2.2.3)
116+
jekyll (~> 3.3)
117+
jekyll-sitemap (1.0.0)
118+
jekyll (~> 3.3)
119+
jekyll-swiss (0.4.0)
120+
jekyll-theme-architect (0.0.4)
121+
jekyll (~> 3.3)
122+
jekyll-theme-cayman (0.0.4)
123+
jekyll (~> 3.3)
124+
jekyll-theme-dinky (0.0.4)
125+
jekyll (~> 3.3)
126+
jekyll-theme-hacker (0.0.4)
127+
jekyll (~> 3.3)
128+
jekyll-theme-leap-day (0.0.4)
129+
jekyll (~> 3.3)
130+
jekyll-theme-merlot (0.0.4)
131+
jekyll (~> 3.3)
132+
jekyll-theme-midnight (0.0.4)
133+
jekyll (~> 3.3)
134+
jekyll-theme-minimal (0.0.4)
135+
jekyll (~> 3.3)
136+
jekyll-theme-modernist (0.0.4)
137+
jekyll (~> 3.3)
138+
jekyll-theme-primer (0.2.1)
139+
jekyll (~> 3.3)
140+
jekyll-theme-slate (0.0.4)
141+
jekyll (~> 3.3)
142+
jekyll-theme-tactile (0.0.4)
143+
jekyll (~> 3.3)
144+
jekyll-theme-time-machine (0.0.4)
145+
jekyll (~> 3.3)
146+
jekyll-titles-from-headings (0.1.5)
147+
jekyll (~> 3.3)
148+
jekyll-watch (1.5.0)
149+
listen (~> 3.0, < 3.1)
150+
jemoji (0.8.0)
151+
activesupport (~> 4.0)
152+
gemoji (~> 3.0)
153+
html-pipeline (~> 2.2)
154+
jekyll (>= 3.0)
155+
kramdown (1.13.2)
156+
liquid (3.0.6)
157+
listen (3.0.6)
158+
rb-fsevent (>= 0.9.3)
159+
rb-inotify (>= 0.9.7)
160+
mercenary (0.3.6)
161+
mini_portile2 (2.2.0)
162+
minima (2.1.1)
163+
jekyll (~> 3.3)
164+
minitest (5.10.2)
165+
multipart-post (2.0.0)
166+
net-dns (0.8.0)
167+
nokogiri (1.8.0)
168+
mini_portile2 (~> 2.2.0)
169+
octokit (4.7.0)
170+
sawyer (~> 0.8.0, >= 0.5.3)
171+
pathutil (0.14.0)
172+
forwardable-extended (~> 2.6)
173+
public_suffix (2.0.5)
174+
rb-fsevent (0.9.8)
175+
rb-inotify (0.9.8)
176+
ffi (>= 0.5.0)
177+
rouge (1.11.1)
178+
safe_yaml (1.0.4)
179+
sass (3.4.24)
180+
sawyer (0.8.1)
181+
addressable (>= 2.3.5, < 2.6)
182+
faraday (~> 0.8, < 1.0)
183+
terminal-table (1.8.0)
184+
unicode-display_width (~> 1.1, >= 1.1.1)
185+
thread_safe (0.3.6)
186+
typhoeus (0.8.0)
187+
ethon (>= 0.8.0)
188+
tzinfo (1.2.3)
189+
thread_safe (~> 0.1)
190+
unicode-display_width (1.2.1)
191+
192+
PLATFORMS
193+
ruby
194+
195+
DEPENDENCIES
196+
github-pages
197+
198+
BUNDLED WITH
199+
1.15.1

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
permalink: pretty
2+
markdown: kramdown
3+
timezone: America/Los_Angeles
4+
future: true
5+
url: http://docs.witheve.com
6+
markdown_ext: "markdown,mkdown,mkdn,mkd,md,eve"
7+
github: [metadata]

_includes/test.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: "woot"
4+
---
5+
6+
#this is a test
7+
This is some crazy text
8+

_layouts/default.html

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Eve Docs</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0, user-scalable=1" />
6+
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/style.css" />
7+
<link rel="stylesheet" type="text/css" href="{{ site.url }}/css/syntax.css" />
8+
<link rel="alternate" type="application/atom+xml" title="Eve Programming Language" href="/atom.xml" />
9+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
10+
<meta name="Description" content="This is the development blog of the Eve programming language">
11+
</head>
12+
<body>
13+
14+
<div class="layer-wrapper header-wrapper">
15+
<header class="layer">
16+
<a href="http://witheve.com">
17+
<div class="logo">
18+
<img src="https://witheve.github.io/assets/images/logo_square.png" />
19+
<h1><img alt="EVE" src="https://witheve.github.io/assets/images/wordmark.svg" /></h1>
20+
</div>
21+
</a>
22+
<div class="flex-spacer"></div>
23+
<nav>
24+
<a class="btn rounded cta secondary play-cta" href="http://play.witheve.com">Play</a>
25+
26+
<a href="http://incidentalcomplexity.com">Blog</a>
27+
<a href="{{ site.url }}">Docs</a>
28+
<a href="https://groups.google.com/forum/#!forum/eve-talk">Community</a>
29+
</nav>
30+
</header>
31+
</div>
32+
33+
34+
<main class="main layer-wrapper">
35+
<div class="toplayer">
36+
37+
<div class="drawer">
38+
<div class="wrapper">
39+
<ul class="sidebar-menu">
40+
<li class="sub-menu active">
41+
<a href="{{ site.url }}/v0.3/" class="">
42+
43+
<span class="colored">Introduction</span>
44+
<span class="menu-arrow arrow_carrot-right"></span>
45+
</a>
46+
<ul class="sub">
47+
48+
<li><a href="{{ site.url }}/v0.3/install/"> Installation </a> </li>
49+
50+
51+
<li><a href="{{ site.url }}/v0.3/tutorials/quickstart/"> Quickstart </a> </li>
52+
53+
54+
<li><a href="{{ site.url }}/v0.3/syntaxreference/"> Syntax Ref </a> </li>
55+
56+
57+
</ul>
58+
</li>
59+
<li>
60+
<a class="" href="{{ site.url }}/v0.3/handbook/libraries/stdlib/">
61+
62+
<span class="colored">Library</span>
63+
</a>
64+
</li>
65+
</ul>
66+
</div>
67+
</div>
68+
69+
70+
<article class="article">
71+
<div class="wrapper">
72+
{{ content }}
73+
</div>
74+
</article>
75+
</div>
76+
</main>
77+
78+
<script>
79+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
80+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
81+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
82+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
83+
84+
ga('create', 'UA-74222157-2', 'auto');
85+
ga('send', 'pageview');
86+
</script>
87+
</body>
88+
</head>
89+
</html>

_layouts/post.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: default
3+
---
4+
5+
<div id="blogposts">
6+
<div class="post" id="{{page.link}}">
7+
<h1>{{page.title}}</h1>
8+
<p class="date">{{page.author}}&nbsp;-&nbsp;{{page.date | date_to_string }}</p>
9+
{{ content }}
10+
</div>
11+
12+
{% if site.related_posts.first %}
13+
<div id="related">
14+
<h3>Related</h3>
15+
<ul class="posts">
16+
{% for post in site.related_posts limit:3 %}
17+
<li><a href="{{ site.url}}{{ post.url }}"><span>{{ post.title }}</span></a></li>
18+
{% endfor %}
19+
</ul>
20+
</div>
21+
{% endif %}
22+
</div>

_layouts/specpost.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: default
3+
---
4+
<div id="post">
5+
{{ content }}
6+
</div>
7+
8+
{% if site.related_posts.first %}
9+
<div id="related">
10+
<h3>Related Posts</h3>
11+
<ul class="posts">
12+
{% for post in site.related_posts limit:3 %}
13+
<li><a href="{{ post.url }}"><span>{{ post.date | date_to_string }}</span> - {{ post.title }}</a></li>
14+
{% endfor %}
15+
</ul>
16+
</div>
17+
{% endif %}
18+

_layouts/tutorial.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: default
3+
---
4+
<div id="tutorial">
5+
<h1><a href="{{page.url}}">{{page.title}}</a></h1>
6+
{{ content }}
7+
</div>

0 commit comments

Comments
 (0)