More jekyll work

This commit is contained in:
Lucas Scharenbroich 2022-06-27 20:33:34 -05:00
parent d14df40145
commit e00c168ece
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ title: Toolbox Reference
style: toolref
---
<link rel="stylesheet" href="assets/css/toolref.css">
<link rel="stylesheet" href="{{ 'assets/css/toolref.css' | relative_url }}">
<div id="content">
<ul>

View File

@ -11,6 +11,7 @@
"crossrunner": "C:\\Programs\\Crossrunner\\Crossrunner.exe"
},
"scripts": {
"build:docs": "cd docs && bundle exec jekyll serve",
"archive": "%npm_package_config_cadius% EXTRACTFILE ./emu/Target.2mg /GTEDev/Tool160.SHK .",
"test": "npm run build && build-image.bat %npm_package_config_cadius% && %npm_package_config_gsport%",
"build": "%npm_package_config_merlin32% -V %npm_package_config_macros% ./src/Master.s",