Commit Graph

49 Commits

Author SHA1 Message Date
6173dffba3 fix: initializing git during build 2024-09-26 23:36:12 +09:00
e389a3d2f9 Merge branch 'develop' 2024-09-26 23:12:09 +09:00
2b6e3bfa9f feat: Add Google Analytics tracking code to layout component 2024-09-26 23:05:42 +09:00
36237f0708 feat: apply author and email fields to Articles 2024-09-25 23:29:21 +09:00
3145073381 feat: add a column to store datafrom git 2024-09-21 14:51:15 +09:00
7032c552a8 feat: Refactor formatted_date component and add format function 2024-09-18 17:32:02 +09:00
121cb60a5f feat: Add ress.css for global CSS reset 2024-09-18 17:31:39 +09:00
4a7960f183 fix: always updated all articles 2024-09-07 02:48:22 +09:00
005fd864b2 feat: change article load logic
- change highlighter prism to shiki
- separate logic into several files
2024-09-07 02:42:50 +09:00
68dde60151 feat: add codeblock style 2024-09-07 02:38:47 +09:00
0512b64ce4 feat: add kanagawa theme 2024-09-07 02:34:16 +09:00
dece9dfb79 fix: delete non working codeblock component 2024-09-04 20:20:57 +09:00
7c600da4f5 fix: remove file extension from uri 2024-09-04 19:37:06 +09:00
11210336cd feat: git clone if articles does not exist 2024-09-03 21:34:56 +09:00
8b599165e1 feat: pre-tag text warp did not work. 2024-09-03 18:27:49 +09:00
4c87679fbe feat: move database initialization to get_connection.ts 2024-09-03 09:06:51 +09:00
0398b95c24 feat: Changed to not use getConnection function directly from the page. 2024-09-03 09:06:21 +09:00
632521e7f4 chore: Update article page to hide updated date if not edited 2024-09-03 08:20:09 +09:00
1670969d4f chore: Remove unused Head component from article page 2024-09-03 07:46:56 +09:00
0e06457894 feat: use hr instead od h1 border 2024-09-03 07:25:14 +09:00
04f9bd5e99 chore: Update git command to use custom SSH key for pulling articles 2024-09-03 06:58:13 +09:00
6c619cc019 feat: Initialize database connection in fetch_articles server route 2024-09-03 04:46:20 +09:00
0da14f3ebf feat: pull articles when database initialization 2024-09-03 04:45:42 +09:00
bc0b59042e chore: Add fetch_articles server route 2024-09-02 22:02:30 +09:00
4fb912cbf9 fix: use hook data to create a new DB instance 2024-09-02 22:02:19 +09:00
5c01942948 feat: Update pg type 2024-09-02 21:48:59 +09:00
1a89250f77 fix: scrolling issue with global css 2024-08-28 04:20:11 +09:00
d3cc3145e0 feat: Add database connection handling to server hooks 2024-08-28 00:13:46 +09:00
e7949b6c5f fix: declared type name 2024-08-26 19:12:42 +09:00
f8337b37bf fix: Remove empty span tag in error page 2024-08-26 19:11:24 +09:00
d1b015f033 remove: Remove
thread page
2024-08-26 19:09:45 +09:00
7795adde85 feat: make article pages a component 2024-08-26 18:47:13 +09:00
725c967b4f feat: loading data for article layout 2024-08-26 06:39:45 +09:00
8435fd31b0 Update font color in app.scss to white 2024-08-26 06:38:30 +09:00
f5cec3dd22 feat: Update import paths for app.scss and variables.scss 2024-08-25 11:42:36 +09:00
02f0f318eb feat: Improve cursor behavior and link hover animation 2024-08-25 10:45:12 +09:00
53fba96092 feat: Update recent articles limit to 6 on top page 2024-08-25 10:18:47 +09:00
64d3e51311 feat: add recent data in top page 2024-08-25 10:13:53 +09:00
25f5675612 fix: compatible with changes in new versions of Sass 2024-08-25 08:42:18 +09:00
6b59fe77c4 feat: Add new tables for article comments, threads, and thread comments 2024-08-24 17:00:39 +09:00
c4a37dcdc5 feat: Refactor database initialization and table creation 2024-08-21 02:44:39 +09:00
a5b00f3bb2 feat: add a database pool and initialize table 2024-08-20 23:13:27 +09:00
2a1bbb4a8b feat: discord redirect 2024-08-17 21:14:15 +09:00
f4a80ea522 feat: add content page file 2024-08-17 21:13:54 +09:00
8e43dc76b4 feat: add formatted_date.svelte/footer 2024-08-17 21:11:27 +09:00
506e3fefbb feat: apply app.scss 2024-08-17 16:16:47 +09:00
d8af687361 feat: add index page 2024-08-17 16:13:24 +09:00
0823070534 feat: setup database 2024-08-17 16:10:26 +09:00
c8f7b81816 Create project 2024-08-13 20:31:33 +09:00