Front page
Find a file
datagreier2 9670624867
All checks were successful
Deploy lindegard.xyz / deploy (push) Successful in 58s
Revert homepage copy to consulting-pitch version, before CV-based rewrite
Undoes fbf78df: restores the English "Business Design Consulting" copy
in place of the CV-derived personal-bio text.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-11 08:32:20 +02:00
.forgejo/workflows some cleanup error fixed 2026-05-03 15:47:10 +02:00
activity Last changes before deploy v0.1 2026-05-06 00:18:13 +02:00
approach Last changes before deploy v0.1 2026-05-06 00:18:13 +02:00
contact Last changes before deploy v0.1 2026-05-06 00:18:13 +02:00
content Added b2k venture 2026-05-28 23:41:43 +02:00
Example_files_tmp deploy to correct IP 2025-11-27 00:16:08 +01:00
experience /experience path issue fix (attempt 1) 2025-11-26 14:35:04 +01:00
pgp ... 2026-05-06 00:47:22 +02:00
public Update Signal link and use official QR SVG in contact modals 2026-05-07 17:03:40 +02:00
resume Created resume subpage 2026-07-28 18:47:32 +02:00
some-sloplist made the some-sloplist page at /some-sloplist 2026-05-13 16:21:32 +02:00
src Revert homepage copy to consulting-pitch version, before CV-based rewrite 2026-08-11 08:32:20 +02:00
ventures Last changes before deploy v0.1 2026-05-06 00:18:13 +02:00
work Fix to subpage not loading 2025-11-22 17:43:42 +01:00
.gitignore Last changes before deploy v0.1 2026-05-06 00:18:13 +02:00
eslint.config.js Initial commit 2025-11-17 17:59:48 +01:00
index.html seo updated 2026-05-08 09:12:02 +02:00
package-lock.json content updates 2026-05-08 08:58:36 +02:00
package.json content updates 2026-05-08 08:58:36 +02:00
README.md Initial commit 2025-11-17 17:59:48 +01:00
resume26-v1.md Created resume subpage 2026-07-28 18:47:32 +02:00
shapes-reference.svg Added b2k venture 2026-05-28 23:41:43 +02:00
SISTERDIFF.md Add introHookParagraph to content and render in HomePage 2026-05-07 21:43:15 +02:00
vite.config.js Created resume subpage 2026-07-28 18:47:32 +02:00

lindegard.xyz

React + Vite project scaffolding for the lindegard.xyz personal brand site. The current build mirrors a Substack-style publishing layout for Aron Lindegard: a masthead with portrait + subscription CTA, a main feed with feature articles (Design, Music, Blog, Public Diary), and a sticky sidebar for newsletter, latest drops, and external links.

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.