diff --git a/.gitignore b/.gitignore index 657495f..68ff9f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ website/* -!website/.gitignore +!website/.gitkeep diff --git a/README.md b/README.md index e993aed..342058c 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,11 @@ For detailed instructions, see the [official Webflow Code Export guide](https:// git clone https://gitea.bnkhome.org/bnkops/webflow.quick.server.git ``` -2. Extract your Webflow code export into the `website/` directory +2. Extract your Webflow code export/copy all files into the `website/` directory 3. Navigate to the project directory: ```bash - cd path/to/webflow-deployment + cd path/to/webflow.quick.server ``` 4. Start the Docker container: diff --git a/website/.gitkeep b/website/.gitkeep new file mode 100644 index 0000000..c904729 --- /dev/null +++ b/website/.gitkeep @@ -0,0 +1 @@ +# Copy your website files to this directory \ No newline at end of file