fd21bd2f835110813f92e11b686ae149cf9be0e5
Docus doesn't generate canonical links or og:url natively. A plugin now injects rel=canonical and og:url per route using nuxt-site-config's withSiteUrl, which reads site.url from nuxt.config.ts.
🔧 Docs, More Docs
Docu·djeex is first and foremost a personal project aimed at self-hosting as many everyday services as possible — without relying on proprietary platforms (Google, Apple, Netflix, etc.).
This documentation site is built using Nuxt.js.
This repository contains everything you need to edit pages, apply your changes, and redeploy the site.
Setup
Install dependencies:
npm install
Development Environment (port 3000)
npm run dev
Generate Static Pages
npm run generate
The HTML files will be generated in the .output/public folder and are ready to be deployed on any static-compatible hosting.
Preview Build
If you'd like to immediately see the result of your static site build, you can launch a preview server:
npm run preview
Languages
TypeScript
52.1%
Vue
45.6%
CSS
2.3%