Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 12 additions & 11 deletions .aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@
# https://aquaproj.github.io/
registries:
- type: standard
ref: v4.379.1 # renovate: depName=aquaproj/aqua-registry
ref: v4.432.0 # renovate: depName=aquaproj/aqua-registry
- name: local
type: local
path: registry.yaml
packages:
- name: dagger/dagger@v0.18.10
- name: dagger/dagger@v0.19.4
tags: ['ci']
- name: miniscruff/[email protected].0
- name: miniscruff/[email protected].1
tags: ['ci']
- name: direnv/direnv@v2.36.0
- name: direnv/direnv@v2.37.1
- name: magefile/[email protected]
tags: ['ci']
- name: charmbracelet/glow@v1.5.1
- name: mvdan/gofumpt@v0.8.0
- name: anchore/syft@v1.27.1
- name: golang/go@go1.22.1
- name: caddyserver/[email protected].0
- name: gohugoio/hugo/hugo-extended@v0.147.9
- name: charmbracelet/glow@v2.1.1
- name: mvdan/gofumpt@v0.9.2
- name: anchore/syft@v1.37.0
- name: golang/go@go1.25.3
- name: caddyserver/[email protected].2
- name: gohugoio/hugo/hugo-extended@v0.152.2
tags: ['ci']
- name: golangci/[email protected]
- name: golangci/[email protected]
- name: go-task/[email protected]
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "",
// Use 'postStartCommand' to run commands after the container is created like starting minikube.
"postStartCommand": "sudo chown -R vscode /home/vscode/go/ && export GOPATH=/home/vscode/go/ && export PATH=\"${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH\" && echo '🔨 aqua tooling download' && aqua install && echo '✅ aqua install complete' && echo '🔨 running go mod download' && go mod download && echo '✅ go mod download finished' && echo '🔨 downloading build tooling dependencies' && mage && echo '✅ build tooling dependencies complete'",
"postStartCommand": "sudo chown -R vscode /home/vscode/go/ && export GOPATH=/home/vscode/go/ && export PATH=\"${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin:$PATH\" && echo '🔨 aqua tooling download' && aqua install && echo '✅ aqua install complete' && echo '🔨 running go mod download' && go mod download && echo '✅ go mod download finished' && echo '🔨 downloading build tooling dependencies' && go tool mage && echo '✅ build tooling dependencies complete'",
// Minikube does not like running as root, so use a non-root user.
"remoteUser": "vscode",
"containerEnv": {
Expand All @@ -55,9 +55,9 @@
".devcontainer/init"
],
"hostRequirements": {
"storage": "32gb",
"cpus": 4,
"memory": "8gb"
"storage": "32gb",
"cpus": 4,
"memory": "8gb"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:1": {
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/files/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "$ZSH/oh-my-zsh.sh"



# Display optional first run image specific notice if configured and terminal is interactive
# Display optional first run igo tool mage specific notice if configured and terminal is interactive
# if [ -t 1 ] && [[ "${TERM_PROGRAM}" = "vscode" || "${TERM_PROGRAM}" = "vscodes" ]] && [ ! -f "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed" ]; then
if [ -t 1 ] && [[ "${TERM_PROGRAM}" = "vscode" || "${TERM_PROGRAM}" = "vscodes" ]]; then
if [ -f "$HOME/first-run-notice.txt" ]; then
Expand Down
6 changes: 3 additions & 3 deletions .devcontainer/files/first-run-notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
Common Starting Tasks:

- `glow README.md`
- `mage -l`
- `mage -h init`
- `mage job:setup`
- `go tool mage -l`
- `go tool mage -h init`
- `go tool mage job:setup`
1 change: 0 additions & 1 deletion .frontmatter/templates/post.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ tags:
- ci

# images: [/images/]
typora-root-url: ../../../static
typora-copy-images-to: ../../../static/images
---
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks:
echo "gitpod command: $(gp url 1313)"
export DEPLOY_PRIME_URL=$(gp url 1313)
fi
- $HUGO serve -b ${DEPLOY_PRIME_URL:-$DEFAULT_BUILD_SERVER} --verbose --enableGitInfo -d '_site' --buildFuture --buildDrafts --gc # --disableFastRender
- $HUGO serve -b ${DEPLOY_PRIME_URL:-$DEFAULT_BUILD_SERVER} --enableGitInfo -d '_site' --buildFuture --buildDrafts --gc # --disableFastRender

# - task: build
echo-debug:
Expand All @@ -95,7 +95,7 @@ tasks:
desc: Build the webpage for previews or other debug setup
#deps: [assets, templates]
cmds:
- $HUGO --buildFuture --buildDrafts --enableGitInfo --verbose --minify --gc --destination ${HUGO_DESTINATION:-$DEFAULT_HUGO_DESTINATION} -b ${DEPLOY_PRIME_URL:-$DEFAULT_BUILD_SERVER}
- $HUGO --buildFuture --buildDrafts --enableGitInfo --minify --gc --destination ${HUGO_DESTINATION:-$DEFAULT_HUGO_DESTINATION} -b ${DEPLOY_PRIME_URL:-$DEFAULT_BUILD_SERVER}
build-public:
desc: Build algolia public json only if missing algolia
generates:
Expand Down
44 changes: 9 additions & 35 deletions _vendor/github.com/HEIGE-PCloud/DoIt/assets/css/_core/_base.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions _vendor/github.com/HEIGE-PCloud/DoIt/assets/css/_core/_layout.scss

This file was deleted.

17 changes: 6 additions & 11 deletions _vendor/github.com/HEIGE-PCloud/DoIt/assets/css/_core/_media.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 7 additions & 13 deletions _vendor/github.com/HEIGE-PCloud/DoIt/assets/css/_mixin/_link.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Loading
Loading