Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/_extensions/mcanouil/atelier/_dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
schema: 1
sources:
quarto-lua-modules:
origin: "https://github.com/mcanouil/quarto-lua-modules"
fetch: "{origin}/releases/download/{version}/{file}"
version: "2.2.0"
licence: MIT
files:
logging.lua:
sha256: "1a8339db434d4cc8f794a2e2526ffe002124b3f71df3e3ef47eb9db3a3b24296"
runtime: any
metadata.lua:
sha256: "83fc3757c1ca7d7d63fcf5bf6a8d4ac60144adfc95af2a90559d52d203e153fb"
runtime: any
string.lua:
sha256: "f14a487f61d027e38c9cb32f280bd5266e73ef76e31bd61fdff184c2e588698d"
runtime: any
5 changes: 3 additions & 2 deletions docs/_extensions/mcanouil/atelier/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Atelier
author: Mickaël Canouil
version: 0.10.3
version: 0.10.4
quarto-required: ">=1.9.36"
contributes:
project:
Expand Down Expand Up @@ -84,4 +84,5 @@ contributes:
- file: html/scripts/ordinal-dates.html
- file: html/scripts/a11y-fixes.html
- file: html/scripts/navbar-tooltips.html
source: mcanouil/quarto-atelier@0.10.3
source: mcanouil/quarto-atelier@0.10.4
source-type: github
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Mickaël Canouil

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--- @license MIT
--- @copyright 2026 Mickaël Canouil
--- @author Mickaël Canouil
--- @version 1.0.0
--- @version 2.2.0

local M = {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--- @license MIT
--- @copyright 2026 Mickaël Canouil
--- @author Mickaël Canouil
--- @version 1.0.0
--- @version 2.2.0

local M = {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--- @license MIT
--- @copyright 2026 Mickaël Canouil
--- @author Mickaël Canouil
--- @version 1.1.0
--- @version 2.2.0

local M = {}

Expand Down
6 changes: 3 additions & 3 deletions docs/_extensions/mcanouil/atelier/social-metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
local EXTENSION_NAME = 'atelier'

--- Load modules
local str = require(quarto.utils.resolve_path('_modules/string.lua'):gsub('%.lua$', ''))
local log = require(quarto.utils.resolve_path('_modules/logging.lua'):gsub('%.lua$', ''))
local meta_mod = require(quarto.utils.resolve_path('_modules/metadata.lua'):gsub('%.lua$', ''))
local str = require(quarto.utils.resolve_path('_vendor/quarto-lua-modules/string.lua'):gsub('%.lua$', ''))
local log = require(quarto.utils.resolve_path('_vendor/quarto-lua-modules/logging.lua'):gsub('%.lua$', ''))
local meta_mod = require(quarto.utils.resolve_path('_vendor/quarto-lua-modules/metadata.lua'):gsub('%.lua$', ''))

--- Link tags built from the configured paths, in head order.
--- `option` names the `extensions.atelier` key that supplies the `href`;
Expand Down
41 changes: 41 additions & 0 deletions docs/_extensions/mcanouil/gitlink/_dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
schema: 1
sources:
quarto-lua-modules:
origin: "https://github.com/mcanouil/quarto-lua-modules"
fetch: "{origin}/releases/download/{version}/{file}"
version: "2.2.0"
licence: MIT
files:
colour.lua:
sha256: "d7a436844d203542f174c9a1f1132b3f862963e54f3ec377bedf596fae2fbc3c"
runtime: any
git.lua:
sha256: "898149328e6d1e66490a57907c407f751d89699a5c1aa63edd52472eea19b11c"
runtime: any
html.lua:
sha256: "d5b01fe9e02923746edc905734bb99387083b9e419a0f7effdd4a3fb95a792d3"
runtime: any
logging.lua:
sha256: "1a8339db434d4cc8f794a2e2526ffe002124b3f71df3e3ef47eb9db3a3b24296"
runtime: any
metadata.lua:
sha256: "83fc3757c1ca7d7d63fcf5bf6a8d4ac60144adfc95af2a90559d52d203e153fb"
runtime: any
paths.lua:
sha256: "81b01600967ece6d9033f3b1cff9567445d21a6c403994f6f7d616ecf10e0bb1"
runtime: any
schema-check.lua:
sha256: "05277cebd3f1164544897e3fbe563404b88115364ed9a93e1d464f246b157b25"
runtime: any
string.lua:
sha256: "f14a487f61d027e38c9cb32f280bd5266e73ef76e31bd61fdff184c2e588698d"
runtime: any
quarto-wizard:
origin: "https://github.com/mcanouil/quarto-wizard"
fetch: "{origin}/releases/download/{version}/{file}"
version: "3.5.0"
licence: MIT
files:
schema.lua:
sha256: "30b830304ddeb410e507edf176ce4e056cdc242d51161f5f8a8d65a2e01ecd5a"
runtime: any
5 changes: 3 additions & 2 deletions docs/_extensions/mcanouil/gitlink/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
title: gitlink
author: Mickaël Canouil
version: 1.10.1
version: 1.11.0
quarto-required: ">=1.9.38"
contributes:
filters:
- path: gitlink.lua
at: post-quarto
source: mcanouil/quarto-gitlink@1.10.1
source: mcanouil/quarto-gitlink@1.11.0
source-type: github
11 changes: 1 addition & 10 deletions docs/_extensions/mcanouil/gitlink/_modules/bitbucket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@
--- @copyright 2026 Mickaël Canouil
--- @author Mickaël Canouil

--- Load a sibling module from the same directory as this file.
--- @param filename string The sibling module filename (e.g., 'string.lua')
--- @return table The loaded module
local function load_sibling(filename)
local source = debug.getinfo(1, 'S').source:sub(2)
local dir = source:match('(.*[/\\])') or ''
return require((dir .. filename):gsub('%.lua$', ''))
end

local str = load_sibling('string.lua')
local str = require(quarto.utils.resolve_path('_vendor/quarto-lua-modules/string.lua'):gsub('%.lua$', ''))

local bitbucket_module = {}

Expand Down
54 changes: 0 additions & 54 deletions docs/_extensions/mcanouil/gitlink/_modules/paths.lua

This file was deleted.

Loading