Skip to content

Commit 62120db

Browse files
authored
Merge pull request #67 from SpineEventEngine/rename-site-directory
Rename the `_site` directory to the `_preview`
2 parents d06b4d8 + 7b1e683 commit 62120db

25 files changed

Lines changed: 10 additions & 10 deletions

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Hugo cache files
2-
docs/_site/resources
2+
docs/_preview/resources
33
public
44

55
# Cache folder for Hugo Modules
6-
docs/_site/_vendor
6+
docs/_preview/_vendor
77

88
# Node modules
99
node_modules
1010

1111
# Used to control concurrency between multiple Hugo instances
12-
docs/_site/.hugo_build.lock
12+
docs/_preview/.hugo_build.lock
1313

1414
# Needed for navigation/intellisense help inside code editors
1515
jsconfig.json

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The project has two directories:
3636
* `docs` – contains the documentation files along with all the necessary
3737
JS and CSS files. This directory will be added to
3838
`SpineEventEngine/SpineEventEngine.github.io` as a Hugo Module.
39-
* `docs/_site` – contains the HTML and CSS files needed only to run the
39+
* `docs/_preview` – contains the HTML and CSS files needed only to run the
4040
documentation locally.
4141

4242
To build and launch the site on the local server:
@@ -53,7 +53,7 @@ To build the site without running the server:
5353

5454
Another way to run the site locally is to follow these steps:
5555

56-
1. Navigate to the `docs/_site` folder.
56+
1. Navigate to the `docs/_preview` folder.
5757
2. Start the local server with this command:
5858

5959
```shell
@@ -80,7 +80,7 @@ be updated in the main `spine.io` site repository.
8080

8181
To get theme updates:
8282

83-
1. Navigate to the `docs/_site` directory.
83+
1. Navigate to the `docs/_preview` directory.
8484
2. Clean the module cache:
8585

8686
```shell
@@ -142,7 +142,7 @@ There are two main import files:
142142
Should be imported into the `main.scss` of the `spine.io` site as well.
143143

144144
Styles needed only for running the documentation locally are located
145-
in `docs/_site/assets/scss`. They will not be available on `spine.io`.
145+
in `docs/_preview/assets/scss`. They will not be available on `spine.io`.
146146

147147
## Troubleshooting
148148

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)