Skip to content

Commit 6b21347

Browse files
committed
Add directory picture
1 parent a1462ff commit 6b21347

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ so you can have both the source for your site and your site in the same reposito
2828

2929
### Directory Setup
3030

31+
![](directory.png)
32+
3133
WebSCFL expects the project directory to be configured with four foulders, an optional folder, and the WebSCFL build
3234
file:
3335

@@ -45,7 +47,7 @@ Each folder plays a different role in building your webpage.
4547
- The `images` folder should include the images you'll use in your `.scfl` files. WebSCFL only looks for images in this directory and only copies the images that are actually used to the final built webpage.
4648
- The `include` folder may include your stylesheet file and any other `.html` files you want to include verbatim into your built pages using the `INCLUDE` command.
4749
- The `other` folder includes files used by WebSCFL when compiling your webpage. You might edit them, but make sure not to remove any of these files.
48-
- Optionally, you may add a `files` folder. The `files` folder, if found, is always copied into the `docs` directory when the site is compiled.
50+
- *Optionally*, you may add a `files` folder. The `files` folder, if found, is always copied into the `docs` directory when the site is compiled.
4951

5052
:warning: Bear in mind that as WebSCFL compiles your website into a newly created `docs` directory, should a `docs` folder already exist in the project directory, it will be deleted!
5153

directory.png

64.7 KB
Loading

0 commit comments

Comments
 (0)