From 9e2c169f38bd0c61ec5e936a0785926aeeb639e4 Mon Sep 17 00:00:00 2001 From: Derek <42170307+2-REC@users.noreply.github.com> Date: Sun, 18 Nov 2018 11:43:56 +0700 Subject: Update TODO.md --- TODO.md | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) diff --git a/TODO.md b/TODO.md index 327dd24..d9fdc74 100644 --- a/TODO.md +++ b/TODO.md @@ -73,3 +73,189 @@ TODO - CODE: - [ ] "ASIDE" section: => Could add optional section. + + +CODE CHECK/BUGS: + +[layouts] + [_default] + - [ ] baseof.html + - [ ] Check/adapt CSS for "list-content" & "list-page". + + - [ ] li.html + - [ ] Change layout of links, and put everything in the "a" tag. + => Do something similar to "project-box". + + - [ ] limage.html + - [ ] Determine number of columns and offsets based on content. + For
+ => Could use "get-number-columns.html". + + - [ ] single.html + - [ ] Keep aria-hidden? + => And check if needed anywhere else. + - [ ] Change size of images once have gallery style images (clickable to view) + + [partials] + [pages] + - [ ] lists.html + - [ ] For posts listing, descend recursively instead of only handling first level. + + - [ ] sidebar.html + - [ ] Make "categories" & "tags" optional? + - [ ] Get texts from data instead of hardcoded ("HOME", "CATEGORIES", "TAGS") + + + - [ ] title.html + - [ ] Add a "path" element at beginning for easy navigation. + eg: "HOME > WORK_PRO > VRCONTEXT > post" + + [sections] + - [ ] about.html + - [ ] Add microdata + - [ ] For row containing the "profile": + - what itemtype? (person? organiation? ...?) +