Update blog and resume code

This commit is contained in:
2023-02-20 06:57:07 +00:00
parent d065ca364e
commit d44e5fc12f
2 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ export RUBYOPT="-KU -E utf-8:utf-8"
# Copy files to a mutable directory.
cp -r $src/* .
# We'll generate some static files so make static writable
chmod -R u+w static
mkdir -p static && chmod -R u+w static
# Build site with Hugo
hugo $hugoFlags --config=config.toml,config-gen.toml