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-16 09:39:39 +0300
committerGitHub <noreply@github.com>2018-11-16 09:39:39 +0300
commit0266c006c7b25b0ec8eed2a2b37bbe50c5e48357 (patch)
tree63c5487072a6ed0d652009e2e3abe82049e6f83a
parentd96fd6f2cdec2e9c5032528a8d06b6cd7afc841e (diff)
Added publish things to do.
-rw-r--r--TODO.md41
1 files changed, 40 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 6bfe58b..aa57047 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,4 +1,4 @@
-TODO:
+TODO - CODE:
- [ ] Homepage:
- [ ] Set order of sections from order in navigation bar.
@@ -22,3 +22,42 @@ TODO:
- [ ] "ASIDE" section:
=> Could add optional section.
+
+
+========
+
+TODO - PUBLISH:
+
+Look at:
+gohugo.io/contribute/themes
+
+- [ ] check all URLs, & use RELATIVE everywhere (see "relURL")
+
+- [x] check if ".Hugo.Generator" is included somewhere
+
+- [ ] create new theme with: "hugo new theme <THEME_NAME>"
+ - [ ] check if we have .gitignore in "exampleSite" with "/public" & "/themes"
+ - [ ] copy all files in new directory => then see what needs to be committed additionally
+
+- [ ] test theme
+ => "hugoBasicExample"
+ https://github.com/gohugoio/hugoBasicExample
+ (or include "exampleSite")
+
+- [x] finish "theme.toml" with all required metadata (add tags!)
+ => check others on "gohugo.io/contribute/themes"
+
+- [ ] finish README.md
+ => look at "Hugo Artists Theme" for ideas
+ - [ ] find and finish "projects" stuff
+ - [ ] add examples?
+ - [ ] add more screenshots?
+ - [x] add features (404 page, custom css, ...)!
+
+- [ ] finish "config.toml"
+
+- [ ] check/clean code => could be done later ...
+
+- [x] add screenshot (1500x1000) & tn (900x600), PNG
+
+- [ ] add theme to "HugoThemes" github => open issue & add link