| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: replace CV content with mdx content | Armand Philippot | 2021-12-24 | 6 | -96/+7 |
| | | | | | | 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 | 4 | -40/+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 | 2 | -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. | ||||
| * | 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. | ||||
| * | build: add a git submodule to manage content in a separate repo | Armand Philippot | 2021-12-24 | 1 | -0/+0 |
| | | |||||
| * | chore: add a skip to content link | Armand Philippot | 2021-12-22 | 3 | -1/+52 |
| | | |||||
| * | chore: replace svg imports with components | Armand Philippot | 2021-12-22 | 23 | -281/+588 |
| | | | | | It allows me to control the colors of each SVG paths. | ||||
| * | fix: use state to define hostname in sharing component | Armand Philippot | 2021-12-21 | 1 | -2/+3 |
| | | | | | | | The window is not available during build, so an error occured. By using React hooks to set the hostname once in the browser, it works as expected. | ||||
| * | chore: add a sharing component | Armand Philippot | 2021-12-21 | 5 | -0/+371 |
| | | |||||
| * | chore: add a table of contents | Armand Philippot | 2021-12-21 | 6 | -11/+61 |
| | | |||||
| * | chore: add a hook to build headings tree | Armand Philippot | 2021-12-21 | 2 | -0/+118 |
| | | |||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 12 | -36/+128 |
| | | |||||
| * | chore: move toolbar size to global scope | Armand Philippot | 2021-12-20 | 5 | -5/+18 |
| | | | | | It allows me to manage footer padding on small viewports. | ||||
| * | chore: create search view | Armand Philippot | 2021-12-20 | 4 | -4/+127 |
| | | |||||
| * | chore: add missing changes in mainNav component | Armand Philippot | 2021-12-20 | 1 | -8/+12 |
| | | | | | I forgot to add them in the previous commit... | ||||
| * | chore: define search form visibility | Armand Philippot | 2021-12-20 | 8 | -29/+155 |
| | | |||||
| * | chore: add a button to open/close search in toolbar | Armand Philippot | 2021-12-20 | 6 | -2/+221 |
| | | |||||
| * | chore: add a toolbar component | Armand Philippot | 2021-12-20 | 5 | -11/+71 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 34 | -1117/+1106 |
| | | | | | | | | 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 | 4 | -5/+344 |
| | | |||||
| * | chore: add a 404 page | Armand Philippot | 2021-12-18 | 2 | -0/+56 |
| | | |||||
| * | chore: create mutation to add a new comment on posts | Armand Philippot | 2021-12-17 | 7 | -3/+191 |
| | | |||||
| * | chore: create mutation to send mail from contact form | Armand Philippot | 2021-12-17 | 4 | -9/+99 |
| | | |||||
| * | chore: add title and meta desc to posts | Armand Philippot | 2021-12-17 | 2 | -19/+36 |
| | | |||||
| * | chore: add a comment form to posts | Armand Philippot | 2021-12-17 | 3 | -1/+62 |
| | | |||||
| * | chore: add meta to single posts | Armand Philippot | 2021-12-17 | 7 | -6/+153 |
| | | |||||
| * | chore: display comments list on posts | Armand Philippot | 2021-12-17 | 7 | -2/+225 |
| | | |||||
| * | chore: create thematic page view | Armand Philippot | 2021-12-16 | 5 | -2/+303 |
| | | | | | | | | 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 | 2 | -50/+70 |
| | | | | | This way I can reuse PostsList component with another posts fetcher. | ||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 8 | -25/+55 |
| | | |||||
| * | chore: add missing icon from previous commmit | Armand Philippot | 2021-12-16 | 1 | -0/+41 |
| | | |||||
| * | chore: display featuredImage and meta on posts list | Armand Philippot | 2021-12-16 | 7 | -34/+231 |
| | | |||||
| * | chore: create post meta view for posts lists | Armand Philippot | 2021-12-16 | 1 | -0/+79 |
| | | |||||
| * | chore: define secondary button styles | Armand Philippot | 2021-12-16 | 6 | -5/+92 |
| | | | | | I also rename submit style to primary. | ||||
| * | chore: fix typo | Armand Philippot | 2021-12-16 | 3 | -6/+6 |
| | | |||||
| * | chore: create contact page | Armand Philippot | 2021-12-16 | 11 | -0/+305 |
| | | |||||
| * | chore: create legal notice view | Armand Philippot | 2021-12-15 | 4 | -9/+73 |
| | | |||||
| * | chore: create CV view | Armand Philippot | 2021-12-15 | 4 | -0/+129 |
| | | |||||
| * | chore: create single post view | Armand Philippot | 2021-12-15 | 7 | -9/+311 |
| | | |||||
| * | fix: change branding title tag on homepage | Armand Philippot | 2021-12-15 | 4 | -20/+20 |
| | | | | | I forgot to pass isHome arg... | ||||
| * | chore: add pagination (load more) to blog page | Armand Philippot | 2021-12-15 | 4 | -39/+96 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 11 | -0/+322 |
| | | |||||
| * | chore: define main grid to center content | Armand Philippot | 2021-12-14 | 2 | -1/+21 |
| | | |||||
| * | chore: add footer nav | Armand Philippot | 2021-12-13 | 5 | -1/+58 |
| | | |||||
| * | chore: add main-nav component | Armand Philippot | 2021-12-13 | 15 | -3/+696 |
| | | | | | | 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 | 8 | -182/+100 |
| | | |||||
| * | chore: load i18n translations using lingui provider | Armand Philippot | 2021-12-13 | 5 | -2/+110 |
| | | |||||
| * | chore: change app to use a layout | Armand Philippot | 2021-12-13 | 7 | -5/+68 |
| | | | | | I can now insert header/footer on each pages. | ||||
| * | chore: add Copyright component | Armand Philippot | 2021-12-13 | 4 | -0/+115 |
| | | |||||
| * | chore: add Branding component | Armand Philippot | 2021-12-13 | 4 | -0/+93 |
| | | |||||
