| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: add feed formats to document head | Armand Philippot | 2022-01-13 | 1 | -0/+22 |
| | | |||||
| * | chore: add different feed formats (feed.xml, atom.xml, feed.json) | Armand Philippot | 2022-01-13 | 4 | -2/+61 |
| | | |||||
| * | chore: generate feed | Armand Philippot | 2022-01-12 | 1 | -0/+54 |
| | | | | | | | I could loop until hasNextPage is false, but I'm not sure if it is the best solution. So, for now, only the first 100 posts will be added to the file. | ||||
| * | chore: add title and meta desc to subjects and thematics | Armand Philippot | 2022-01-11 | 4 | -46/+77 |
| | | |||||
| * | fix(toc): render on each route change and exclude aside titles | Armand Philippot | 2022-01-11 | 2 | -10/+20 |
| | | | | | | | On subject pages for example, the table of contents was not updated on route change. So I added router.asPath as dependency of useEffect. I also changed the query to exclude all titles in aside (ToC, widgets). | ||||
| * | fix(widget): remove items limit for ThematicsList and TopicsList | Armand Philippot | 2022-01-11 | 3 | -12/+9 |
| | | | | | | | | By default WPGraphQL gets only the 10 first items if first is not specified. So some subjects was not displayed. I also add an order by title to the query. So I no longer need to sort arrays inside components. | ||||
| * | chore: add toc and widgets to subject pages | Armand Philippot | 2022-01-11 | 1 | -8/+36 |
| | | |||||
| * | chore(widget): add a related thematics widget | Armand Philippot | 2022-01-11 | 3 | -1/+36 |
| | | |||||
| * | chore(widget): pass title to TopicsList as parameter | Armand Philippot | 2022-01-11 | 2 | -4/+13 |
| | | | | | | I also choose to no display the current topic in the list if the current page is a subject. | ||||
| * | chore: add meta, toc and widgets on thematic pages | Armand Philippot | 2022-01-11 | 2 | -9/+61 |
| | | |||||
| * | chore(widget): add a related topics widget | Armand Philippot | 2022-01-11 | 6 | -9/+33 |
| | | |||||
| * | chore(meta): display subjects instead of thematics on Thematic pages | Armand Philippot | 2022-01-11 | 4 | -5/+34 |
| | | |||||
| * | chore(widgets): pass title to thematics list as parameter | Armand Philippot | 2022-01-11 | 2 | -5/+13 |
| | | | | | | If the current page is a thematic, I also choose to not display the current thematic in the list. | ||||
| * | fix(back-to-top): set translate with percentage | Armand Philippot | 2022-01-11 | 1 | -6/+5 |
| | | | | | | With px/rem, on zoom the arrow head is not positionned correctly. Using percentage fix this issue. | ||||
| * | refactor(sidebar): use a component to avoid styles repetition | Armand Philippot | 2022-01-11 | 11 | -52/+102 |
| | | | | | | | I also fix some overflow/sticky issues. I have to set overflow auto only when there is no button-like links otherwise, with translate, the button is cropped on hover. | ||||
| * | chore: add PDF and image format to CV page | Armand Philippot | 2022-01-10 | 5 | -3/+54 |
| | | |||||
| * | chore: add a social media widget on contact and cv pages | Armand Philippot | 2022-01-10 | 10 | -1/+165 |
| | | |||||
| * | refactor(aside): move width from aside to sharing widget | Armand Philippot | 2022-01-10 | 5 | -4/+4 |
| | | | | | Only the Sharing widget needs the "min-content" width. | ||||
| * | refactor(styles): use css grid to stylize post header | Armand Philippot | 2022-01-10 | 2 | -13/+35 |
| | | | | | | By using pseudo elements instead of background with padding, it is easier to control the look of posts header. | ||||
| * | refactor(styles): use compose to declare grid layouts once | Armand Philippot | 2022-01-10 | 9 | -84/+59 |
| | | | | | | | | I'm using same grid layouts in multiple places. To avoid maintenance issue, I think it is better to declare the grid once and to import its declaration where it is needed. Thanks to CSS modules, I can use compose to do that. | ||||
| * | refactor: improve button-like links styles | Armand Philippot | 2022-01-08 | 6 | -63/+29 |
| | | | | | | | | The goal was to replace the "read more articles about" links with button-like links to keep a certain consistence between buttons. The hasIcon variable was useless so I update some components and especially the back to top link. | ||||
| * | chore: fix 404 page grid | Armand Philippot | 2022-01-08 | 1 | -3/+4 |
| | | |||||
| * | chore: ensure 100vh height and improve Header/Footer styles | Armand Philippot | 2022-01-08 | 6 | -8/+33 |
| | | |||||
| * | chore: update homepage styles | Armand Philippot | 2022-01-08 | 3 | -2/+23 |
| | | |||||
| * | chore: adjust h2 styles | Armand Philippot | 2022-01-08 | 3 | -6/+15 |
| | | |||||
| * | chore(widget): improve recent posts styles | Armand Philippot | 2022-01-08 | 1 | -5/+36 |
| | | |||||
| * | chore: improve search box and add button interactions on hover/focus | Armand Philippot | 2022-01-07 | 5 | -17/+90 |
| | | |||||
| * | chore: add article header styles | Armand Philippot | 2022-01-07 | 5 | -19/+71 |
| | | |||||
| * | chore: add main nav link states | Armand Philippot | 2022-01-07 | 3 | -4/+184 |
| | | |||||
| * | chore: improve comment section | Armand Philippot | 2022-01-07 | 11 | -69/+136 |
| | | | | | I also adjust styles for all forms and primary buttons. | ||||
| * | chore: adjust css grid on listing pages without sidebar | Armand Philippot | 2022-01-07 | 4 | -31/+54 |
| | | |||||
| * | fix: check for undefined meta in post header | Armand Philippot | 2022-01-07 | 1 | -1/+11 |
| | | | | | | The meta object can exists but its properties can be undefined. So I don't want to display the dl if all properties are undefined. | ||||
| * | chore: add a widget to list all blog topics | Armand Philippot | 2022-01-07 | 7 | -6/+77 |
| | | |||||
| * | chore: add a widget to list all blog thematics | Armand Philippot | 2022-01-07 | 7 | -11/+88 |
| | | |||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 22 | -117/+275 |
| | | | | | This way I can use full width background for some blocks. | ||||
| * | refactor: reuse PostHeader for all pages except homepage | Armand Philippot | 2022-01-06 | 4 | -18/+21 |
| | | |||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 11 | -163/+220 |
| | | |||||
| * | chore(prism): adjust code blocks responsiveness | Armand Philippot | 2022-01-05 | 1 | -24/+6 |
| | | |||||
| * | chore: replace theme button with settings | Armand Philippot | 2022-01-05 | 21 | -252/+182 |
| | | | | | | I plan to add more user settings so theme options should be inside settings. | ||||
| * | refactor: move Prism hook from layout to article page | Armand Philippot | 2022-01-04 | 2 | -17/+18 |
| | | | | | | I will not use Prism elsewhere, so it makes more sense to call Prism only inside articles. | ||||
| * | chore: add a recent posts widget to the homepage | Armand Philippot | 2022-01-04 | 5 | -0/+137 |
| | | |||||
| * | refactor: improve regex readability by grouping parts | Armand Philippot | 2022-01-04 | 1 | -1/+1 |
| | | |||||
| * | refactor: avoid mutated array with reverse method | Armand Philippot | 2022-01-04 | 2 | -2/+2 |
| | | |||||
| * | refactor: avoid useless assignement before return statement | Armand Philippot | 2022-01-04 | 6 | -47/+24 |
| | | |||||
| * | refactor(sharing): avoid nested template literals | Armand Philippot | 2022-01-04 | 7 | -29/+31 |
| | | | | | | This improves readability. I also rename a variable to avoid duplicate between global scope and useEffect scope. | ||||
| * | chore: add a back to top link | Armand Philippot | 2022-01-04 | 5 | -1/+121 |
| | | |||||
| * | chore(icons): add direction to arrow icon and split path | Armand Philippot | 2022-01-04 | 2 | -10/+78 |
| | | | | | I can now animate separatly the arrow head and the arrow body. | ||||
| * | chore(prism): replace Coldark theme with a custom theme | Armand Philippot | 2022-01-03 | 6 | -7/+310 |
| | | |||||
| * | chore: add line numbers to all prism blocks and translate copy button | Armand Philippot | 2022-01-03 | 3 | -1/+64 |
| | | |||||
| * | chore: add styles to WP blocks | Armand Philippot | 2022-01-03 | 5 | -15/+262 |
| | | |||||
