Pages détail numérique : sommaire flottant, nav ctx, shadoks geek, contenu enrichi
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- [slug].vue : sommaire sticky (overflow:clip sur parent), prev/next en haut, 6 shadoks geek (pinguin+USB, web-of-trust, rubber-duck, caféine, debugger loupe, rack serveur) - Nouveaux types de sections : territoire (bouquet sweethomeCloud, 2 modèles éco, tableau matériel dépliable), projet (carte gestation) - cloud-libre.yml : section sweethomeCloud complète avec infra 50 000 hab. (~2€/an/hab) - authentification-wot.yml : trustWallet, correction WoT Duniter (Ed25519+Scrypt, sigQty=5, stepMax=3), DID/VC standards - logiciel-libre.yml : carte projet wishBounty - home.yml + numerique.yml : cloud-libre → sweethomeCloud, description RGPD/local-first - AxisBlock.vue : bulles de présentation inline dans les cards (plus de tooltip absolu) - Analytics : useTracking.ts (Umami), docker-compose.umami.yml, /api/stats fédération - nuxt.config.ts : config Umami runtime Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,6 +29,12 @@ export default defineNuxtConfig({
|
||||
'i-lucide-rocket', 'i-lucide-flask-conical', 'i-lucide-arrow-right',
|
||||
// Decision page
|
||||
'i-lucide-vote', 'i-lucide-scroll-text', 'i-lucide-git-branch',
|
||||
// sweethomeCloud + territoire
|
||||
'i-lucide-home', 'i-lucide-hard-drive', 'i-lucide-video',
|
||||
'i-lucide-message-circle', 'i-lucide-bot', 'i-lucide-globe-2',
|
||||
'i-lucide-map-pin', 'i-lucide-euro', 'i-lucide-package',
|
||||
'i-lucide-settings', 'i-lucide-layout-grid', 'i-lucide-server',
|
||||
'i-lucide-chevron-down', 'i-lucide-info',
|
||||
],
|
||||
},
|
||||
|
||||
@@ -56,8 +62,12 @@ export default defineNuxtConfig({
|
||||
runtimeConfig: {
|
||||
adminPassword: '',
|
||||
adminSecret: '',
|
||||
umamiApiKey: '',
|
||||
public: {
|
||||
siteUrl: 'https://librodrome.org',
|
||||
tenantId: 'librodrome',
|
||||
umamiUrl: '',
|
||||
umamiWebsiteId: '',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user