2 Commits

Author SHA1 Message Date
Fabien POLLY
f8c26288ab Update fmt.Println message from 'Hello' to 'Goodbye' 2026-02-27 22:03:07 +01:00
Fabien POLLY
8fd63ce5b1 Change default branch from 'wiki' to 'main' 2026-02-27 21:56:35 +01:00
2 changed files with 440 additions and 154 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@ const CONFIG = {
// GitHub Repository // GitHub Repository
repo: "infinition/Bjorn", repo: "infinition/Bjorn",
branch: "wiki", branch: "main", // <-- On cible la branche "main" pour charger le contenu (les .md)
// Theme Settings // Theme Settings
themes: [ themes: [
@@ -97,7 +97,7 @@ const CONFIG = {
social: { social: {
discord: "https://discord.gg/B3ZH9taVfT", discord: "https://discord.gg/B3ZH9taVfT",
reddit: "https://www.reddit.com/r/Bjorn_CyberViking/", reddit: "https://www.reddit.com/r/Bjorn_CyberViking/",
github: "https://github.com/infinition/Bjorn", // Virgule respectée par le script github: "https://github.com/infinition/Bjorn",
buyMeACoffee: "https://buymeacoffee.com/infinition" buyMeACoffee: "https://buymeacoffee.com/infinition"
}, },
@@ -107,4 +107,4 @@ const CONFIG = {
redditLabel: "REDDIT", redditLabel: "REDDIT",
githubLabel: "BJORN" githubLabel: "BJORN"
} }
}; };