mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Refresh Codeberg documentatation looks by using Halfmoon v2. Mobile UI also got a overhaul. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/655 Reviewed-by: Bastian Greshake Tzovaras <gedankenstuecke@noreply.codeberg.org> Reviewed-by: Otto <otto@codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
23 lines
703 B
JSON
23 lines
703 B
JSON
{
|
|
"name": "codeberg-docs",
|
|
"description": "The documentation site for Codeberg",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rm -rf _site/ && eleventy",
|
|
"serve": "eleventy --serve"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.1",
|
|
"@11ty/eleventy-img": "^6.0.4",
|
|
"@11ty/eleventy-navigation": "^1.0.4",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@toycode/markdown-it-class": "^1.2.4",
|
|
"@uncenter/eleventy-plugin-toc": "^1.0.3",
|
|
"halfmoon": "^2.0.2",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-anchor": "^9.2.0",
|
|
"pagefind": "^1.3.0"
|
|
}
|
|
}
|