mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-08-13 16:51:24 +00:00
.devcontainer
devcontainer.json
posts
.gitignore
.gitlab-ci.yml
Dockerfile
Manifest.toml
Project.toml
_quarto.yml
about.qmd
citations.bib
index.qmd
styles.css
14 lines
365 B
JSON
14 lines
365 B
JSON
{
|
|
"name": "Anson's Projects",
|
|
"image": "registry.gitlab.com/anson-projects/projects:latest",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"quarto.quarto",
|
|
"julialang.language-julia",
|
|
"redhat.vscode-yaml",
|
|
"ms-azuretools.vscode-docker"
|
|
]
|
|
}
|
|
}
|
|
} |