Compare commits

..
5 Commits
Author SHA1 Message Date
luke-else 1070662164 Merge pull request 'feature/devcontainer' (#55) from feature/devcontainer into main
Build and Push Development Docker Image / build-and-push (push) Successful in 17s
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m4s
Reviewed-on: #55
2025-09-26 09:18:23 +00:00
luke-else 9a36a46ad1 chore: Removed run command from devcontainer 2025-09-25 23:34:11 +01:00
luke-else 558bca7f56 fix: Linting 2025-09-25 23:29:30 +01:00
luke-else bc7099d627 chore: Updated comments 2025-09-25 23:13:39 +01:00
luke-else f71b054ae5 feat: Added dev-container 2025-09-25 22:03:37 +01:00
25 changed files with 823 additions and 803 deletions
+18
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
View File
@@ -1,5 +1,6 @@
.DS_Store
node_modules
.pnpm-store
/build
/.svelte-kit
/package
+2 -1
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>