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
This commit is contained in:
2025-09-26 09:18:23 +00:00
25 changed files with 823 additions and 803 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "luke-else.co.uk",
"image": "git.luke-else.co.uk/luke-else/lab:latest",
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"svelte.svelte-vscode"
]
}
},
"postCreateCommand": "pnpm install"
}

1
.gitignore vendored
View File

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

View File

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