1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-02-28 16:01:00 +01:00
Commit Graph

82 Commits

Author SHA1 Message Date
theoludwig 6f78a0686c fix: locale text with font-semibold 2024-07-20 10:28:17 +02:00
theoludwig 2897d181c5 Revert "fix: stop using flag image, use emoji instead"
This reverts commit f64acb68c7.
2024-07-20 10:26:19 +02:00
theoludwig f64acb68c7 fix: stop using flag image, use emoji instead 2024-07-06 02:33:49 +02:00
theoludwig fc0dfdda5f chore(blog): update shiki to v1.6.0 and update next-mdx-remote to v5.0.0 2024-05-23 22:30:13 +02:00
theoludwig d7121ea833 style: fix tailwindcss linting 2024-05-21 20:18:05 +02:00
theoludwig b231381cb3 fix: client-side age calculation, more glanular check for isMounted
Allows to render as much as possible on the server side.
While keeping the calculation of the age on the client side to avoid hydratation mismatch.
2024-05-16 10:06:43 +02:00
theoludwig bbb2e56512 fix: usage of correct heading levels and html tags 2024-05-16 09:56:19 +02:00
theoludwig 2a635bf3ba fix: add hover effects 2024-05-16 09:26:05 +02:00
theoludwig 0eb780485c fix(footer): show 0.0.0-development version in Footer in development 2024-04-06 20:40:25 +02:00
theoludwig cd5e92b64a fix: hydratation error with age calculation 2024-04-06 20:32:09 +02:00
theoludwig 0febee5b51 refactor: rename to primary color 2024-04-06 20:25:02 +02:00
theoludwig 303b6f3011 fix: correct responsive for Header Title 2024-01-28 15:45:45 +01:00
theoludwig f5020cad19 chore: usage of eslint-plugin-tailwindcss 2024-01-28 03:21:11 +01:00
theoludwig b8ceefb2f6 feat: new logo v1 2024-01-28 01:56:47 +01:00
theoludwig bac65ad61a fix: improve wording 2024-01-23 23:59:10 +01:00
theoludwig 5478e202a7 fix(open source): replace nrwl/nx by DefinitelyTyped 2024-01-23 22:13:39 +01:00
theoludwig a89b5932c2 fix: update dependencies to latest 2024-01-23 22:01:50 +01:00
theoludwig e566ef6c38 chore: better Prettier config for easier reviews 2023-10-23 23:11:59 +02:00
theoludwig d2578abeec fix: loader improvements 2023-08-01 18:59:45 +02:00
theoludwig e51e3bdc19 test: fix e2e tests + 500 error page 2023-08-01 18:18:16 +02:00
theoludwig 56520830e9 refactor: blog directory 2023-08-01 17:44:08 +02:00
theoludwig 2e0138194c refactor: avoid usage of React.FC to use JSX.Element (to stay consistent) 2023-08-01 17:22:09 +02:00
theoludwig 4b2e7bae90 feat: rewrite blog to Next.js v13 app directory
Improvement: Support light theme in code block
2023-08-01 17:07:19 +02:00
theoludwig caa6a90418 refactor: implement light/dark themes using cookies 2023-08-01 14:11:46 +02:00
theoludwig 6b29ce9b15 feat: rewrite to Next.js v13 app directory
Improvements:
- Hide switch theme input (ugly little white square)
- i18n without subpath (e.g: /fr or /en), same url whatever the locale used
2023-07-31 19:06:46 +02:00
theoludwig 6d0dcb50a7 refactor: 'use client' when appropriate 2023-07-30 18:50:14 +02:00
theoludwig 65e0f4f8b6 fix: avoid scrolling when changing language 2023-07-22 19:40:28 +02:00
theoludwig 0bbebeab99 build(deps): update latest 2023-07-19 00:09:28 +02:00
theoludwig 2644cb0fb5 fix: update /curriculum-vitae to /curriculum-vitae/index.html 2023-07-14 23:54:29 +02:00
theoludwig 5211ba1489 feat(skills): add Arch Linux 2023-06-18 12:18:24 +02:00
theoludwig 2dc63ba933 chore: maintenance 2023-06-16 22:56:53 +02:00
theoludwig 9d44671fed feat: continue migrating to full name instead of nickname 2023-05-31 20:09:08 +02:00
theoludwig 61172d59e3 feat: migrate progressively to full name instead of nickname 2023-05-30 21:51:27 +02:00
Divlo 670897fa78 fix: improve spelling consistency 2023-05-29 17:44:26 +02:00
Divlo ba34e314c9 fix: update name with full name and nickname 2023-05-29 17:10:14 +02:00
Divlo f41bc644b1 fix(deps): remove next-pwa dependency 2023-05-29 16:24:49 +02:00
Divlo 61e589f0f4 fix: responsive on blog post with code blocks and katex 2023-05-21 18:21:46 +02:00
Divlo d49a8a7470 fix: update dependencies to latest 2023-04-02 22:44:09 +02:00
Divlo 1514600998 fix: improve Resume 2022-11-29 10:29:02 +01:00
Divlo 213a3fa182 build(deps): bump Next.js to v13 2022-10-27 19:13:29 +02:00
Divlo 4d085cb148 fix: update biography description 2022-10-23 18:38:37 +02:00
Divlo 232b54588a feat(skills): add PHP and Laravel 2022-10-20 22:44:40 +02:00
Divlo c419fb3bb4 chore: remove usage of styled-jsx 2022-10-20 22:44:32 +02:00
Divlo e85c241ed1 feat(posts): add git-ultimate-guide 2022-10-20 22:43:25 +02:00
Divlo 9351edf626 chore: use the right resume.json 2022-07-28 23:01:19 +02:00
Divlo 1f4aa54211 chore: remove jest -> cypress for unit tests 2022-07-28 22:51:12 +02:00
Divlo 8bc1471cbb chore: easier development for jsonresume-theme-custom thanks to vite 2022-07-28 21:20:41 +02:00
Divlo 5d3a287b27 fix(resume): wrong dates 2022-05-03 10:05:11 +02:00
Divlo f67d331416 fix: calculate age client side so it updates "automatically" (not only on rebuild) 2022-03-24 18:57:27 +01:00
Divlo a67d6665ea feat: display age nearby the birth date 2022-03-24 11:45:19 +01:00