summaryrefslogtreecommitdiffstats
path: root/src/ts
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: display comments list on postsArmand Philippot2021-12-171-1/+11
|
* chore: create thematic page viewArmand Philippot2021-12-161-0/+47
| | | | | | | For now I have to repeat some markup/styles, I cannot reuse PostsList component. WP GraphQL does not offer edges for ACF Post2Post or filters to get thematic posts with another way. I should create custom fields in backend to improve the posts fetching.
* chore: display year between blog postsArmand Philippot2021-12-162-4/+4
|
* chore: fix typoArmand Philippot2021-12-162-2/+2
|
* chore: create legal notice viewArmand Philippot2021-12-151-1/+1
|
* chore: create CV viewArmand Philippot2021-12-151-0/+29
|
* chore: create single post viewArmand Philippot2021-12-154-5/+88
|
* chore: add pagination (load more) to blog pageArmand Philippot2021-12-151-5/+7
|
* chore: retrieve posts list on blog pageArmand Philippot2021-12-155-0/+98
|
* chore: add main-nav componentArmand Philippot2021-12-131-0/+5
| | | | | I choose to implement main-nav paths manually instead of fetching them from GraphQL to ensure functional navigation without JS.
* chore: create homepage with graphql dataArmand Philippot2021-12-132-1/+20
|
* chore: change app to use a layoutArmand Philippot2021-12-131-0/+11
I can now insert header/footer on each pages.