| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | 1 | -1/+7 | |
| | | ||||||
| * | 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. | |||||
| * | 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 | |
| | | ||||||
