| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 2 | -3/+29 | |
| | | ||||||
| * | chore(widgets): pass title to thematics list as parameter | Armand Philippot | 2022-01-11 | 1 | -4/+12 | |
| | | | | | | 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 | 5 | -10/+75 | |
| | | | | | | | 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 | 3 | -1/+51 | |
| | | ||||||
| * | chore: add a social media widget on contact and cv pages | Armand Philippot | 2022-01-10 | 3 | -1/+121 | |
| | | ||||||
| * | refactor(aside): move width from aside to sharing widget | Armand Philippot | 2022-01-10 | 3 | -1/+3 | |
| | | | | | 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 | 4 | -15/+7 | |
| | | | | | | | | 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: ensure 100vh height and improve Header/Footer styles | Armand Philippot | 2022-01-08 | 4 | -4/+17 | |
| | | ||||||
| * | chore: update homepage styles | Armand Philippot | 2022-01-08 | 1 | -1/+5 | |
| | | ||||||
| * | chore: adjust h2 styles | Armand Philippot | 2022-01-08 | 2 | -1/+6 | |
| | | ||||||
| * | 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 | 4 | -16/+67 | |
| | | ||||||
| * | chore: add main nav link states | Armand Philippot | 2022-01-07 | 2 | -4/+140 | |
| | | ||||||
| * | chore: improve comment section | Armand Philippot | 2022-01-07 | 10 | -67/+136 | |
| | | | | | I also adjust styles for all forms and primary buttons. | |||||
| * | 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 | 3 | -1/+44 | |
| | | ||||||
| * | chore: add a widget to list all blog thematics | Armand Philippot | 2022-01-07 | 3 | -1/+45 | |
| | | ||||||
| * | chore: move Main grid to its children | Armand Philippot | 2022-01-06 | 9 | -48/+73 | |
| | | | | | This way I can use full width background for some blocks. | |||||
| * | refactor: reuse PostHeader for all pages except homepage | Armand Philippot | 2022-01-06 | 1 | -5/+7 | |
| | | ||||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 4 | -112/+138 | |
| | | ||||||
| * | chore: replace theme button with settings | Armand Philippot | 2022-01-05 | 19 | -173/+137 | |
| | | | | | | 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 | 1 | -17/+1 | |
| | | | | | | 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 | 3 | -0/+129 | |
| | | ||||||
| * | refactor(sharing): avoid nested template literals | Armand Philippot | 2022-01-04 | 6 | -28/+29 | |
| | | | | | | 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 | 3 | -1/+107 | |
| | | ||||||
| * | chore(icons): add direction to arrow icon and split path | Armand Philippot | 2022-01-04 | 1 | -3/+66 | |
| | | | | | 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 | 1 | -1/+0 | |
| | | ||||||
| * | chore: add line numbers to all prism blocks and translate copy button | Armand Philippot | 2022-01-03 | 1 | -1/+12 | |
| | | ||||||
| * | chore: display subjects list under articles | Armand Philippot | 2022-01-03 | 2 | -3/+60 | |
| | | ||||||
| * | chore: add prismjs for syntax highlighting | Armand Philippot | 2021-12-30 | 1 | -1/+7 | |
| | | ||||||
| * | 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 | 9 | -79/+106 | |
| | | | | | | 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 | 3 | -1/+86 | |
| | | ||||||
| * | chore: add a theme toggle | Armand Philippot | 2021-12-27 | 15 | -9/+306 | |
| | | | | | Dark theme is not implemented yet. | |||||
| * | chore: display comments as a tree | Armand Philippot | 2021-12-27 | 2 | -7/+19 | |
| | | | | | | | 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: add a skip to content link | Armand Philippot | 2021-12-22 | 2 | -1/+3 | |
| | | ||||||
| * | chore: replace svg imports with components | Armand Philippot | 2021-12-22 | 18 | -28/+498 | |
| | | | | | 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 | 2 | -0/+296 | |
| | | ||||||
| * | chore: add a table of contents | Armand Philippot | 2021-12-21 | 1 | -0/+31 | |
| | | ||||||
| * | chore: add a breadcrumb component | Armand Philippot | 2021-12-21 | 3 | -1/+87 | |
| | | ||||||
| * | chore: move toolbar size to global scope | Armand Philippot | 2021-12-20 | 4 | -5/+7 | |
| | | | | | It allows me to manage footer padding on small viewports. | |||||
| * | chore: create search view | Armand Philippot | 2021-12-20 | 2 | -1/+5 | |
| | | ||||||
| * | 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 | 6 | -23/+133 | |
| | | ||||||
