Some checks failed
CI/CD Pipeline / Lint (pull_request) Has been cancelled
CI/CD Pipeline / Test (pull_request) Has been cancelled
CI/CD Pipeline / Build (386, linux, linkbeam-linux-386) (pull_request) Has been cancelled
CI/CD Pipeline / Build (386, windows, linkbeam-windows-386.exe) (pull_request) Has been cancelled
CI/CD Pipeline / Build (amd64, darwin, linkbeam-darwin-amd64) (pull_request) Has been cancelled
CI/CD Pipeline / Build (amd64, linux, linkbeam-linux-amd64) (pull_request) Has been cancelled
CI/CD Pipeline / Build (amd64, windows, linkbeam-windows-amd64.exe) (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm, 7, linux, linkbeam-linux-armv7) (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm64, darwin, linkbeam-darwin-arm64) (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm64, linux, linkbeam-linux-arm64) (pull_request) Has been cancelled
CI/CD Pipeline / Build (arm64, windows, linkbeam-windows-arm64.exe) (pull_request) Has been cancelled
CI/CD Pipeline / Build Docker Image (pull_request) Has been cancelled
CI/CD Pipeline / Create Release (pull_request) Has been cancelled
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
# config.example.yaml
|
|
# Example configuration for LinkBeam
|
|
|
|
---
|
|
name: "Your Name"
|
|
bio: "A short bio about yourself"
|
|
avatar: "static/logo.png" # Can be a local path or URL (http://... or https://...)
|
|
theme: "auto"
|
|
# font_awesome_cdn: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" # Optional: custom Font Awesome CDN URL (default: Font Awesome 6.5.1)
|
|
links:
|
|
- title: "My Website"
|
|
url: "https://yourwebsite.com"
|
|
icon: "fas fa-globe"
|
|
- title: "Blog"
|
|
url: "https://yourblog.com"
|
|
icon: "fas fa-blog"
|
|
- title: "GitHub"
|
|
url: "https://github.com/yourusername"
|
|
icon: "fab fa-github"
|
|
- title: "Portfolio"
|
|
url: "https://portfolio.com"
|
|
icon: "fas fa-briefcase"
|
|
|
|
socials:
|
|
- platform: "Twitter"
|
|
url: "https://twitter.com/yourusername"
|
|
icon: "fab fa-twitter"
|
|
- platform: "LinkedIn"
|
|
url: "https://linkedin.com/in/yourusername"
|
|
icon: "fab fa-linkedin"
|
|
- platform: "Instagram"
|
|
url: "https://instagram.com/yourusername"
|
|
icon: "fab fa-instagram"
|
|
|
|
footer:
|
|
- text: "© 2025 Your Name"
|
|
- text: "Made with LinkBeam"
|