No description
Find a file
datagreier2 a60a9e4f94
All checks were successful
Deploy lindegard.no / deploy (push) Successful in 11m17s
Suppress language prompt on portfolio pages
The English/Norwegian site-switch dialog should not appear under
/portfolio, so getSiteConfig() now bails out for those paths before
any prompt config is built. This holds on both domains and regardless
of which layout renders EnglishPrompt.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-20 01:18:39 +02:00
.forgejo/workflows feat: move .no site to Norwegian and update deploy 2025-12-15 18:18:04 +01:00
activity siste endringer før deploy v0.1 2026-05-06 00:20:41 +02:00
approach siste endringer før deploy v0.1 2026-05-06 00:20:41 +02:00
contact siste endringer før deploy v0.1 2026-05-06 00:20:41 +02:00
Example_files_tmp feat: move .no site to Norwegian and update deploy 2025-12-15 18:18:04 +01:00
experience siste endringer før deploy v0.1 2026-05-06 00:20:41 +02:00
pgp ... 2026-05-06 00:47:01 +02:00
portfolio Rebuild /portfolio on a unified case-study design system 2026-08-19 17:21:11 +02:00
public Hide Sonos and UNICEF, finish Addspace visuals 2026-08-19 21:10:47 +02:00
src Suppress language prompt on portfolio pages 2026-08-20 01:18:39 +02:00
ventures siste endringer før deploy v0.1 2026-05-06 00:20:41 +02:00
work siste endringer før deploy v0.1 2026-05-06 00:20:41 +02:00
.gitignore Add Kvadrat, ADD+SPACE and KYC case studies; rework Dote page 2026-08-11 00:50:39 +02:00
eslint.config.js Initial commit 2025-11-17 17:59:48 +01:00
index.html seo updated 2026-05-08 09:12:27 +02:00
package-lock.json Embed the real Dote site IA map as a native React component 2026-08-19 19:08:31 +02:00
package.json Embed the real Dote site IA map as a native React component 2026-08-19 19:08:31 +02:00
README.md Added dash break for "Substandmodellen" to fit small screens. 2026-05-07 21:58:08 +02:00
vite.config.js Rebuild /portfolio on a unified case-study design system 2026-08-19 17:21:11 +02:00

lindegard.no

React + Vite prosjekt for lindegard.no. Bygget som en Substack-lignende layout med portrett, abonnement-CTA, hovedfeed (design, musikk, blogg, dagbok) og en sticky sidebar for nyhetsbrev, siste saker og eksterne lenker.

Getting started

npm install
npm run dev

The dev server boots at http://localhost:5173. Edit any component inside src/ and Vite will hot-reload the page.

Project structure

  • src/App.jsx Masthead with portrait, article feed, and footer wiring together the sections and sidebar.
  • src/components/SiteSidebar.jsx Publishing sidebar block with newsletter form and content lists.
  • src/sections/ Individual article-style components (Design, Music, Blog, PublicDiary).
  • src/App.css Publishing-inspired layout, typography, and component styles.
  • src/index.css Global resets, typography, and base palette.

Next steps

  • Swap in finished case studies, tracks, and posts once they are published.
  • Connect the newsletter form to your email provider (Buttondown, ConvertKit, Substack, etc.).
  • Expand routing or state management if/when the site grows beyond a single page.
  • Add testing, analytics, and deployment tooling as the project matures.