Compare commits

..

9 Commits

Author SHA1 Message Date
f3afc0917e feat: Added svelte devcontainer
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m0s
Build and Push Development Docker Image / build-and-push (push) Successful in 17s
2026-03-30 16:19:55 +01:00
d792eb1d1d feat: Removed devcontainer folder
Some checks failed
Build and Push Latest Docker Image / build-and-push (push) Has been cancelled
2026-03-30 16:17:56 +01:00
275b92eec0 Merge pull request 'feat: Updated devcontainer' (#57) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 18s
Reviewed-on: #57
2025-10-21 21:49:39 +00:00
38edb64728 feat: Updated devcontainer
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
2025-10-21 22:44:32 +01:00
1070662164 Merge pull request 'feature/devcontainer' (#55) from feature/devcontainer into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m4s
Build and Push Development Docker Image / build-and-push (push) Successful in 17s
Reviewed-on: #55
2025-09-26 09:18:23 +00:00
9a36a46ad1 chore: Removed run command from devcontainer 2025-09-25 23:34:11 +01:00
558bca7f56 fix: Linting 2025-09-25 23:29:30 +01:00
bc7099d627 chore: Updated comments 2025-09-25 23:13:39 +01:00
f71b054ae5 feat: Added dev-container 2025-09-25 22:03:37 +01:00
26 changed files with 810 additions and 803 deletions

1
.devcontainer Submodule

Submodule .devcontainer added at 9ac55120cb

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store .DS_Store
node_modules node_modules
.pnpm-store
/build /build
/.svelte-kit /.svelte-kit
/package /package

4
.gitmodules vendored Normal file
View File

@@ -0,0 +1,4 @@
[submodule ".devcontainer"]
path = .devcontainer
url = ssh://git@git.luke-else.co.uk:222/luke-else/.devcontainer
branch = svelte

View File

@@ -47,7 +47,7 @@
</Card> </Card>
</Section> </Section>
<!-- SKills --> <!-- Skills -->
<Section label="[Skills]"> <Section label="[Skills]">
<GridGallery> <GridGallery>
{#each info.skills as skill} {#each info.skills as skill}
@@ -69,6 +69,7 @@
</GridGallery> </GridGallery>
</Section> </Section>
<!-- Experience -->
<Section label="[Experience]"> <Section label="[Experience]">
<Timeline timelineData={info.timeline} /> <Timeline timelineData={info.timeline} />
</Section> </Section>