| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: handle settings change | Armand Philippot | 2022-05-18 | 6 | -1/+126 |
| | | |||||
| * | chore: close toolbar modals on click/focus outside | Armand Philippot | 2022-05-18 | 1 | -0/+43 |
| | | |||||
| * | chore: add branding animation | Armand Philippot | 2022-05-18 | 1 | -0/+29 |
| | | |||||
| * | chore: listen scroll to hide/show back to top button | Armand Philippot | 2022-05-17 | 1 | -0/+15 |
| | | |||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 2 | -1/+64 |
| | | | | | | | * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | ||||
| * | refactor: use custom hook for breadcrumb items and schema | Armand Philippot | 2022-05-16 | 1 | -0/+106 |
| | | |||||
| * | chore: add Search page | Armand Philippot | 2022-05-15 | 2 | -1/+25 |
| | | |||||
| * | chore: add Thematic page | Armand Philippot | 2022-05-13 | 1 | -1/+46 |
| | | |||||
| * | chore: handle blog pagination | Armand Philippot | 2022-05-13 | 2 | -2/+127 |
| | | |||||
| * | chore: add the Blog index page | Armand Philippot | 2022-05-13 | 1 | -0/+58 |
| | | |||||
| * | chore: add Project single pages | Armand Philippot | 2022-05-13 | 5 | -51/+108 |
| | | |||||
| * | refactor: rewrite DescriptionList and Meta components | Armand Philippot | 2022-05-09 | 1 | -15/+0 |
| | | | | | | | The meta can have different layout. The previous implementation was not enough to easily change the layout. Also, I prefer to restrict the meta types and it prevents me to repeat myself for the labels. | ||||
| * | chore: add a Contact page | Armand Philippot | 2022-05-07 | 2 | -1/+8 |
| | | |||||
| * | chore: add a Projects page | Armand Philippot | 2022-05-05 | 1 | -0/+85 |
| | | |||||
| * | chore: add a LegalNotice page | Armand Philippot | 2022-05-03 | 1 | -5/+5 |
| | | |||||
| * | chore: add homepage | Armand Philippot | 2022-05-03 | 1 | -0/+112 |
| | | |||||
| * | chore: fetch posts for rss feed | Armand Philippot | 2022-05-02 | 5 | -19/+156 |
| | | |||||
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 9 | -602/+5 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | chore: add a PageLayout component | Armand Philippot | 2022-04-25 | 2 | -3/+44 |
| | | |||||
| * | chore: add a Layout component | Armand Philippot | 2022-04-22 | 1 | -1/+1 |
| | | | | | It defines the different components used by all other layouts. | ||||
| * | chore: add a TableOfContents component | Armand Philippot | 2022-04-22 | 1 | -0/+153 |
| | | |||||
| * | chore: add a Code component | Armand Philippot | 2022-04-19 | 1 | -0/+115 |
| | | |||||
| * | refactor: load prism plugins without babel | Armand Philippot | 2022-03-24 | 2 | -13/+16 |
| | | |||||
| * | refactor: update graphql queries (#14) | Armand Philippot | 2022-03-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | * refactor: replace postBy query postBy is now deprecated in WPGraphQL v1.7 * refactor: update post comments query PostBy is deprecated and it is now possible to use the post ID to query comments. * refactor: update get topic by slug query topicBy is deprecated * refactor: update get thematic by slug query thematicBy is deprecated | ||||
| * | feat: provide pagination for users with js disabled (#13) | Armand Philippot | 2022-03-09 | 1 | -1/+16 |
| | | | | | | | | | | * chore: add a Pagination component * chore: add blog pages * chore: fallback to page number based navigation if JS disabled * chore: update translation | ||||
| * | chore: use a different configuration depending on app env | Armand Philippot | 2022-03-04 | 2 | -8/+17 |
| | | | | | | | It will be useful with Docker. Instead of cloning the project with a different configuration, I can manage two different configuration thanks to dotenv and some checking inside the app. | ||||
| * | feat: improve Ackee tracking (#11) | Armand Philippot | 2022-02-23 | 1 | -0/+57 |
| | | | | | | | | | | | | | | | | | | * build(deps): add use-ackee hook package * chore: create a context provider for Ackee The provider allows users to change the 'detailed' settings. * chore: add a select menu to choose which info to share with Ackee * chore: add a tooltip for askee settings * chore: replace default select styles with custom styles * chore: register user choice in localstorage * chore: replace Matomo with Ackee in legal notice | ||||
| * | feat: replace Matomo with Ackee | Armand Philippot | 2022-02-21 | 1 | -4/+5 |
| | | | | | | I do not use all Matomo features so I was searching a lightweight analytics tools. I will give a try to Ackee. | ||||
| * | feat: add HTTP security headers | Armand Philippot | 2022-02-15 | 2 | -5/+5 |
| | | | | | | I also renamed and changed the format of some environment variables so I can reuse them inside the CSP security header. | ||||
| * | fix: update comments list when a new comment is send | Armand Philippot | 2022-02-14 | 1 | -8/+6 |
| | | | | | | The comments list was static before. If an user posted a comment, even after it was approved, the comments list was keeping the old state. | ||||
| * | chore(matomo): use another dependency to track page views | Armand Philippot | 2022-02-14 | 2 | -7/+4 |
| | | | | | | | I though the previous package would track all visits with the provided but it seems that I need to add trackPageView on all pages. So I decided to use another package. | ||||
| * | chore: improve RSS feed generation time | Armand Philippot | 2022-02-13 | 1 | -10/+5 |
| | | |||||
| * | chore(toc): exclude comments section for headings list | Armand Philippot | 2022-02-12 | 1 | -1/+1 |
| | | |||||
| * | fix(prism): translate toolbar buttons on single article pages | Armand Philippot | 2022-02-10 | 1 | -49/+0 |
| | | | | | | The translation was not always loaded the first time. So I decided to put the prism attributes manually instead. | ||||
| * | chore(prism): translate color scheme toggle button | Armand Philippot | 2022-02-08 | 1 | -0/+21 |
| | | |||||
| * | refactor(prism): rename color scheme attributes and remove prefix | Armand Philippot | 2022-02-08 | 2 | -32/+25 |
| | | |||||
| * | fix: handle getStaticPaths fallback | Armand Philippot | 2022-02-02 | 1 | -0/+12 |
| | | | | | | | | | I had errors with next build because of fallback. I need to return early if the path does not exists, if not Next complains about undefined variables. I don't think it was related but I also fix the paths format in getStaticPaths, I forgot the params object in some dynamic routes. | ||||
| * | chore: add a new settings to handle prism theme from toolbar | Armand Philippot | 2022-02-01 | 1 | -0/+162 |
| | | |||||
| * | chore: add Matomo | Armand Philippot | 2022-01-31 | 1 | -0/+7 |
| | | |||||
| * | chore: add a Prism plugin to set code blocks theme | Armand Philippot | 2022-01-31 | 1 | -0/+252 |
| | | |||||
| * | chore(baseline): handle baseline translation manually | Armand Philippot | 2022-01-30 | 2 | -2/+5 |
| | | | | | | | 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 | 3 | -7/+23 |
| | | |||||
| * | chore: replace lingui functions with react-intl | Armand Philippot | 2022-01-29 | 2 | -6/+39 |
| | | |||||
| * | chore(i18n): replace i18n provider and helpers | Armand Philippot | 2022-01-29 | 1 | -75/+17 |
| | | |||||
| * | fix: handle translation with lingui | Armand Philippot | 2022-01-28 | 1 | -22/+72 |
| | | | | | | | | | 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: update project preview appearance | Armand Philippot | 2022-01-27 | 1 | -3/+3 |
| | | |||||
| * | chore: wrap dates with time tag | Armand Philippot | 2022-01-25 | 1 | -0/+16 |
| | | |||||
| * | chore: add reading time in posts meta | Armand Philippot | 2022-01-25 | 1 | -0/+8 |
| | | |||||
| * | refactor(project): replace repo api call method with hook and swr | Armand Philippot | 2022-01-24 | 1 | -0/+23 |
| | | | | | | | | | | | 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 | 1 | -26/+26 |
| | | | | | | I change the name in graphql endpoint, so I decided to repercute this change here. | ||||
