upgrade hugo
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
set -e
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
cp ~/.config/theme.json ../data/theme.json
|
||||
cp ~/.local/wconfig/theme.json ../data/theme.json
|
||||
|
||||
Reference in New Issue
Block a user