Skip to content

Commit 8eccdc9

Browse files
author
jacoknapp
committed
Merge pull request 'switching back to lts, alpine doesn't want to build' (#7) from dev into main
Reviewed-on: https://gitea.knapp/jacoknapp/EternalVows/pulls/7
2 parents c13e8bf + a06c68d commit 8eccdc9

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine
1+
FROM node:lts
22

33

44
WORKDIR /app

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ Eternal Vows is a customizable, self‑hosted wedding website template for shari
77
- Dynamic background slideshow sourced from `config/photos` (no rebuild required)
88
- Smooth in-page navigation; external links open in a new tab
99
- Config-driven content (names, date, venues, schedule, registry, FAQs)
10-
- Optional “Share Photos” CTA at the top and in the body
10+
11+
## Site example
12+
13+
Below are screenshots of the default layout to help visualize the sections and spacing:
14+
15+
![Entry page](img/EntryPage.png)
16+
17+
![Below the fold](img/BelowTheFold.png)
18+
19+
![Bottom of page](img/BottomOfPage.png)
1120

1221
## Project structure
1322
- `index.html` — UI, styling, and client JS (loads details from `config/config.json`)
@@ -154,14 +163,14 @@ Windows PowerShell:
154163

155164
```powershell
156165
docker build -t ghcr.io/jacoknapp/eternalvows:latest .
157-
docker run --rm -p 5500:5500 -v ${PWD}\config:/app/config wedding-site:latest
166+
docker run --rm -p 5500:5500 -v ${PWD}\config:/app/config ghcr.io/jacoknapp/eternalvows:latest
158167
```
159168

160169
macOS/Linux:
161170

162171
```bash
163172
docker build -t ghcr.io/jacoknapp/eternalvows:latest .
164-
docker run --rm -p 5500:5500 -v "$PWD/config:/app/config" wedding-site:latest
173+
docker run --rm -p 5500:5500 -v "$PWD/config:/app/config" ghcr.io/jacoknapp/eternalvows:latest
165174
```
166175

167176
Optional: change the port with `-e PORT=8080 -p 8080:8080`.

img/BelowTheFold.png

3.14 MB
Loading

img/BottomOfPage.png

3.55 MB
Loading

img/EntryPage.png

3.62 MB
Loading

0 commit comments

Comments
 (0)