From 782c9ed45af3e16843a1e9e61485a9b30b30d5e9 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 30 Dec 2023 23:09:44 +0000 Subject: [PATCH] Include resume in build --- build/builder.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/builder.sh b/build/builder.sh index 3697964..65844e7 100644 --- a/build/builder.sh +++ b/build/builder.sh @@ -10,12 +10,15 @@ mkdir -p static && chmod -R u+w static # We host some static files (KaTeX CSS in production) on # static.danilafe.com. However, we can just bundle them here instead! +# Also, since we're generating and adding a resume further down, add it to +# the configuration here as well. echo '[params]' >> config-urls.toml echo 'katexCssUrl = "/katex/katex.min.css"' >> config-urls.toml echo 'normalizeCssUrl = "/normalize/normalize.css"' >> config-urls.toml echo 'visNetworkJsUrl = "/vis-network/vis-network.min.js"' >> config-urls.toml echo 'bergamotJsUrl = "/bergamot/bergamot.js"' >> config-urls.toml echo 'katexExpressionJsUrl = "/katex-expression/katex-expression.esm.js"' >> config-urls.toml +echo 'resumeStaticFile = "/Resume-Danila-Fedorin.pdf"' >> config-urls.toml cp -r $webFiles/* static/