Init commit
Some checks failed
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Test (push) Has been cancelled
CI/CD Pipeline / Build (arm64, windows, linkbeam-windows-arm64.exe) (push) Has been cancelled
CI/CD Pipeline / Build (386, linux, linkbeam-linux-386) (push) Has been cancelled
CI/CD Pipeline / Lint (push) Has been cancelled
CI/CD Pipeline / Build (amd64, linux, linkbeam-linux-amd64) (push) Has been cancelled
CI/CD Pipeline / Build (arm, 7, linux, linkbeam-linux-armv7) (push) Has been cancelled
CI/CD Pipeline / Build (386, windows, linkbeam-windows-386.exe) (push) Has been cancelled
CI/CD Pipeline / Build (amd64, windows, linkbeam-windows-amd64.exe) (push) Has been cancelled
CI/CD Pipeline / Build (arm64, darwin, linkbeam-darwin-arm64) (push) Has been cancelled
CI/CD Pipeline / Build (arm64, linux, linkbeam-linux-arm64) (push) Has been cancelled
CI/CD Pipeline / Build (amd64, darwin, linkbeam-darwin-amd64) (push) Has been cancelled
CI/CD Pipeline / Create Release (push) Has been cancelled
Some checks failed
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Test (push) Has been cancelled
CI/CD Pipeline / Build (arm64, windows, linkbeam-windows-arm64.exe) (push) Has been cancelled
CI/CD Pipeline / Build (386, linux, linkbeam-linux-386) (push) Has been cancelled
CI/CD Pipeline / Lint (push) Has been cancelled
CI/CD Pipeline / Build (amd64, linux, linkbeam-linux-amd64) (push) Has been cancelled
CI/CD Pipeline / Build (arm, 7, linux, linkbeam-linux-armv7) (push) Has been cancelled
CI/CD Pipeline / Build (386, windows, linkbeam-windows-386.exe) (push) Has been cancelled
CI/CD Pipeline / Build (amd64, windows, linkbeam-windows-amd64.exe) (push) Has been cancelled
CI/CD Pipeline / Build (arm64, darwin, linkbeam-darwin-arm64) (push) Has been cancelled
CI/CD Pipeline / Build (arm64, linux, linkbeam-linux-arm64) (push) Has been cancelled
CI/CD Pipeline / Build (amd64, darwin, linkbeam-darwin-amd64) (push) Has been cancelled
CI/CD Pipeline / Create Release (push) Has been cancelled
This commit is contained in:
23
internal/config/testdata/config-catppuccin-frappe.yaml
vendored
Normal file
23
internal/config/testdata/config-catppuccin-frappe.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# config-catppuccin-frappe.yaml - Test config with Catppuccin Frappé theme
|
||||
|
||||
---
|
||||
name: "Test User Catppuccin"
|
||||
bio: "Testing Catppuccin Frappé theme"
|
||||
avatar: "static/logo.png"
|
||||
theme: "catppuccin-frappe"
|
||||
footer:
|
||||
- text: "© 2025 Test User"
|
||||
- text: "Catppuccin Frappé Theme"
|
||||
|
||||
links:
|
||||
- title: "My Website"
|
||||
url: "https://example.com"
|
||||
icon: "fas fa-globe"
|
||||
- title: "GitHub"
|
||||
url: "https://github.com/user"
|
||||
icon: "fab fa-github"
|
||||
|
||||
socials:
|
||||
- platform: "Twitter"
|
||||
url: "https://twitter.com/user"
|
||||
icon: "fab fa-twitter"
|
||||
23
internal/config/testdata/config-catppuccin-latte.yaml
vendored
Normal file
23
internal/config/testdata/config-catppuccin-latte.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# config-catppuccin-latte.yaml - Test config with Catppuccin Latte theme
|
||||
|
||||
---
|
||||
name: "Test User Catppuccin"
|
||||
bio: "Testing Catppuccin Latte theme"
|
||||
avatar: "static/logo.png"
|
||||
theme: "catppuccin-latte"
|
||||
footer:
|
||||
- text: "© 2025 Test User"
|
||||
- text: "Catppuccin Latte Theme"
|
||||
|
||||
links:
|
||||
- title: "My Website"
|
||||
url: "https://example.com"
|
||||
icon: "fas fa-globe"
|
||||
- title: "GitHub"
|
||||
url: "https://github.com/user"
|
||||
icon: "fab fa-github"
|
||||
|
||||
socials:
|
||||
- platform: "Twitter"
|
||||
url: "https://twitter.com/user"
|
||||
icon: "fab fa-twitter"
|
||||
23
internal/config/testdata/config-catppuccin-macchiato.yaml
vendored
Normal file
23
internal/config/testdata/config-catppuccin-macchiato.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# config-catppuccin-macchiato.yaml - Test config with Catppuccin Macchiato theme
|
||||
|
||||
---
|
||||
name: "Test User Catppuccin"
|
||||
bio: "Testing Catppuccin Macchiato theme"
|
||||
avatar: "static/logo.png"
|
||||
theme: "catppuccin-macchiato"
|
||||
footer:
|
||||
- text: "© 2025 Test User"
|
||||
- text: "Catppuccin Macchiato Theme"
|
||||
|
||||
links:
|
||||
- title: "My Website"
|
||||
url: "https://example.com"
|
||||
icon: "fas fa-globe"
|
||||
- title: "GitHub"
|
||||
url: "https://github.com/user"
|
||||
icon: "fab fa-github"
|
||||
|
||||
socials:
|
||||
- platform: "Twitter"
|
||||
url: "https://twitter.com/user"
|
||||
icon: "fab fa-twitter"
|
||||
23
internal/config/testdata/config-catppuccin-mocha.yaml
vendored
Normal file
23
internal/config/testdata/config-catppuccin-mocha.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# config-catppuccin.yaml - Test config with Catppuccin theme
|
||||
|
||||
---
|
||||
name: "Test User Catppuccin"
|
||||
bio: "Testing Catppuccin Mocha theme"
|
||||
avatar: "static/logo.png"
|
||||
theme: "catppuccin-mocha"
|
||||
footer:
|
||||
- text: "© 2025 Test User"
|
||||
- text: "Catppuccin Mocha Theme"
|
||||
|
||||
links:
|
||||
- title: "My Website"
|
||||
url: "https://example.com"
|
||||
icon: "fas fa-globe"
|
||||
- title: "GitHub"
|
||||
url: "https://github.com/user"
|
||||
icon: "fab fa-github"
|
||||
|
||||
socials:
|
||||
- platform: "Twitter"
|
||||
url: "https://twitter.com/user"
|
||||
icon: "fab fa-twitter"
|
||||
23
internal/config/testdata/config-gruvbox.yaml
vendored
Normal file
23
internal/config/testdata/config-gruvbox.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# config-gruvbox.yaml - Test config with Gruvbox theme
|
||||
|
||||
---
|
||||
name: "Test User Gruvbox"
|
||||
bio: "Testing Gruvbox theme with light/dark variants"
|
||||
avatar: "static/logo.png"
|
||||
theme: "gruvbox"
|
||||
footer:
|
||||
- text: "© 2025 Test User"
|
||||
- text: "Gruvbox Theme"
|
||||
|
||||
links:
|
||||
- title: "My Website"
|
||||
url: "https://example.com"
|
||||
icon: "fas fa-globe"
|
||||
- title: "GitHub"
|
||||
url: "https://github.com/user"
|
||||
icon: "fab fa-github"
|
||||
|
||||
socials:
|
||||
- platform: "Twitter"
|
||||
url: "https://twitter.com/user"
|
||||
icon: "fab fa-twitter"
|
||||
12
internal/config/testdata/config-invalid-theme.yaml
vendored
Normal file
12
internal/config/testdata/config-invalid-theme.yaml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# config-invalid-theme.yaml - Test config with invalid theme (for error testing)
|
||||
|
||||
---
|
||||
name: "Test User Invalid"
|
||||
bio: "Testing invalid theme error handling"
|
||||
avatar: "static/logo.png"
|
||||
theme: "nonexistent"
|
||||
|
||||
links:
|
||||
- title: "My Website"
|
||||
url: "https://example.com"
|
||||
icon: "fas fa-globe"
|
||||
23
internal/config/testdata/config-nord.yaml
vendored
Normal file
23
internal/config/testdata/config-nord.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# config-nord.yaml - Test config with Nord theme
|
||||
|
||||
---
|
||||
name: "Test User Nord"
|
||||
bio: "Testing Nord theme with light/dark variants"
|
||||
avatar: "static/logo.png"
|
||||
theme: "nord"
|
||||
footer:
|
||||
- text: "© 2025 Test User"
|
||||
- text: "Nord Theme"
|
||||
|
||||
links:
|
||||
- title: "My Website"
|
||||
url: "https://example.com"
|
||||
icon: "fas fa-globe"
|
||||
- title: "GitHub"
|
||||
url: "https://github.com/user"
|
||||
icon: "fab fa-github"
|
||||
|
||||
socials:
|
||||
- platform: "Twitter"
|
||||
url: "https://twitter.com/user"
|
||||
icon: "fab fa-twitter"
|
||||
Reference in New Issue
Block a user