From 2040b7a6c2f5f1068f8f737ad714fd16cb781e76 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 16 Apr 2023 22:56:02 +0200 Subject: [PATCH] TODOs Signed-off-by: Johannes Schindelin --- TODOs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODOs diff --git a/TODOs b/TODOs new file mode 100644 index 0000000000..e3a2a7a9c4 --- /dev/null +++ b/TODOs @@ -0,0 +1,14 @@ +IMPORTANT: +- fix Hugo warnings that are shown when rendering the page: + + WARN calling IsSet with unsupported type "ptr" (*hugolib.pageState) will always return false. + WARN No section found in {"File":{}} + +general QA: +- does `<%` still find a hit? + - remove banner (also in CSS) + - remove layouts/partial/section? +- compare sidebars between Rails App and Hugo page +- ensure that current URLs would work after migration + - e.g. /about#branching-and-merging, /about#staging-area etc +- add `test -z "$(git grep "\\(href\|src\) *= *[\"']/")"` to CI