| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | build(stylelint): allow zero with unit for custom properties | Armand Philippot | 2022-01-08 | 1 | -0/+1 |
| | | | | | | A custom property with a value of zero needs an unit to be used inside calc function. | ||||
| * | 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. | ||||
| * | build: update cSpell words to avoid false problems in vscode | Armand Philippot | 2022-01-06 | 1 | -1/+16 |
| | | |||||
| * | 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. | ||||
| * | build(stylelint): allow use of css modules selectors like global/local | Armand Philippot | 2022-01-04 | 1 | -0/+4 |
| | | |||||
| * | 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 | 7 | -9/+311 |
| | | |||||
| * | 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 |
| | | |||||
| * | chore: display subjects list under articles | Armand Philippot | 2022-01-03 | 5 | -6/+94 |
| | | |||||
| * | chore: add prismjs for syntax highlighting | Armand Philippot | 2021-12-30 | 557 | -3/+34965 |
| | | |||||
| * | chore(homepage): replace absolute links with custom components | Armand Philippot | 2021-12-29 | 2 | -1/+75 |
| | | |||||
| * | chore: make year sticky in posts list | Armand Philippot | 2021-12-29 | 2 | -4/+25 |
| | | |||||
| * | chore: replace read more link with ButtonLink component | Armand Philippot | 2021-12-29 | 10 | -79/+107 |
| | | | | | | I also fix the load more button position since I removed the margin auto. | ||||
| * | chore: add a button-like component for links | Armand Philippot | 2021-12-29 | 4 | -1/+88 |
| | | |||||
| * | chore: add a theme toggle | Armand Philippot | 2021-12-27 | 18 | -9/+457 |
| | | | | | Dark theme is not implemented yet. | ||||
| * | chore: display comments as a tree | Armand Philippot | 2021-12-27 | 5 | -9/+51 |
| | | | | | | | 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. | ||||
| * | feat: use mdx for pages | Armand Philippot | 2021-12-24 | 16 | -156/+958 |
| |\ | |||||
| | * | chore: replace CV content with mdx content | Armand Philippot | 2021-12-24 | 7 | -96/+8 |
| | | | | | | | | | | | 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 | 2 | -0/+13 |
| | | | | | | | | | | | I need to inform Typescript than I am exporting a meta constant from MDX files. | ||||
