Skip to content

Commit

Permalink
chore: clean up devcontainer
Browse files Browse the repository at this point in the history
- [x] update readme
- [x] delete old toml config
- [x] delete dockerfile

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Oct 13, 2024
1 parent 4c953ff commit a15fa13
Show file tree
Hide file tree
Showing 8 changed files with 12,307 additions and 48 deletions.
37 changes: 0 additions & 37 deletions .devcontainer/Dockerfile

This file was deleted.

15 changes: 7 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "blog-hugo",
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "hugo_extended",
"VERSION": "latest",
"NODE_VERSION": "20"
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:22",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest",
"extended": true
}
},
"customizations": {
"vscode": {
"settings": {
"html.format.templating": true
},
"extensions": ["bungcip.better-toml", "davidanson.vscode-markdownlint"]
"extensions": ["tamasfe.even-better-toml", "davidanson.vscode-markdownlint"]
}
},
"forwardPorts": [1313],
"postCreateCommand": "hugo version",
"postCreateCommand": "hugo serve",
"remoteUser": "node"
}
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

Let the devcontainer start in vscode

Then [cmd|ctrl]+P -> Run Task -> Serve or Serve With Drafts

[Open Browser](http://localhost:1313)

## Production
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ author = "JM (Jason Meridth)"
description = "I am a continuously learning software developer trying to not let best be the enemy of better."
keywords = "jason meridth,meridth,jm,software developer"
info = ["Continuously Learning Software Developer"]
avatarURL = "images/jm.jpg"
#avatarURL = "images/jm.jpg"
#gravatar = "[email protected]"
dateFormat = "January 2, 2006"
since = 2007
Expand Down
Loading

0 comments on commit a15fa13

Please sign in to comment.