Skip to content

Commit c99f5f0

Browse files
authored
Merge pull request #12 from cmontella/remove-site-url
Remove site url
2 parents 8320f81 + bed464a commit c99f5f0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

v0.3/tutorials/quickstart.eve

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ layout: default
33
title: Quickstart
44
---
55

6+
{% raw %}
7+
68
# Quickstart
79

8-
This guide is a 5 - 10 minute introduction to the essential concepts in Eve. If you've never used Eve before, you're in the right place! Before you start with this tutorial, please follow the [installation and usage]({{ site-url }}/v0.3/install/) instructions, which will get you running Eve programs on your machine. In the eve-starter/programs directory, create an empty document called "quickstart.eve". Use your favorite editor to edit the program, and run it with the command:
10+
This guide is a 5 - 10 minute introduction to the essential concepts in Eve. If you've never used Eve before, you're in the right place! Before you start with this tutorial, please follow the [installation and usage](/v0.3/install/) instructions, which will get you running Eve programs on your machine. In the eve-starter/programs directory, create an empty document called "quickstart.eve". Use your favorite editor to edit the program, and run it with the command:
911

1012
```
1113
npm start -- eve-starter/programs/quickstart.eve
@@ -114,6 +116,8 @@ That's it for the 5 minute introduction to Eve. To summarize:
114116
This will get you started with Eve, but there's still more to learn. From here, you can:
115117

116118
- Advance to Level 2 of the introductory tutorial (coming soon).
117-
- View the [syntax reference]({{ site-url }}/v0.3/syntaxreference/) or the [library reference]({{ site-url }}/v0.3/handbook/libraries/stdlib/).
119+
- View the [syntax reference](/v0.3/syntaxreference/) or the [library reference](/v0.3/handbook/libraries/stdlib/).
118120
- Explore already made [examples](https://github.com/witheve/eve-examples).
119-
- Or dive right in to the editor and try out the concepts you've just learned (coming soon).
121+
- Or dive right in to the editor and try out the concepts you've just learned (coming soon).
122+
123+
{% endraw %}

0 commit comments

Comments
 (0)