Commit graph

276 commits

Author SHA1 Message Date
012f446e64 backend for portfolio page 2022-01-06 08:55:09 +09:00
fe7cc3bde3 better .gitignore 2022-01-05 23:22:19 +09:00
9c7b630247 renamed typing.ts -> types.ts 2022-01-05 23:06:49 +09:00
4eae414f38 better code splitting and new feature
- added portfolio parsing function
- moved front matter parsing to more appropriate file
2022-01-05 22:51:31 +09:00
485b4b8112 cleaned up code and fixed bugs
- moved operation-specific code to corresponding functions
- added more comments
- fix bug where the series post uses index as slug instead of filename
2022-01-05 22:08:58 +09:00
222107bfae more code splitting 2022-01-05 20:31:34 +09:00
4ef313f1c1 code quality improvement
- removed unnecessary jsdocs
- added more comments
- and preparation for portfolio parsing
2022-01-05 18:58:42 +09:00
c0ec95a43f removed unnecessary check 2022-01-05 18:40:55 +09:00
33d6aa8ab1 cleaned package.json
- moved dependencies to devDependencies
- removed unused dependencies
2022-01-05 18:16:47 +09:00
2143cc955c group similar types together 2022-01-05 13:16:28 +09:00
62bb395e8c close #25 and #26 2021-12-22 19:51:32 +09:00
af13489206 cleaned package.json (removed unnecessary lines) 2021-12-22 13:41:05 +09:00
0d11e190b0 removed read progress bar 2021-12-21 20:21:14 +09:00
1135166391 site restructuring
- navbar won't hide content when clicking headers and stuff
- using grid layout
2021-12-21 19:01:54 +09:00
f1482b1dff simplified katex scroll css 2021-12-21 17:15:59 +09:00
77dbc0f946 CSS improvements
- removed the double line look from hr tag
- cleaned css
2021-12-21 17:09:42 +09:00
06142518cf removed unnecessary css 2021-12-21 16:27:36 +09:00
95047c5f10 prevent multiple parsing (not yet fully resolved) 2021-12-21 14:09:00 +09:00
d731ec1b5f Search page update
- streamlined Search logic
- splitted even more code
- made searchbox type "search"
    - show appropriate icons in mobile keyboard
2021-12-21 13:59:58 +09:00
8d61768907 renamed variable to match filename 2021-12-21 13:58:11 +09:00
d96077d7b3 Search bar css fix
- lowered search bar height
- centered text
- decreased font size
2021-12-20 09:11:26 +09:00
70b226a082 katex CSS fix
- prevent katex formula overflowing on smaller displays
2021-12-20 08:52:41 +09:00
903681b424 improved readability (increased line-height) 2021-12-20 08:47:31 +09:00
7fd3aa5398 unrounded code block corner (scrollbar issue) 2021-12-20 08:45:55 +09:00
8f6280517c fixed all links turning blue when visited 2021-12-20 08:43:38 +09:00
b49b6e67d3 added footnote feature 2021-12-19 20:49:39 +09:00
e838ac59f7 toc fixes and improvement
- close #7
- close #8
2021-12-19 20:09:14 +09:00
ffd0a194de table of contents update
- added "s" to table on contents
- fixed broken white-link css
- added toc link to headers
2021-12-19 19:19:39 +09:00
6f01857803 code highlighting css improvement
- added code highlighting for light theme
- cleaned code block css
2021-12-19 18:20:23 +09:00
23a58ac864 fixed code highlight lines 2021-12-19 17:55:40 +09:00
fa16379e6d markdown parsing improvement
- added code line highlighting
- added text highlight effect
- added subscript and superscript
2021-12-19 14:02:10 +09:00
efb19658b4 moved a package fom dev deps to deps 2021-12-19 11:11:16 +09:00
d349de74ee changed "prev" and "next" string to arrow icons 2021-12-18 17:54:17 +09:00
b43094fef9 2022-12-18 update
- increased text size a bit
- removed unused css from kbd tag
- removed unused white link css
- added space before all headers except h1
- moved type decclaration files to one directory
- replaced tag icon to hashtag
- redesigned post card
- removed unnecessary margin from post card titles
- removed post card content preview
- organized recursive parsing code
2021-12-18 16:54:51 +09:00
823f599dc0 added checkboxes to goals and improved goals 2021-12-17 22:18:57 +09:00
8203baa760 added matrix id to accounts 2021-12-17 22:18:36 +09:00
0fe413e9ce added checkbox support for markdown 2021-12-17 22:18:06 +09:00
6a43e2e44d split markdown parsing code 2021-12-17 16:10:59 +09:00
868b386625 improved import 2021-12-17 13:38:13 +09:00
fd67ff2114 split page to smaller components 2021-12-17 13:31:10 +09:00
150311472e fixed reset date range button style
Fixed reset date range button css on smaller displays
2021-12-17 12:55:59 +09:00
3f4e244384 split search page components 2021-12-17 12:35:02 +09:00
a771fb2038 made it easier to work with card and main content
converted card and main content card to a styled components
2021-12-17 11:58:58 +09:00
37f33d0f95 fixed katex css and cleaned global style css 2021-12-16 20:05:02 +09:00
ffbce7ddb4 improved code block styling and added theme 2021-12-16 19:49:18 +09:00
9278970762 moved style related code to separate folder 2021-12-16 18:30:04 +09:00
b8dd6e8d07 removed web-vitals 2021-12-16 18:28:50 +09:00
0df0656e0f improved global style structure 2021-12-15 11:53:02 +09:00
f1df3c57bc added source to the algorithm used 2021-12-15 11:52:58 +09:00
2a4c5e99aa separated global theme css to another file 2021-12-15 11:43:14 +09:00