Commit graph

16 commits

Author SHA1 Message Date
e48b65b14c feat(blog): port from CRA to vite + react 2023-07-07 19:18:32 +09:00
e7e50eed39 chore: rename "blog-content" to "content" 2023-07-06 14:11:15 +09:00
c0565c83c0 refactor(blog): remove nav links and sidebar 2023-07-04 02:15:09 +09:00
e138285b7b refactor: apply new eslint rules 2023-07-02 13:48:44 +09:00
c058032f8c refactor: optimize lighthouse score 2023-06-29 16:25:07 +09:00
b43871c516 chore: change eslint & prettier config 2023-06-29 15:53:51 +09:00
4a6d765c86 feat: add portfolio site 2023-06-29 12:28:25 +09:00
cda0e813ec feat(blog): close #45 2023-06-26 22:45:04 +09:00
3af0fd7056 feat: allow external links in navbar and sidebar 2023-06-26 00:58:52 +09:00
5ab6b93fa3 refactor(blog): move content gen code to its own package 2023-06-18 11:58:13 +09:00
6de5253559 feat(blog): add aria-label attributes to improve accessibility 2023-06-17 23:15:38 +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
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
90c535ebb2 restructure project to use turborepo 2022-12-09 15:10:43 +09:00