| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | docs: replace NextJS bootstrapped readme with current project info | Armand Philippot | 2022-01-31 | 1 | -17/+70 | |
| | | ||||||
| * | chore(icons): update main nav icons | Armand Philippot | 2022-01-31 | 4 | -58/+58 | |
| | | | | | | | | The CV link text seemed misaligned before. By moving the "diploma" to the bottom, the look is better I think. Also, the computer icon was a little small compared to the others, so I fixed it. | |||||
| * | chore(baseline): handle baseline translation manually | Armand Philippot | 2022-01-30 | 4 | -5/+19 | |
| | | | | | | | I cannot use formatjs to translate the website baseline since I need an async function to load the message. If I use the getIntlInstance helper outside NextJS, webpack is complaining about fs and path. | |||||
| * | refactor(config): move config from config dir to utils | Armand Philippot | 2022-01-29 | 28 | -216/+211 | |
| | | ||||||
| * | refactor(widgets): move social media websites from config to widget | Armand Philippot | 2022-01-29 | 4 | -24/+71 | |
| | | | | | | | I only use this config inside the SocialMedia widget so it makes more sense to gather them. In addition I can translate the website names if needed. | |||||
| * | refactor(widgets): move sharing websites from config to sharing widget | Armand Philippot | 2022-01-29 | 4 | -73/+136 | |
| | | | | | | | I only use these websites inside the sharing widget so it makes more sense to gather them. In addition, I can translate the website name if needed. | |||||
| * | fix: set current project title in breadcrumb | Armand Philippot | 2022-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | chore: translate in French | Armand Philippot | 2022-01-29 | 1 | -135/+135 | |
| | | ||||||
| * | build(deps): bump dependencies | Armand Philippot | 2022-01-29 | 2 | -2634/+1453 | |
| | | ||||||
| * | build(deps): remove lingui | Armand Philippot | 2022-01-29 | 8 | -2054/+18 | |
| | | ||||||
| * | feat(i18n): replace linguijs with formatjs | Armand Philippot | 2022-01-29 | 62 | -529/+3077 | |
| |\ | ||||||
| | * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 54 | -341/+2314 | |
| | | | ||||||
| | * | chore(i18n): replace i18n provider and helpers | Armand Philippot | 2022-01-29 | 15 | -192/+131 | |
| | | | ||||||
| | * | build: configure webpack to use react-intl without parser | Armand Philippot | 2022-01-29 | 1 | -1/+6 | |
| | | | ||||||
| | * | build(deps): configure eslint and babel with formatjs | Armand Philippot | 2022-01-28 | 2 | -1/+6 | |
| | | | ||||||
| | * | build(deps): install formatjs | Armand Philippot | 2022-01-28 | 3 | -14/+640 | |
| |/ | ||||||
| * | fix: handle translation with lingui | Armand Philippot | 2022-01-28 | 21 | -176/+1236 | |
| | | | | | | | | | The previous method was not working so I tried a different approach. Translation is loaded but I'm still getting warnings: * Plurals for locale undefined aren't loaded * Text content did not match I can't figure how to fix them... | |||||
| * | chore: translate website to French | Armand Philippot | 2022-01-27 | 2 | -4/+550 | |
| | | ||||||
| * | chore: update titles and meta desc | Armand Philippot | 2022-01-27 | 1 | -13/+14 | |
| | | ||||||
| * | chore: add favicon, webmanifest and theme color preferences | Armand Philippot | 2022-01-27 | 7 | -2/+31 | |
| | | ||||||
| * | chore: update logo | Armand Philippot | 2022-01-27 | 6 | -175/+80 | |
| | | | | | | Adjust previous colors to fit the new website and add a dark version to better fit with the dark theme. | |||||
| * | chore: update project preview appearance | Armand Philippot | 2022-01-27 | 6 | -28/+40 | |
| | | ||||||
| * | fix(project): make sure the project cover is displayed | Armand Philippot | 2022-01-27 | 7 | -19/+20 | |
| | | | | | | | | | Next.js does not support the dynamic import of images. Sometimes the images was displayed and other times the loading did not finish. So even if I would like to keep the content in a same place, I choose to put the projects covers inside the public directory. Then I use a hasCover boolean to determine if the project cover need to be printed. | |||||
| * | fix: make progress bar styles consistent between browsers | Armand Philippot | 2022-01-27 | 1 | -0/+8 | |
| | | | | | | On Chromium the progress bar background was not applied. However the border is still thicker than on Firefox. | |||||
| * | chore: add normalize whitespace prism plugin | Armand Philippot | 2022-01-27 | 1 | -0/+1 | |
| | | | | | | | | | When passing code sample as children to a component, React add an extra newline at the end of the sample. Both line-numbers and command-line plugins use the newline character. So each code blocks was printing an extra new line at the end. It is not wanted. The normalize whitespace plugin prevent this. | |||||
| * | chore: use mdx with custom components | Armand Philippot | 2022-01-26 | 2 | -5/+16 | |
| | | ||||||
| * | chore(widgets): update recent posts layout | Armand Philippot | 2022-01-26 | 1 | -4/+18 | |
| | | | | | Replace flex with grid to avoid cards reflow on resize. | |||||
| * | chore: add a Gallery component for MDX rendering | Armand Philippot | 2022-01-26 | 3 | -1/+56 | |
| | | ||||||
| * | chore: create a ResponsiveImage component for MDX rendering | Armand Philippot | 2022-01-26 | 3 | -1/+87 | |
| | | ||||||
| * | chore: create a Link component for MDX rendering | Armand Philippot | 2022-01-26 | 2 | -1/+25 | |
| | | ||||||
| * | chore: create a CodeBlock component for MDX rendering | Armand Philippot | 2022-01-26 | 2 | -0/+41 | |
| | | ||||||
| * | fix: replace dynamic import with require | Armand Philippot | 2022-01-26 | 1 | -4/+4 | |
| | | | | | | | The table of contents was not able to get the headings list on first render because of dynamic import. By using require, it works as expected. | |||||
| * | chore: adjust colors and grid layout | Armand Philippot | 2022-01-25 | 6 | -44/+25 | |
| | | ||||||
| * | chore: wrap dates with time tag | Armand Philippot | 2022-01-25 | 5 | -70/+90 | |
| | | ||||||
| * | chore: add reading time in posts meta | Armand Philippot | 2022-01-25 | 9 | -30/+130 | |
| | | ||||||
| * | chore: display a progress bar before load more button | Armand Philippot | 2022-01-25 | 4 | -10/+110 | |
| | | | | | | Since I'm using cursor pagination, users cannot know if there is a lot of posts available. With this cursor, they can verify the progression. | |||||
| * | chore: display total found posts in page meta | Armand Philippot | 2022-01-25 | 9 | -12/+41 | |
| | | ||||||
| * | refactor(project): replace repo api call method with hook and swr | Armand Philippot | 2022-01-24 | 6 | -40/+45 | |
| | | | | | | | | | | | Instead of using post slug and an environment variable to fetch repo data, I use the given repo in each project MDX file. It allows me to fetch data from another user/organization if needed. To make it work, I no longer provide the full URL in MDX file. The new format is: "User/repo-slug". I also replaced the fetch method with SWR to improve caching and to avoid React complaining about cleanup useEffect. | |||||
| * | refactor: rename all subject occurrences into topic | Armand Philippot | 2022-01-23 | 14 | -192/+181 | |
| | | | | | | I change the name in graphql endpoint, so I decided to repercute this change here. | |||||
| * | build(deps): bump nanoid from 3.1.30 to 3.2.0 | dependabot[bot] | 2022-01-22 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| * | chore: add sharing widget to single project view | Armand Philippot | 2022-01-20 | 1 | -1/+4 | |
| | | ||||||
| * | chore: include projects inside breadcrumb | Armand Philippot | 2022-01-20 | 1 | -1/+22 | |
| | | ||||||
| * | chore: add a project summary component | Armand Philippot | 2022-01-20 | 6 | -0/+219 | |
| | | ||||||
| * | chore: add projects to main nav | Armand Philippot | 2022-01-20 | 9 | -12/+212 | |
| | | | | | | | I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px. | |||||
| * | chore: add single project view | Armand Philippot | 2022-01-20 | 5 | -41/+218 | |
| | | ||||||
| * | chore: add a page for projects | Armand Philippot | 2022-01-20 | 11 | -0/+403 | |
| | | ||||||
| * | chore: allow ReactElement as intro in PostHeader | Armand Philippot | 2022-01-19 | 1 | -7/+22 | |
| | | ||||||
| * | chore: add opengraph and twitter meta | Armand Philippot | 2022-01-19 | 10 | -21/+80 | |
| | | ||||||
| * | refactor(config): move defaultLocale as property of config.locales | Armand Philippot | 2022-01-19 | 13 | -18/+22 | |
| | | | | | | I will need the country code, so I think it makes more sense to gather them inside the same property. | |||||
| * | chore: add structured data using schema.org and JSON-LD | Armand Philippot | 2022-01-19 | 19 | -65/+607 | |
| | | | | | I also added the featured image on single article. | |||||
