Skip to content

Commit

Permalink
enh: new blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Avolicious committed Jan 29, 2025
1 parent 3909807 commit 1626807
Show file tree
Hide file tree
Showing 171 changed files with 10,469 additions and 6,674 deletions.
28 changes: 28 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/devcontainers/features/hugo:1": {
"extended": true
},
"ghcr.io/devcontainers-contrib/features/actionlint:1": {},
"ghcr.io/devcontainers-contrib/features/gh-cli:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"eliostruyf.vscode-front-matter"
]
}
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [1313],

// You can use go mod instead
"postCreateCommand": "git submodule update --init"
}
4 changes: 2 additions & 2 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
12 changes: 0 additions & 12 deletions config/_default/config.toml

This file was deleted.

20 changes: 0 additions & 20 deletions config/_default/languages.en.toml

This file was deleted.

13 changes: 0 additions & 13 deletions config/_default/markup.toml

This file was deleted.

45 changes: 0 additions & 45 deletions config/_default/menus.en.toml

This file was deleted.

6 changes: 0 additions & 6 deletions config/_default/module.toml

This file was deleted.

63 changes: 0 additions & 63 deletions config/_default/params.toml

This file was deleted.

13 changes: 0 additions & 13 deletions content/_index.md

This file was deleted.

1 change: 0 additions & 1 deletion content/docs/_index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/posts/_index.md

This file was deleted.

61 changes: 0 additions & 61 deletions content/posts/my-first-post/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions go.sum

This file was deleted.

4 changes: 4 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = "cactus"
Loading

0 comments on commit 1626807

Please sign in to comment.