tucker <tucker@pangolin.lan> | Sun Sep 28 2025
make example site reference remote URL
14 15 16 17 18 19
_type: "git",
defaultBranch: "main",
branchesToPull: ["main"],
location: "../eleventy-plugin-repoviewer",
}
}
})14 15 16 17 18 19
_type: "git",
defaultBranch: "main",
branchesToPull: ["main"],
location: "../",
}
}
})8 9 10 11 12
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"eleventy-plugin-repoviewer": "file:~/repos/eleventy-plugin-repoviewer"
}
}8 9 10 11 12
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"eleventy-plugin-repoviewer": "git+https://repos.tuckerm.us/eleventy-plugin-repoviewer.git#deploy/0.0.1-alpha.1"
}
}