upgrade hugo

This commit is contained in:
2026-08-09 13:51:53 +00:00
parent 2880edce69
commit cbb31f73f4
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ while IFS= read -r line || [[ -n "$line" ]]; do
dest_dir="$(dirname "$dest")"
mkdir -p "$dest_dir"
cp -r "$src" "$dest"
done < "data/copy-list"
done < "assets/copy-list"
+1 -1
View File
@@ -3,7 +3,7 @@ theme: yrzam
# SITE SETTINGS
baseURL:
title:
languageCode:
locale:
taxonomies:
# Create these per each section&taxo, replacing section
# with section name and taxo with taxonomy name
+1 -1
View File
@@ -2,4 +2,4 @@
set -e
cd "$(dirname "$0")"
cp ~/.config/theme.json ../data/theme.json
cp ~/.local/wconfig/theme.json ../data/theme.json