Commit graph

448 commits

Author SHA1 Message Date
572113ea46 added goals back to english about page 2022-03-27 09:36:55 +09:00
adfefa960a added MBTI to korean about page 2022-03-27 09:34:15 +09:00
362a6e3af6 removed extra parenthesis 2022-03-27 09:21:15 +09:00
29f017394e updated about page and added korean translation 2022-03-26 23:33:09 +09:00
3f2f48798b implemented korean unsearchable posts 2022-03-26 23:12:47 +09:00
843b7d2829 added more localizations to navbar
- fixed untranslated word "About"
2022-03-26 22:25:01 +09:00
0bdfcd1768 added localizatioon to search page 2022-03-26 21:34:40 +09:00
63ab00614e made home title react to locale 2022-03-26 21:34:20 +09:00
a2db39e1fe added localization to locale toggle button 2022-03-26 21:23:31 +09:00
8c8e363915 added localization to table of contents 2022-03-26 21:22:01 +09:00
fa2a389686 bug fix
- fixed a bug where the content loading logic fails
  when there's no translatd page
2022-03-26 21:20:09 +09:00
bc7aad08fd fixed md parsing for files without front matters 2022-03-26 21:01:59 +09:00
d899fbdee5 added korean project locale support 2022-03-26 20:52:21 +09:00
38f6e755f0 disabled redundant korean project parsing 2022-03-26 20:52:02 +09:00
ea348aa531 added localization to show more posts button 2022-03-26 19:34:27 +09:00
01ace5aea3 Post Card update
- fixed title color when using light theme
- removed unnecessary `?` from the code
- improved wording
2022-03-26 19:26:48 +09:00
51dbf855c2 added localization to search button 2022-03-26 18:58:11 +09:00
e64f26e927 added basic localization to theme toggle button 2022-03-26 18:54:34 +09:00
7fbe466036 PostList update
- changed component name from `PostList` to `Home`
- removed props
- added basic localization
2022-03-26 18:48:22 +09:00
33e6e26c6f added navlinks translation 2022-03-26 18:41:42 +09:00
5c63935c23 added locale toggle button 2022-03-26 18:32:06 +09:00
70b546623f fixed incorrect component name 2022-03-26 18:12:48 +09:00
bb8253af52 removed unnecessary style 2022-03-26 18:12:25 +09:00
775ae7f142 removed ugly css hack from navbar 2022-03-26 18:05:34 +09:00
fb00c98d1b moved navbar related files to a single directory 2022-03-26 17:58:14 +09:00
6de997f19c separated Navbar into its components 2022-03-26 17:55:55 +09:00
671c529ee2 prevented text overflowing on small displays
- set `word-wrap` to `break-word`
2022-03-26 17:50:18 +09:00
f9a8a142f0 reduced nav button size 2022-03-26 17:49:30 +09:00
72e31f688d fixed invalid html
- `td` can not be inside `div`
2022-03-26 17:48:48 +09:00
9861aeda7f moved global state loic to separate file
- moved related types and interfaces too
2022-03-26 17:37:40 +09:00
1e645a14ca fixed front matter indentation 2022-03-24 12:21:25 +09:00
88e61ec7a1 added tags to blog post 2022-03-24 12:12:29 +09:00
255aac375b added new post (finding the ultimate browser) 2022-03-24 00:49:21 +09:00
ef35edbfbc updated portfolio project description and image 2022-03-23 14:10:59 +09:00
ba04aded43 updated more goals 2022-03-22 18:40:59 +09:00
a1470dcb6b removed unnecessary extra space 2022-03-22 11:56:23 +09:00
c291427b63 added "what's this" tag 2022-03-19 13:08:57 +09:00
c069d6692c css improvement for small displays 2022-03-19 13:03:34 +09:00
0fffa99a37 centered image 2022-03-19 13:00:38 +09:00
f5d6d352d3 added new future project 2022-03-17 10:50:42 +09:00
d07f981eb4 updated project info 2022-03-15 10:27:56 +09:00
7680fe03f7 prevent image overflowing on small displays 2022-03-10 20:58:24 +09:00
3b1a13fff2 removed more obvious skills 2022-03-09 14:27:16 +09:00
52ee176094 fixed sidebar submenu color turning blue 2022-03-07 13:48:36 +09:00
e3de6432d5 grouped Sidebar related files 2022-03-07 13:46:52 +09:00
1fee5026e2 added more goals 2022-03-07 11:36:44 +09:00
4a3e7db83c added project description for llama bot 2022-03-05 17:14:32 +09:00
b7602e6cc1 Fixed and improved project description 2022-03-05 16:53:22 +09:00
31f0ad9b22 fixed post card padding 2022-03-05 16:27:41 +09:00
869d74b85f fixed post card style issue
- fixed clickable area being larger than the card itself
2022-03-05 09:53:23 +09:00