| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add title and meta desc to subjects and thematics | Armand Philippot | 2022-01-11 | 1 | -1/+3 |
| | | |||||
| * | chore(meta): display subjects instead of thematics on Thematic pages | Armand Philippot | 2022-01-11 | 1 | -2/+3 |
| | | |||||
| * | chore: add a widget to list all blog topics | Armand Philippot | 2022-01-07 | 2 | -4/+12 |
| | | |||||
| * | chore: add a widget to list all blog thematics | Armand Philippot | 2022-01-07 | 2 | -0/+8 |
| | | |||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 1 | -0/+8 |
| | | |||||
| * | chore: display subjects list under articles | Armand Philippot | 2022-01-03 | 2 | -2/+15 |
| | | |||||
| * | chore: add a button-like component for links | Armand Philippot | 2021-12-29 | 1 | -0/+2 |
| | | |||||
| * | chore: display comments as a tree | Armand Philippot | 2021-12-27 | 1 | -0/+1 |
| | | | | | | | I was displaying comments without the parent/children link. Now, each child is displayed under its parent. I also remove the reply button for children to avoid too many child depth. | ||||
| * | chore: replace CV content with mdx content | Armand Philippot | 2021-12-24 | 2 | -30/+1 |
| | | | | | | Since I replace the other pages, there is no reason to fetch this page content through WP GraphQL. | ||||
| * | chore: replace homepage content with MDX content | Armand Philippot | 2021-12-24 | 2 | -14/+0 |
| | | | | | | I cannot import custom blocks through WP GraphQL, so I prefer to use MDX file. This way I cannot import custom components. | ||||
| * | build: add a typescript declaration file for MDX | Armand Philippot | 2021-12-24 | 1 | -0/+6 |
| | | | | | | I need to inform Typescript than I am exporting a meta constant from MDX files. | ||||
| * | chore: add a table of contents | Armand Philippot | 2021-12-21 | 1 | -0/+7 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 10 | -194/+224 |
| | | | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names. | ||||
| * | chore: add subject view | Armand Philippot | 2021-12-18 | 1 | -3/+38 |
| | | |||||
| * | chore: create mutation to add a new comment on posts | Armand Philippot | 2021-12-17 | 1 | -0/+22 |
| | | |||||
| * | chore: create mutation to send mail from contact form | Armand Philippot | 2021-12-17 | 1 | -0/+19 |
| | | |||||
| * | chore: add meta to single posts | Armand Philippot | 2021-12-17 | 1 | -0/+10 |
| | | |||||
| * | chore: display comments list on posts | Armand Philippot | 2021-12-17 | 1 | -1/+11 |
| | | |||||
| * | chore: create thematic page view | Armand Philippot | 2021-12-16 | 1 | -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 posts | Armand Philippot | 2021-12-16 | 2 | -4/+4 |
| | | |||||
| * | chore: fix typo | Armand Philippot | 2021-12-16 | 2 | -2/+2 |
| | | |||||
| * | chore: create legal notice view | Armand Philippot | 2021-12-15 | 1 | -1/+1 |
| | | |||||
| * | chore: create CV view | Armand Philippot | 2021-12-15 | 1 | -0/+29 |
| | | |||||
| * | chore: create single post view | Armand Philippot | 2021-12-15 | 4 | -5/+88 |
| | | |||||
| * | chore: add pagination (load more) to blog page | Armand Philippot | 2021-12-15 | 1 | -5/+7 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 5 | -0/+98 |
| | | |||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 1 | -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 data | Armand Philippot | 2021-12-13 | 2 | -1/+20 |
| | | |||||
| * | chore: change app to use a layout | Armand Philippot | 2021-12-13 | 1 | -0/+11 |
| I can now insert header/footer on each pages. | |||||
