No description
|
All checks were successful
Deploy lindegard.no / deploy (push) Successful in 11m17s
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> |
||
|---|---|---|
| .forgejo/workflows | ||
| activity | ||
| approach | ||
| contact | ||
| Example_files_tmp | ||
| experience | ||
| pgp | ||
| portfolio | ||
| public | ||
| src | ||
| ventures | ||
| work | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vite.config.js | ||
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.