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

TODO.md - github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48d2929cad31c80f288b8a3af1adbf01d6e48ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
TODO - CODE:

- [ ] Check/clean the entire code ...

- [ ] Homepage:
    - [ ] Set order of sections from order in navigation bar.
        => Parse menu and add each section in that order (in same order as defined in config.toml).

- [ ] "HOME" section:
    - [ ] Seems to have a bug with the background in CREATIVE theme: image sometimes not covering the entire screen.
        => Set size to minimum between width and height, keeping ratio (=> image cropped)
?        => OK or should fix problem?

- [ ] "SKILLS" section:
    - [ ] "text" parameter should be optional.

- [ ] "PROJECTS" section:
    - [ ] Add a vertical scrolling text in the top right corner.
        => For scrolling text, look at:
            https://www.quackit.com/css/codes/marquees/
        => Need to adapt the layout as in AIRSPACE theme, "Contact" form.
    - [ ] Add a link to "TIMELINE" page (once page ceated).
        => Look at "NEWSPRINT" theme, "The Library" section for timeline example.

- [ ] "ASIDE" section:
    => Could add optional section.

- [ ] add Google Analytics:
        googleAnalytics = "..."

========

TODO - PUBLISH:

Look at:
gohugo.io/contribute/themes

- [x] Check all URLs, & use relative URLs everywhere (see "relURL").

- [x] Make sure ".Hugo.Generator" is included in "head.html".

- [x] Test theme.
  - [x] With "hugoBasicExample" (https://github.com/gohugoio/hugoBasicExample)
    => Doesn't work.
  - [x] Include "exampleSite".

- [x] Finish "theme.toml" with all required metadata (add tags!).

- [x] Finish README.md.
  => Look at "Hugo Artists Theme" for ideas.
  - [x] Find and finish "projects" stuff.
  - [x] Add more screenshots.
  - [x] Add features (404 page, custom css, ...).

- [x] Finish "config.toml".

- [x] Add screenshot (1500x1000) & tn (900x600), in PNG format.

- [ ] Add theme to "HugoThemes" github => open issue & add link.