Scraped from westra-engineering.no (four pages, 15 images) and carried over verbatim into question/alternative structure: about with employees, services in full, every project with its photos, and a contact form recording into westra_inquiries in place of wpforms. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y42TyF8Zu7NGRR2893vNcZ
18 lines
795 B
Markdown
18 lines
795 B
Markdown
# Westra Engineering — site content
|
|
|
|
The content behind westra.klingenbergbygg.no (preview) / a coming
|
|
westra-engineering.no: the whole WordPress site carried over into the
|
|
portal's question/alternative structure, wording kept verbatim where
|
|
it existed. Norwegian is the source language.
|
|
|
|
- `site.yaml` — title + wordmark (served from this repo's `images/`)
|
|
- `questions/` — one YAML per page: `/` (om oss), `/tjenester`,
|
|
`/prosjekter` (all photos), `/kontakt` (form → `westra_inquiries`),
|
|
`/takk`
|
|
- `aggregates.yaml` — the inquiries lifecycle
|
|
- `images/` — every photo from the original site, renamed honestly.
|
|
`naerbilde.jpg` (Jannicke) is missing because it 404s on the source
|
|
site itself — ask for a replacement.
|
|
|
|
Lint before pushing: `question_lint --path questions`.
|