初始化内容

This commit is contained in:
2026-09-16 14:07:40 +08:00
parent 6934b390bf
commit 4f643c1e7c
18350 changed files with 6088489 additions and 305 deletions
+38
View File
@@ -0,0 +1,38 @@
[build]
publish = 'web'
command = '''
for header in simde/*/*.h; do
header="$(echo "$header" | cut -b7-)"
mkdir -p web/amalgamated/$(dirname "$header");
./amalgamate.py "simde/$header" > web/amalgamated/"${header}";
done
'''
[[headers]]
for = "/amalgamated/*/*.h"
[headers.values]
Access-Control-Allow-Origin = "*"
[[redirects]]
from = "/godbolt/simple"
to = "https://godbolt.org/z/Y3XexA"
status = 302
force = true
[[redirects]]
from = "/godbolt/demo"
to = "https://godbolt.org/z/keBtF9"
status = 302
force = true
[[redirects]]
from = "/godbolt/arm/neon/simple"
to = "https://godbolt.org/z/6rdp4L"
status = 302
force = true
[[redirects]]
from = "/godbolt/arm/neon/demo"
to = "https://godbolt.org/z/sHVz49"
status = 302
force = true