summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index eccaf5b..71203a9 100644
--- a/README
+++ b/README
@@ -10,3 +10,12 @@ To generate HTML bundle for upload to web server:
Upload html.tgz to the server and unpack, then delete html.tgz.
Imagemagick is required to convert the PSD files into .webm (or other) formats.
+
+2021-07-22 NOTICE:
+
+ * The theme.css file is manually modified. Awaiting theme author to provide valid source files.
+
+ * The following changes have been made from original:
+
+ $ grep -rl AAAAAA assets/ | while read k; do sed -i ${k} -e 's/AAAAAA/DDDDDD/g'; done
+ $ grep -rl 7C7C7C assets/ | while read k; do sed -i ${k} -e 's/7C7C7C/333333/g'; done