mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Closes #335. This is my first attempt coding for eleventy/liquid so I'd be happy to get feedback on making the code cleaner or more idiomatic, or just more like the Codeberg style. Co-authored-by: David Anselmi <danselmi@intecrowd.com> Co-authored-by: Gusted <postmaster@gusted.xyz> Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/780 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"name": "codeberg-docs",
|
|
"description": "The documentation site for Codeberg",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"dev": "eleventy --serve --incremental",
|
|
"lint-markdown": "markdownlint-cli2 '**/*.md' '#node_modules'",
|
|
"lint-markdown-fix": "markdownlint-cli2 --fix '**/*.md' '#node_modules'",
|
|
"lint-prettier": "prettier --check .",
|
|
"lint-prettier-fix": "prettier -w --check .",
|
|
"lint-spellcheck": "cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "3.1.5",
|
|
"@11ty/eleventy-img": "6.0.4",
|
|
"@11ty/eleventy-navigation": "1.0.5",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.2",
|
|
"@fortawesome/fontawesome-svg-core": "7.1.0",
|
|
"@fortawesome/free-solid-svg-icons": "7.1.0",
|
|
"@toycode/markdown-it-class": "1.2.4",
|
|
"@uncenter/eleventy-plugin-toc": "1.0.3",
|
|
"cspell": "9.8.0",
|
|
"halfmoon": "2.0.2",
|
|
"markdown-it": "14.1.1",
|
|
"markdown-it-anchor": "9.2.0",
|
|
"markdownlint-cli2": "0.20.0",
|
|
"pagefind": "1.4.0",
|
|
"prettier": "3.8.1"
|
|
}
|
|
}
|