Commit graph

541 commits

Author SHA1 Message Date
8624e30273 refactor(main): move meta tags to html file 2023-06-26 10:41:21 +09:00
1228e31b82 refactor: remove unused imports 2023-06-26 10:25:28 +09:00
8e63c15c82 refactor: styling cleanup 2023-06-26 10:24:36 +09:00
85665170e4 feat(main): improve max width stuff 2023-06-26 10:09:38 +09:00
553c12b029 feat(main): make table head bold 2023-06-26 10:08:31 +09:00
df0685d0f8 chore: remove unused dependency 2023-06-26 10:00:42 +09:00
fe1cdc3830 chore: remove unused package 2023-06-26 09:58:33 +09:00
13b1f086f3 chore: remove unnecessary files 2023-06-26 01:01:48 +09:00
c8a8dac86f chore(blog): update "about" link 2023-06-26 01:01:35 +09:00
3af0fd7056 feat: allow external links in navbar and sidebar 2023-06-26 00:58:52 +09:00
12c246dcd3 fix: fix "@typescript-eslint" conflict error 2023-06-26 00:48:45 +09:00
922c18aa52 chore: remove unnecessary dependencies 2023-06-26 00:45:53 +09:00
070150ae15 ci: remove invalid "description" option 2023-06-26 00:42:13 +09:00
3b05f4de71 feat: create main website 2023-06-26 00:33:47 +09:00
6a4b3761a9 chore: tidy up github action 2023-06-25 12:01:11 +09:00
b5652db5df ci: bump pnpm version 2023-06-25 11:59:21 +09:00
979482f294 ci: bump node version 2023-06-25 11:59:02 +09:00
67ff28b63c chore: remove unnecessary files 2023-06-18 19:14:58 +09:00
70167305ad docs: add blog-content package description 2023-06-18 19:12:55 +09:00
5aba2c190b chore: change deploy CI name 2023-06-18 19:12:36 +09:00
4694e6799d refactor: remove style.developomp.com 2023-06-18 19:02:59 +09:00
5ab6b93fa3 refactor(blog): move content gen code to its own package 2023-06-18 11:58:13 +09:00
c9c8cd35c1 refactor(blog): update deprecated markdown-it-anchor API 2023-06-18 01:55:16 +09:00
33ba73d8f0 refactor(blog): update deprecated simple icons API 2023-06-18 01:54:46 +09:00
11cc4452f9 chore(blog): make npm scripts use pnpm 2023-06-18 00:28:50 +09:00
6de5253559 feat(blog): add aria-label attributes to improve accessibility 2023-06-17 23:15:38 +09:00
2df268342d feat(blog): add description meta tag 2023-06-17 23:14:14 +09:00
dbb5e9ad45 perf(blog): improve font loading time 2023-06-17 23:12:56 +09:00
cf1d8c1590 chore: bump package versions 2023-06-17 20:24:09 +09:00
4404518359 refactor: remove localization
Why:
- I was doing half-ass job at it in the first place (code-wise)
- maintaining sites for more than one locale proved to be more difficult
  than initially anticipated
- having more than one local does not add much value
- overall not worth it
2023-06-17 19:18:46 +09:00
e26738ee07 chore: replace deprecated typescript-styled-plugin 2023-06-17 19:13:02 +09:00
f1cccd8ed3 refactor: update skill list 2023-02-08 12:27:14 +09:00
120499c241 chore: update skills 2023-01-23 22:39:51 +09:00
eaffba6836 update my MBTI 2023-01-02 23:25:08 +09:00
da7e7e8378 update goals 2022-12-31 21:12:10 +09:00
4310446266 remove pocketbase from backend skills in blog site 2022-12-31 13:48:42 +09:00
fe6e0f98dd update portfolio 2022-12-29 13:45:38 +09:00
2a6d3ac946 update skills 2022-12-25 14:56:00 +09:00
086c54b13f add tsup to vscode workspace dict 2022-12-25 14:23:05 +09:00
97e88c36d7 add skills 2022-12-25 14:22:35 +09:00
2736c98e34 remove future projects from portfolio 2022-12-15 21:22:44 +09:00
87ef6943ca chore: remove duplicate whitespace 2022-12-15 21:16:36 +09:00
3dc7d67539 remove unused import 2022-12-15 21:16:14 +09:00
020552ef88 fix sidebar toggle button not showing 2022-12-15 20:24:50 +09:00
7b7be55499 move theme related data from blog to theme 2022-12-15 20:04:18 +09:00
2965ca04b0 fix broken lockfile 2022-12-13 19:34:01 +09:00
11cf254ccb add missing dependency 2022-12-13 19:30:53 +09:00
1eecfb6742 update outdated lockfile 2022-12-13 17:50:10 +09:00
c6190c44bd add style.developomp.com 2022-12-13 17:48:17 +09:00
f65084375e remove unused utility functions
- they're from the turborepo template
2022-12-13 16:54:00 +09:00