This commit is contained in:
rca 2024-08-14 09:14:00 +09:00
parent f25e854124
commit 8c4c2f5c72
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"build:step2": "npx doctoc --notitle --maxlevel 3 work/all.md", "build:step2": "npx doctoc --notitle --maxlevel 3 work/all.md",
"build:step3": "node scripts/mdit.js work/all.md work/all_md.html", "build:step3": "node scripts/mdit.js work/all.md work/all_md.html",
"build:step4": "node scripts/ejs.js template/template.html work/all.html", "build:step4": "node scripts/ejs.js template/template.html work/all.html",
"build:step5": "npx html-inline work/all.html -b $(pwd) -o dist/all.html", "build:step5": "npx html-inline work/all.html -o dist/all.html",
"build:step6": "npx tsx scripts/convert.ts", "build:step6": "npx tsx scripts/convert.ts",
"build": "npm run build:step1 && npm run build:step2 && npm run build:step3 && npm run build:step4 && npm run build:step5 && npm run build:step6" "build": "npm run build:step1 && npm run build:step2 && npm run build:step3 && npm run build:step4 && npm run build:step5 && npm run build:step6"
}, },

View File

@ -5,8 +5,8 @@
<meta name="openaction" content="#view=fit"> <meta name="openaction" content="#view=fit">
<meta name="author" content="r-ca" /> <meta name="author" content="r-ca" />
<title>Template</title> <title>Template</title>
<link rel="stylesheet" href="../css/github-markdown.css"> <link rel="stylesheet" href="/css/github-markdown.css">
<link rel="stylesheet" href="../css/custom.css"> <link rel="stylesheet" href="/css/custom.css">
</head> </head>
<body> <body>
<div class="FrontCover"> <div class="FrontCover">