summaryrefslogtreecommitdiffstats
path: root/src/ts
Commit message (Collapse)AuthorAgeFilesLines
* 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.