Commit Graph

57 Commits

Author SHA1 Message Date
XPoet bd26febaa2 fix: delete redundant files 2023-01-03 16:14:49 +08:00
XPoet 00bddbdf9d feat(copyright-info): add one-click copy copyright information 2022-12-07 21:02:39 +08:00
XPoet c2492c29d5 chore(helpers): rename `export_config` -> `exportConfig` 2022-11-17 22:56:08 +08:00
XPoet 8e355d641c perf(copyright-info): remove `base_info.url` configuration items 2022-10-29 23:54:39 +08:00
XPoet 028b7eebd6 fix(post-tools): fixed bug where post tools does not show 2022-10-29 00:16:15 +08:00
XPoet c9ba9ed2a2 perf(cdn, comment): optimized CDN resource loading for comment plugins 2022-10-20 23:08:07 +08:00
XPoet 1d0fc9a68d build: rename -> 2022-10-17 21:54:21 +08:00
XPoet e931ea8f4f perf(post): optimize zoom in image function (#148) 2022-10-08 20:56:08 +08:00
XPoet 002374b304 fix: fixed lazyload not working when `alt` attribute is empty 2022-10-05 00:21:13 +08:00
XPoet 41e59293cb perf: optimize images lazyload 2022-10-04 23:52:46 +08:00
XPoet 300b709c52 build(deps): use prettier to format js code 2022-09-30 11:40:30 +08:00
XPoet cd18d9e6c5 perf(version): optimize version setting in the theme 2022-09-29 21:59:40 +08:00
XPoet d3b36d8cc3 chore(release): v3.4.7 2022-09-29 16:56:47 +08:00
XPoet 10befe1445 feat(code-block): added tooltip function in code block 2022-09-29 16:42:09 +08:00
XPoet e65ec7f711 refactor: refactor code block and add collapse (#85, #171) 2022-09-28 23:53:03 +08:00
XPoet ca955736ff chore(release): v3.4.6 2022-09-27 21:51:14 +08:00
XPoet 0148814197 feat(header): optimize transparent background style when scroll (#62) 2022-09-27 17:52:45 +08:00
XPoet 427fa6d466 feat: added cdn provider setting in _config.yml (#158) 2022-09-27 13:45:12 +08:00
XPoet b3d88ebecc perf(helpers): optimized splicing of article links (#126) 2021-11-17 22:07:59 +08:00
XPoet 378d18c86f Merge branch 'dev' of github.com:XPoet/hexo-theme-keep into dev 2021-04-27 15:30:55 +08:00
Tilden Ji 7b2c1ecb1b fix: resolves XPoet/hexo-theme-keep#92 2021-04-27 15:11:41 +08:00
XPoet 82eebcda82 fixed theme resource reference path error (#77) 2021-03-29 10:22:56 +08:00
XPoet 91d73783e8 fix: yaml.safeLoad -> yaml.load in js-yaml@4 2021-02-24 21:34:54 +08:00
XPoet 1268e6ff59 feat: add author label settings in _config.yml 2021-01-28 16:23:47 +08:00
XPoet dc5e936b13 perf: modified JS and CSS reference paths 2021-01-22 18:36:05 +08:00
XPoet 8e92c52ce0 perf: optimize Valine comment plugin 2021-01-15 16:57:20 +08:00
XPoet 3abec3cb33 feat: add lazyload image 2021-01-07 15:15:39 +08:00
XPoet bb7e05d174 fix: fixed js files load error 2021-01-05 17:01:15 +08:00
XPoet 0abad9b9a8 refactor: enhance the user experience with PJAX 2020-12-30 18:11:46 +08:00
XPoet 3d47319a94 fix: fixed a bug where users could not use their own images 2020-11-30 18:25:40 +08:00
XPoet 81a3cbea2a feat: add CDN to load image resources 2020-11-27 09:31:10 +08:00
XPoet 144f8b300d feat: use _data yaml file to manage friends link 2020-11-26 16:09:09 +08:00
XPoet 8399e1fca2 feat: add toggle expand content width 2020-11-25 23:39:24 +08:00
XPoet 90f06b8940 feat: display how long ago in home articles 2020-11-24 20:06:08 +08:00
XPoet 74aa953a41 perf: reset css cdn 2020-11-24 11:10:03 +08:00
XPoet 556898c57f style: upgrade fontawesome && optimize style file 2020-11-24 10:55:24 +08:00
XPoet 4752c2c1ce refactor: ils -> keep 2020-11-20 12:02:22 +08:00
XPoet 97e52e516f feat: add post copyright info in _config.yml 2020-11-18 18:45:45 +08:00
XPoet 7318cae1bb feat: add img_position and left_side_width in _config.yml 2020-11-17 10:50:55 +08:00
XPoet 77892feeaa perf: optimize 'side_tools' configuration item of the theme _config.yml 2020-11-09 10:02:41 +08:00
XPoet 7af399e98f refactor: adjust theme && theme user base info 2020-10-28 19:33:43 +08:00
XPoet 9de26cb12d perf: optimize article content page 2020-10-27 18:11:10 +08:00
XPoet b3a397f7dd refactor: partial code refactoring && optimization TOC 2020-10-21 19:36:38 +08:00
XPoet 39dcb9bc32 feat: category pages and tag pages add paging 2020-09-02 13:11:09 +08:00
XPoet 807feaa99c feat: overwrite _config.yml using _config.yml in folder source/_data 2020-04-18 17:35:04 +08:00
XPoet 7a93270b46 feat: overwrite _config.yml using _config.yml in folder source/_data 2020-04-18 17:33:11 +08:00
XPoet 50a2a544f4 style: some module styles have been updated 2020-04-07 11:57:53 +08:00
XPoet 87ba77fdc4 refactor: 左侧边栏折叠功能 2020-03-30 11:17:47 +08:00
XPoet a381f3b419 fix: archive 归档页面排序错乱的 bug 2020-03-30 11:07:57 +08:00
XPoet fd1fd2bc3e Modified: archive 归档页面的月份排序修改为降序 2020-03-30 10:20:17 +08:00