Commit Graph
56 Commits
Author SHA1 Message Date
Hare 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
Hare d7483f0f00 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop 2024-09-03 06:58:15 +09:00
Hare 04f9bd5e99 chore: Update git command to use custom SSH key for pulling articles 2024-09-03 06:58:13 +09:00
Hare 8a5d09d615 chore: Update Dockerfile to clone blog articles repository 2024-09-03 06:52:49 +09:00
Hare 700304b466 chore: Add key files to .gitignore 2024-09-03 06:52:35 +09:00
Hare 126e748955 chore: Remove articles subproject 2024-09-03 06:04:28 +09:00
Hare 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
Hare c728dd5dc1 Merge branch 'master' into develop 2024-09-03 05:24:40 +09:00
Hare f332b7e27e chore: fix git install target from builder to runner 2024-09-03 05:24:17 +09:00
Hare 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
Hare 119686d898 Merge branch 'master' into develop 2024-09-03 05:19:07 +09:00
Hare 96610e2b66 chore: Install git in Docker image for building the app 2024-09-03 05:18:39 +09:00
Hare 9b7d5da439 Merge pull request 'article update automation' (#4) from develop into master
Reviewed-on: #4
2024-09-03 05:14:11 +09:00
Hare 49e4646375 Merge branch 'develop' of gitea.hareworks.net:Hare/blog.hareworks.net into develop 2024-09-03 04:47:46 +09:00
Hare 6c619cc019 feat: Initialize database connection in fetch_articles server route 2024-09-03 04:46:20 +09:00
Hare 0da14f3ebf feat: pull articles when database initialization 2024-09-03 04:45:42 +09:00
Hare bc0b59042e chore: Add fetch_articles server route 2024-09-02 22:02:30 +09:00
Hare 4fb912cbf9 fix: use hook data to create a new DB instance 2024-09-02 22:02:19 +09:00
Hare 5c01942948 feat: Update pg type 2024-09-02 21:48:59 +09:00
Hare cdec7e78b7 Update subproject 2024-09-02 18:35:11 +09:00
Hare 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
Hare 3721b3bcd6 Merge branch 'master' into develop 2024-08-28 04:40:05 +09:00
Hare 1a89250f77 fix: scrolling issue with global css 2024-08-28 04:20:11 +09:00
Hare 656228d8ca chore: Add articles directory to Docker image 2024-08-28 01:05:57 +09:00
Hare 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
Hare d3cc3145e0 feat: Add database connection handling to server hooks 2024-08-28 00:13:46 +09:00
Hare e7949b6c5f fix: declared type name 2024-08-26 19:12:42 +09:00
Hare f8337b37bf fix: Remove empty span tag in error page 2024-08-26 19:11:24 +09:00
Hare d1b015f033 remove: Remove
thread page
2024-08-26 19:09:45 +09:00
Hare 9050ee7c15 chore: Update @sveltejs/vite-plugin-svelte to version 4.0.0-next.6 2024-08-26 19:06:55 +09:00
Hare 80535f1723 Merge pull request 'It is now possible to display' (#1) from develop into master
Reviewed-on: #1
2024-08-26 18:55:09 +09:00
Hare 7795adde85 feat: make article pages a component 2024-08-26 18:47:13 +09:00
Hare 725c967b4f feat: loading data for article layout 2024-08-26 06:39:45 +09:00
Hare 8435fd31b0 Update font color in app.scss to white 2024-08-26 06:38:30 +09:00
Hare f5cec3dd22 feat: Update import paths for app.scss and variables.scss 2024-08-25 11:42:36 +09:00
Hare 02f0f318eb feat: Improve cursor behavior and link hover animation 2024-08-25 10:45:12 +09:00
Hare 53fba96092 feat: Update recent articles limit to 6 on top page 2024-08-25 10:18:47 +09:00
Hare f6c332bc2e Update subproject commit in articles directory 2024-08-25 10:15:12 +09:00
Hare 6c23d0631b feat: Add postgres to .gitignore and update subproject commit 2024-08-25 10:14:04 +09:00
Hare 64d3e51311 feat: add recent data in top page 2024-08-25 10:13:53 +09:00
Hare 25f5675612 fix: compatible with changes in new versions of Sass 2024-08-25 08:42:18 +09:00
Hare 6b59fe77c4 feat: Add new tables for article comments, threads, and thread comments 2024-08-24 17:00:39 +09:00
Hare c4a37dcdc5 feat: Refactor database initialization and table creation 2024-08-21 02:44:39 +09:00
Hare a5b00f3bb2 feat: add a database pool and initialize table 2024-08-20 23:13:27 +09:00
Hare 2727a08b0f chore: Move and update the Dockerfile for the database configuration 2024-08-20 23:10:46 +09:00
Hare 2a1bbb4a8b feat: discord redirect 2024-08-17 21:14:15 +09:00
Hare f4a80ea522 feat: add content page file 2024-08-17 21:13:54 +09:00
Hare d24df2243c feat: add logo.png 2024-08-17 21:11:40 +09:00
Hare 8e43dc76b4 feat: add formatted_date.svelte/footer 2024-08-17 21:11:27 +09:00
Hare 2d1dee1f7b change: update submodule for date format 2024-08-17 17:56:27 +09:00
Hare 506e3fefbb feat: apply app.scss 2024-08-17 16:16:47 +09:00
Hare d8af687361 feat: add index page 2024-08-17 16:13:24 +09:00
Hare 69688e589b feat: upload fonts 2024-08-17 16:11:46 +09:00
Hare 0823070534 feat: setup database 2024-08-17 16:10:26 +09:00
Hare 53a4a08796 add article submodule 2024-08-17 16:06:29 +09:00
Hare c8f7b81816 Create project 2024-08-13 20:31:33 +09:00