Jacky Zhao
cc5913b75c
fix(ci): only publish tag on v4 origin
2024-06-17 21:45:58 -07:00
Jacky Zhao
67647d9167
ci: also checkout and install node before tagging
2024-02-23 19:08:39 -08:00
Jacky Zhao
b88d3d292b
ci: fix typo in runs-on
2024-02-23 19:05:26 -08:00
Jacky Zhao
c53fd5b56f
ci: tag as a separate step
2024-02-23 19:04:38 -08:00
Jacky Zhao
d0c0daa4aa
ci: fix autotag
2024-02-23 19:00:47 -08:00
Jacky Zhao
2c74b05d1b
fix(ci): autotag
2024-02-23 18:48:25 -08:00
Jacky Zhao
923b72fb67
feat: auto-tag releases ( closes #560 )
2023-11-01 10:04:41 -07:00
Jacky Zhao
a66c239797
ci: print bundleInfo
2023-09-10 23:07:17 -07:00
Jacky Zhao
953ef29f4e
format, ensure ci runs on prs
2023-08-24 12:31:15 -07:00
Jacky Zhao
71471117c5
fix: ci runs on v4
2023-08-20 14:34:00 -07:00
Jacky Zhao
3adc73a703
docs upgrade, ci changes
2023-08-06 19:52:30 -07:00
Jacky Zhao
0a33ff7a82
fix test matrix for ci
2023-08-02 20:56:31 -07:00
Jacky Zhao
429f331c21
make ci also run on windows, re-add css minification
2023-08-02 20:53:13 -07:00
Jacky Zhao
ab228748ab
oops actually use npm run check
2023-07-22 17:42:13 -07:00
Jacky Zhao
76fa9bbe00
run prettier on ci
2023-07-22 17:39:10 -07:00
Jacky Zhao
7db2eda76c
run prettier
2023-07-22 17:27:41 -07:00
Jacky Zhao
83d47f7aaa
rename github action
2023-07-19 22:00:44 -07:00
Jacky Zhao
a3e4c86a4c
fix ci, disable strict path type checks by default
2023-07-15 23:05:17 -07:00
Jacky Zhao
906f91f8ee
base path refactor, more docs
2023-07-13 00:19:35 -07:00
Jacky Zhao
465804a389
basic docs, remove publish, add quartz create
2023-07-05 00:16:06 -07:00
Jacky Zhao
dde36fa558
update gh actions
2023-06-07 10:52:53 -07:00
Jacky Zhao
a757521313
base setup
2023-05-28 17:44:08 -07:00
Jacky Zhao
d6c31595b3
deps: bump hugo-obsidian
2023-03-16 10:33:01 -07:00
Jacky Zhao
ecba6071b8
deps: bump hugo-obsidian
2023-02-25 13:04:15 -08:00
Jacky Zhao
66f3e249fe
fix: only run docker publish on main repository
2022-11-23 08:34:19 -08:00
Apoorv Khandelwal
c12af32a5a
feat: Dockerfile and automated container build ( #230 )
2022-11-20 14:03:53 -08:00
Jacky Zhao
8704edcca2
deps: bump ubuntu version ( closes #218 )
2022-10-25 13:14:06 -07:00
Jacky Zhao
591c4813ec
deps: bump hugo-obsidian version
2022-08-28 01:09:52 -04:00
Jacky Zhao
23380d0519
fix: title not being selected properly, bump hugo-obsidian for uri fix
2022-07-31 16:55:25 -07:00
Jacky Zhao
dd047305af
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
54a8fd4a56
deps: bump hugo-obsidian to properly copy linkmap
2022-07-31 12:24:53 -07:00
Jacky Zhao
93d039fe7c
deps: bump hugo-obsidian version
2022-07-31 10:14:36 -07:00
Jacky Zhao
cea0f3eb74
feat: contextual backlinks ( closes #106 )
2022-05-05 00:58:50 -04:00
straightupjac
4197ad460a
fix github info
2022-05-03 01:51:15 -04:00
Jacky Zhao
887d4d4f5e
deps: bump hugo -> v0.96.0
2022-04-05 21:40:59 -07:00
Jacky Zhao
14c6181d24
bump hugo version v0.82 -> v0.92.2
2022-04-02 20:37:42 -07:00
Jacky Zhao
146e975932
bump hugo obsidian, fix backlinks for subpathed quartz, update homepage
2022-04-02 20:21:16 -07:00
Jacky Zhao
1ddd15afc6
fix: non-unicode character in popover and search #67 , #68
2022-04-02 12:59:38 -07:00
Jacky Zhao
fda481fbb9
fix: bump hugo-obsidian version to account for contentIndex paths on windows
2022-03-15 01:12:08 -07:00
Claudio Yanes
7e0f2e4449
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
0ee0855e1c
bump hugo-obsidian to support root
2022-02-28 07:30:59 -08:00
Jacky Zhao
e06e341468
fix: explicitly set root as current directory to fix ignore files
2022-02-28 07:14:55 -08:00
Jacky Zhao
8e85e274f6
change output to static instead of data
2022-02-15 19:42:45 -05:00
Jacky Zhao
fcd5d2807d
feat: dynamically fetch indices
2022-02-15 19:39:14 -05:00
Jacky Zhao
3722e600ee
bump hugo-obsidian
2021-12-27 20:52:30 -05:00
Jacky Zhao
e1911a58ff
enable last modified info
2021-12-27 17:28:53 -05:00
Jacky Zhao
48eb9ebc5f
better search, fix spacing support, bump hugo-obsidian
2021-11-20 22:53:26 -08:00
Jacky Zhao
299533a4f4
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