Commit graph

9 commits

Author SHA1 Message Date
012f446e64 backend for portfolio page 2022-01-06 08:55:09 +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
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
e838ac59f7 toc fixes and improvement
- close #7
- close #8
2021-12-19 20:09:14 +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
6a43e2e44d split markdown parsing code 2021-12-17 16:10:59 +09:00
Renamed from source/generate.ts (Browse further)