Commit Graph

76 Commits

Author SHA1 Message Date
3797e33450 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop 2024-09-26 22:59:34 +09:00
121cb60a5f feat: Add ress.css for global CSS reset 2024-09-18 17:31:39 +09:00
e251697e92 Update blog logo and URL in README.md 2024-09-18 14:54:07 +09:00
1637776b12 Merge branch 'master' into develop 2024-09-07 02:49:23 +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
8794fff8b2 chore: npm i shiki 2024-09-07 02:19:29 +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
19d63ed0d5 Merge pull request 'style tweaks' (#8) from develop into master
Reviewed-on: #8
2024-09-03 21:37:03 +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
b8eb9acb8b chore: Remove articles subproject 2024-09-03 18:24:54 +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
41674ea6a1 Merge pull request 'feat: change article managment: git submodules to dynamic git clone&pull' (#7) from develop into master
Reviewed-on: #7
2024-09-03 07:01:14 +09:00
d7483f0f00 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop 2024-09-03 06:58:15 +09:00
04f9bd5e99 chore: Update git command to use custom SSH key for pulling articles 2024-09-03 06:58:13 +09:00
8a5d09d615 chore: Update Dockerfile to clone blog articles repository 2024-09-03 06:52:49 +09:00
700304b466 chore: Add key files to .gitignore 2024-09-03 06:52:35 +09:00
126e748955 chore: Remove articles subproject 2024-09-03 06:04:28 +09:00
78d733ace6 Merge pull request 'chore: fix git install target from builder to runner' (#6) from develop into master
Reviewed-on: #6
2024-09-03 05:24:49 +09:00
c728dd5dc1 Merge branch 'master' into develop 2024-09-03 05:24:40 +09:00
f332b7e27e chore: fix git install target from builder to runner 2024-09-03 05:24:17 +09:00
e7a6739882 Merge pull request 'chore: Install git in Docker image for building the app' (#5) from develop into master
Reviewed-on: #5
2024-09-03 05:19:20 +09:00
119686d898 Merge branch 'master' into develop 2024-09-03 05:19:07 +09:00
96610e2b66 chore: Install git in Docker image for building the app 2024-09-03 05:18:39 +09:00
9b7d5da439 Merge pull request 'article update automation' (#4) from develop into master
Reviewed-on: #4
2024-09-03 05:14:11 +09:00
49e4646375 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop 2024-09-03 04:47:46 +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
cdec7e78b7 Update subproject 2024-09-02 18:35:11 +09:00
30744e3df1 Merge pull request 'adjustments to behavior and specifications' (#3) from develop into master
Reviewed-on: #3
2024-08-28 04:40:16 +09:00
3721b3bcd6 Merge branch 'master' into develop 2024-08-28 04:40:05 +09:00
1a89250f77 fix: scrolling issue with global css 2024-08-28 04:20:11 +09:00
656228d8ca chore: Add articles directory to Docker image 2024-08-28 01:05:57 +09:00
2cecf023d2 Merge pull request 'make it buildable to db system' (#2) from develop into master
Reviewed-on: #2
2024-08-28 00:15:50 +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
9050ee7c15 chore: Update @sveltejs/vite-plugin-svelte to version 4.0.0-next.6 2024-08-26 19:06:55 +09:00