Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek <42170307+2-REC@users.noreply.github.com>2018-11-18 07:45:15 +0300
committerGitHub <noreply@github.com>2018-11-18 07:45:15 +0300
commit734645842d4850e0a1b67052ce0d983913a063cd (patch)
tree142a9824e74aa8355464b796f199193e51b4b36d
parent9e2c169f38bd0c61ec5e936a0785926aeeb639e4 (diff)
Update TODO.md
-rw-r--r--TODO.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO.md b/TODO.md
index d9fdc74..e747b25 100644
--- a/TODO.md
+++ b/TODO.md
@@ -77,8 +77,8 @@ TODO - CODE:
CODE CHECK/BUGS:
-[layouts]
- [_default]
+- layouts
+ - _default
- [ ] baseof.html
- [ ] Check/adapt CSS for "list-content" & "list-page".
@@ -96,8 +96,8 @@ CODE CHECK/BUGS:
=> And check if needed anywhere else.
- [ ] Change size of images once have gallery style images (clickable to view)
- [partials]
- [pages]
+ - partials
+ - pages
- [ ] lists.html
- [ ] For posts listing, descend recursively instead of only handling first level.
@@ -110,7 +110,7 @@ CODE CHECK/BUGS:
- [ ] Add a "path" element at beginning for easy navigation.
eg: "HOME > WORK_PRO > VRCONTEXT > post"
- [sections]
+ - sections
- [ ] about.html
- [ ] Add microdata
- [ ] For row containing the "profile":
@@ -164,7 +164,7 @@ CODE CHECK/BUGS:
With
{{ with $.Site.GetPage . }}
- [utils]
+ - utils
- [ ] get-keywords.html
- [ ] Add a parameter to specify order (based on wieght, title, occurrences, ...)
(now hardcoded on alphanumerical value - at end of file)
@@ -231,8 +231,8 @@ CODE CHECK/BUGS:
- [ ] For external "libs" (Bootstrap, FontAwesome, JQuery?)
=> Use CDN & fallback on local files. (see links)
-[static]
- [css]
+- static
+ - css
- [ ] custom.css
- [ ] Check that all variables are listed.
- [ ] File should be removed from theme (as it is optional, and name specified in "config.toml").
@@ -249,7 +249,7 @@ CODE CHECK/BUGS:
- [ ] For "main" "min-height", need to consider header and footer heights as well.
=> Write JS code to get the values.
- [js]
+ - js
- [ ] Check/adapt license etc.