Commit Graph

51 Commits

Author SHA1 Message Date
312a2330c3 merge
All checks were successful
Build / build (push) Successful in 2m11s
2024-02-05 19:45:36 +09:00
08ac0c3f8c bump to v4 2024-01-05 17:29:34 +09:00
3ccf081a45 Merge remote-tracking branch 'upstream/v4' into v4 2023-08-25 09:07:19 +09:00
Jacky Zhao
e4e048bbe6 format, ensure ci runs on prs 2023-08-24 12:31:15 -07:00
6b35aa6f33 added ci setting 2023-08-21 20:24:08 +09:00
Jacky Zhao
1f717f2167 fix: ci runs on v4 2023-08-20 14:34:00 -07:00
Jacky Zhao
be285b399c docs upgrade, ci changes 2023-08-06 19:52:30 -07:00
Jacky Zhao
cb4ad5ea02 fix test matrix for ci 2023-08-02 20:56:31 -07:00
Jacky Zhao
ed1663465d make ci also run on windows, re-add css minification 2023-08-02 20:53:13 -07:00
Jacky Zhao
27d6821a23 oops actually use npm run check 2023-07-22 17:42:13 -07:00
Jacky Zhao
46369109ad run prettier on ci 2023-07-22 17:39:10 -07:00
Jacky Zhao
adec32227f run prettier 2023-07-22 17:27:41 -07:00
Jacky Zhao
c01e0ec55c rename github action 2023-07-19 22:00:44 -07:00
Jacky Zhao
c37579e4c5 fix ci, disable strict path type checks by default 2023-07-15 23:05:17 -07:00
Jacky Zhao
a14136ea28 base path refactor, more docs 2023-07-13 00:19:35 -07:00
Jacky Zhao
c9eecf813a basic docs, remove publish, add quartz create 2023-07-05 00:16:06 -07:00
Jacky Zhao
ef54a58cf1 update gh actions 2023-06-07 10:52:53 -07:00
Jacky Zhao
ba1515d9ee base setup 2023-05-28 17:44:08 -07:00
Jacky Zhao
960d5c0bc5 deps: bump hugo-obsidian 2023-03-16 10:33:01 -07:00
Jacky Zhao
bd902af8b0 deps: bump hugo-obsidian 2023-02-25 13:04:15 -08:00
Jacky Zhao
f8d2495582 fix: only run docker publish on main repository 2022-11-23 08:34:19 -08:00
Apoorv Khandelwal
9d6cad7621 feat: Dockerfile and automated container build (#230) 2022-11-20 14:03:53 -08:00
Jacky Zhao
774c4e2d58 deps: bump ubuntu version (closes #218) 2022-10-25 13:14:06 -07:00
Jacky Zhao
1c405c79dc deps: bump hugo-obsidian version 2022-08-28 01:09:52 -04:00
Jacky Zhao
c30c823253 fix: title not being selected properly, bump hugo-obsidian for uri fix 2022-07-31 16:55:25 -07:00
Jacky Zhao
9dfd79474f deps: bump hugo-obsidian to fix bug of writing to non-existent directory during build 2022-07-31 12:33:36 -07:00
Jacky Zhao
75c1cac0c8 deps: bump hugo-obsidian to properly copy linkmap 2022-07-31 12:24:53 -07:00
Jacky Zhao
2d4a986bd7 deps: bump hugo-obsidian version 2022-07-31 10:14:36 -07:00
Jacky Zhao
81f30fea4e feat: contextual backlinks (closes #106) 2022-05-05 00:58:50 -04:00
straightupjac
c20da99a98 fix github info 2022-05-03 01:51:15 -04:00
Jacky Zhao
bde1fe5f6a deps: bump hugo -> v0.96.0 2022-04-05 21:40:59 -07:00
Jacky Zhao
52fdfc111f bump hugo version v0.82 -> v0.92.2 2022-04-02 20:37:42 -07:00
Jacky Zhao
ef89dfaac8 bump hugo obsidian, fix backlinks for subpathed quartz, update homepage 2022-04-02 20:21:16 -07:00
Jacky Zhao
39794d4d69 fix: non-unicode character in popover and search #67, #68 2022-04-02 12:59:38 -07:00
Jacky Zhao
3c6e446678 fix: bump hugo-obsidian version to account for contentIndex paths on windows 2022-03-15 01:12:08 -07:00
Claudio Yanes
a1c6b89740 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
2022-03-04 02:25:30 +00:00
Jacky Zhao
58332d0b30 bump hugo-obsidian to support root 2022-02-28 07:30:59 -08:00
Jacky Zhao
03a276a00a fix: explicitly set root as current directory to fix ignore files 2022-02-28 07:14:55 -08:00
Jacky Zhao
6b680a43bb change output to static instead of data 2022-02-15 19:42:45 -05:00
Jacky Zhao
fdf1d9bbe3 feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
Jacky Zhao
fac4950315 bump hugo-obsidian 2021-12-27 20:52:30 -05:00
Jacky Zhao
8b1cc8ffc1 enable last modified info 2021-12-27 17:28:53 -05:00
Jacky Zhao
9e54be2403 Update issue templates 2021-12-23 13:22:22 -08:00
Jacky Zhao
9aa78a6c98 Create FUNDING.yml 2021-12-23 13:18:03 -08:00
Jacky Zhao
ab17ca5816 better search, fix spacing support, bump hugo-obsidian 2021-11-20 22:53:26 -08:00
Jacky Zhao
5577b46db3 bump hugo-obsidian version 2021-10-24 23:17:00 -07:00
jackyzha0
1c851271ea add search support 2021-08-27 14:08:11 -04:00
jackyzha0
ef396d552d bump ga ver 2021-07-18 16:46:34 -04:00
jackyzha0
92d18b1ee5 more docs + link fixing 2021-07-18 15:19:58 -04:00
jackyzha0
8989324571 bump ga version 2021-07-18 11:55:45 -04:00