feature/devcontainer #55
18
.devcontainer/devcontainer.json
Normal file
18
.devcontainer/devcontainer.json
Normal 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
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
node_modules
|
node_modules
|
||||||
|
.pnpm-store
|
||||||
/build
|
/build
|
||||||
/.svelte-kit
|
/.svelte-kit
|
||||||
/package
|
/package
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user