mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-06 19:59:40 +00:00
Add newly created official Blue Marble website and update project documentation - Add official website badge to README.md - Include website link in Quick Guide section - Add website creator credits in CREDITS.md - Update CONTRIBUTING.md with website reference - Add new official website URL: https://bluemarble.camilledaguin.fr/ This commit introduces the newly created official Blue Marble website and updates all documentation to reference it. The website provides a dedicated platform for Blue Marble users and information.
18 lines
No EOL
386 B
JSON
18 lines
No EOL
386 B
JSON
{
|
|
"source": {
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "build", "dist"]
|
|
},
|
|
"homepage": "https://bluemarble.camilledaguin.fr/",
|
|
"opts": {
|
|
"destination": "docs",
|
|
"template": "node_modules/minami",
|
|
"recurse": true,
|
|
"encoding": "utf8"
|
|
},
|
|
"plugins": ["plugins/markdown"],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
}
|
|
} |