| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: replace CV content with mdx content | Armand Philippot | 2021-12-24 | 1 | -15/+6 |
| | | | | | | 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 | 1 | -7/+3 |
| | | | | | | I cannot import custom blocks through WP GraphQL, so I prefer to use MDX file. This way I cannot import custom components. | ||||
| * | chore: replace legal notice page content with MDX content | Armand Philippot | 2021-12-24 | 1 | -15/+5 |
| | | | | | | I cannot use WordPress shortcodes from a custom plugin through WP GraphQL so I'm using mdx file instead to define the page content. | ||||
| * | chore: add a sharing component | Armand Philippot | 2021-12-21 | 1 | -0/+2 |
| | | |||||
| * | chore: add a table of contents | Armand Philippot | 2021-12-21 | 3 | -4/+22 |
| | | |||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 9 | -35/+41 |
| | | |||||
| * | chore: create search view | Armand Philippot | 2021-12-20 | 1 | -0/+110 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 8 | -24/+28 |
| | | | | | | | | 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 | -0/+96 |
| | | |||||
| * | chore: add a 404 page | Armand Philippot | 2021-12-18 | 1 | -0/+52 |
| | | |||||
| * | chore: create mutation to add a new comment on posts | Armand Philippot | 2021-12-17 | 1 | -1/+1 |
| | | |||||
| * | chore: create mutation to send mail from contact form | Armand Philippot | 2021-12-17 | 1 | -2/+22 |
| | | |||||
| * | chore: add title and meta desc to posts | Armand Philippot | 2021-12-17 | 1 | -19/+35 |
| | | |||||
| * | chore: add a comment form to posts | Armand Philippot | 2021-12-17 | 1 | -0/+3 |
| | | |||||
| * | chore: add meta to single posts | Armand Philippot | 2021-12-17 | 1 | -6/+15 |
| | | |||||
| * | chore: display comments list on posts | Armand Philippot | 2021-12-17 | 1 | -0/+6 |
| | | |||||
| * | chore: create thematic page view | Armand Philippot | 2021-12-16 | 1 | -0/+77 |
| | | | | | | | | 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. | ||||
| * | refactor: move SWR to blog page | Armand Philippot | 2021-12-16 | 1 | -5/+40 |
| | | | | | This way I can reuse PostsList component with another posts fetcher. | ||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 1 | -1/+1 |
| | | |||||
| * | chore: create contact page | Armand Philippot | 2021-12-16 | 1 | -0/+104 |
| | | |||||
| * | chore: create legal notice view | Armand Philippot | 2021-12-15 | 1 | -0/+48 |
| | | |||||
| * | chore: create CV view | Armand Philippot | 2021-12-15 | 1 | -0/+48 |
| | | |||||
| * | chore: create single post view | Armand Philippot | 2021-12-15 | 1 | -0/+58 |
| | | |||||
| * | fix: change branding title tag on homepage | Armand Philippot | 2021-12-15 | 1 | -1/+1 |
| | | | | | I forgot to pass isHome arg... | ||||
| * | chore: add pagination (load more) to blog page | Armand Philippot | 2021-12-15 | 1 | -6/+9 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 1 | -0/+48 |
| | | |||||
| * | chore: create homepage with graphql data | Armand Philippot | 2021-12-13 | 1 | -65/+15 |
| | | |||||
| * | chore: load i18n translations using lingui provider | Armand Philippot | 2021-12-13 | 2 | -1/+44 |
| | | |||||
| * | chore: change app to use a layout | Armand Philippot | 2021-12-13 | 2 | -5/+12 |
| | | | | | I can now insert header/footer on each pages. | ||||
| * | chore: add modern normalize and change global css to scss file | Armand Philippot | 2021-12-13 | 1 | -1/+1 |
| | | |||||
| * | build: move global styles and pages inside src directory | Armand Philippot | 2021-12-12 | 3 | -0/+93 |
