You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _help/src/Pages/quicstart/create-my-first-website.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ This guide describes how to create your first static website with Solidify Proje
11
11
12
12
### Preparation
13
13
14
-
Before we start you should create a new empty folder for your website. Lets name that folder `MySite`.
14
+
Before we start you should create a new empty folder for your website. Let's name that folder `MySite`.
15
15
16
16
### Get the engine
17
17
18
-
Solidify Project engine usualy distributed as a `.zip` archived folder. You should unzip it's content to `MySite` folder, so you will have the following stuff on your file system:
18
+
Solidify Project engine is usualy distributed as a `.zip` archived folder. You should unzip its content to `MySite` folder, so you will have the following stuff on your file system:
19
19
20
20
```none
21
21
MySite
@@ -24,7 +24,7 @@ MySite
24
24
config.yaml
25
25
```
26
26
27
-
In addition to that you will also have eithet`solidify.sh` or `solidify.bat` inside `MySite` folder (the exact file depends on what operational system you are using). This script file in nothing more than a script wrapper that provides you with easy access to engine executables.
27
+
In addition to that you will also have either`solidify.sh` or `solidify.bat` inside `MySite` folder (the exact file depends on what operational system you are using). This script file in nothing more than a script wrapper that provides you with easy access to engine executables.
28
28
29
29
### Bootstrap some website
30
30
@@ -53,11 +53,11 @@ MySite
53
53
54
54
### Make some changes
55
55
56
-
To change default website content please reference to [Folders structure](/folders-structure.html) section. It will describe what is inside `src` folder and how it affects the final website.
56
+
To change default website content, please refer to [Folders structure](/folders-structure.html) section. It will describe what is inside `src` folder and how it affects the final website.
57
57
58
58
### Render your website
59
59
60
-
After making changes you can render your website by exetuting following command from `MySite` folder.
60
+
After making changes you can render your website by executing the following command from `MySite` folder.
61
61
62
62
##### Windows
63
63
```bash
@@ -82,4 +82,4 @@ MySite
82
82
config.yaml
83
83
```
84
84
85
-
You can find pre-rendered minified version of your website inside `www` folder.
85
+
You can find pre-rendered minified version of your website inside `www` folder.
0 commit comments