From a8d31ba1454e85d2f74fb19d64f779a45f34d984 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 12 May 2025 00:47:18 -0600 Subject: [PATCH] Gitkeeps and readmes --- .gitignore | 2 +- README.md | 4 ++-- website/.gitkeep | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 website/.gitkeep 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