Commit Graph

67 Commits

Author SHA1 Message Date
Cell da54fef151 Feat: add pin icon in home post list and add repost icon in section .etc. 2023-12-27 16:30:36 +08:00
Cell 0c3148b3ee Perf: optimize posts order in collection list (#359) 2023-12-27 15:10:36 +08:00
Cell 7b7fba261b 🔍 Feat: enhance search engine accessibility 2023-12-11 17:34:17 +08:00
Cell d02a9977a2 Perf: use .GetTerms optimization for getting terms on a page 2023-12-11 14:19:13 +08:00
Cell c606e8c96e Perf: use .LinkTitle instead of .Title 2023-12-08 19:50:03 +08:00
Cell 5d16e1ac0f Feat: add collection info at post meta 2023-12-06 21:00:27 +08:00
Cell fdc501904c Perf: optimize featured image rendering 2023-11-07 11:24:22 +08:00
Stefano Ginobili 78416fa920 🐛 Fix: use dateFormat function to render localized dates
Co-authored-by: Stefano Ginobili <stefano.ginobili@gmail.com>
Co-authored-by: Cell <1024@lruihao.cn>
2023-09-03 12:44:50 +08:00
Cell 48dc34cf11 ♻️ Refactor(i18n): hierarchize translation fields for supported languages 2023-01-02 13:31:27 +08:00
Cell ffb3888414 Perf: optimize code 2022-11-20 18:47:42 +08:00
Cell 908cb6946b 🐛 Fix: escape hashtag character # in tag and category (#245) 2022-11-18 12:58:02 +08:00
Cell 10b530abe1 Feat(accessibility): use aria-hidden=true on icons that AT should ignore 2022-08-28 16:54:44 +08:00
Cell 1359995948 🎨 Style: add single newline at end of the file 2022-08-27 12:37:57 +08:00
Cell 35d54b22cb Feat: add repost feature (#156) 2022-07-10 18:21:35 +08:00
Cell 791ff12e70 🔧 Chore: use fontawesome 6 2022-05-16 17:10:20 +08:00
Cell e0bbd7f7b8 Feat: add local avatar and gravatar support for post author (#125) 2022-04-27 23:13:30 +08:00
Cell caae8a74a9 💄 Style: add the gap between and icon and text at blending typesetting (#118) 2022-04-19 14:55:41 +08:00
ctj12461 89f0f2c204 💄 Style: add spaces after some icons 2022-04-18 23:40:27 +08:00
Cell 35a45e4b6d 🔍 Feat: add descriptive label to home link 2022-02-25 12:15:41 +08:00
Cell 6870dc8878 🚸 Feat: whatever the option 'dateFormat' is, show title with detail datetime 2022-01-19 14:25:26 +08:00
Cell 2e54fd70fb 🎨 Style: tabsize 4 => 2 2022-01-11 12:39:25 +08:00
Dillon aa48df5edd feat(content): support complete local resource references (#388) 2020-05-28 17:05:37 +08:00
Dillon 8f53c999e5 chore: refactor some code 2020-05-18 21:30:33 +08:00
W.T. Chang e5ae1d696b fix(path): broken tag/category link when containing a dot (#368) 2020-05-18 17:30:37 +08:00
Dillon 9c1244490f i18n: update i18n string format (#371) 2020-05-18 16:10:24 +08:00
Dillon 6aa05a7f3e fix(featuredImage): featuredImagePreview doesn't work by itself 2020-05-12 22:51:48 +08:00
Dillon e3e3bdf9ee feat(rss): add rssFullText param for RSS (#301) 2020-05-01 23:29:24 +08:00
Dillon 26381b498d feat(search): improve search index 2020-04-28 12:53:06 +08:00
Dmitry Kireev c4741cfecb Add permalink to a featured images on the home page (#261)
Co-authored-by: Dillon <dillonzq@outlook.com>
2020-04-26 23:15:47 +08:00
Dillon c2197b7411 feat(social): improve social links (#254)
* replace forkawesome and iconfont with simple icons
* add more configs for social
2020-04-24 19:04:37 +08:00
Dillon d90a2d9406 fix: some title case bugs for section page and list page (#251) 2020-04-23 01:22:29 +08:00
Dillon f5fb31ec43 fix: wrong URL of JS and CSS files on baseURL (#249) 2020-04-22 21:34:38 +08:00
Dillon f14301c395 feat: improve configuration (#245)
* feat: improve configuration

* fix: fix partials/footer.html error
2020-04-21 22:55:06 +08:00
Dillon 90184ca3e7 feat(search): add local search (#231)
* feat(search): add local search

* docs: add docs for search
2020-04-15 15:46:50 +08:00
Dillon 774e831a21 feat(shortcode): refactor and improve image shortcode (#187) 2020-03-19 12:35:37 +08:00
Dillon 6b03c711ac feat(shortcode): add link shortcode (#179)
* feat(shortcode): add link shortcode

* docs: add docs for link shortcode

* docs: fix 'mailto' in link shortcode docs error
2020-03-17 21:16:04 +08:00
Dillon 3d9aad3205 feat(style): adjust style of header, tags and dynamic-to-top button 2020-03-14 14:42:12 +08:00
Dillon fb9a9e7324 docs: update zh-CN docs and fix some bugs 2020-03-10 03:33:28 +08:00
Dillon 924692a07e feat(assets): add SRI config for stylesheet and script 2020-03-09 20:25:55 +08:00
Dillon 296424cded feature(doc): complete all Chinese and English documents and fix many bugs 2020-03-08 21:02:21 +08:00
Dillon ae81e3767e fix(srcatch): fix srcatch bugs 2020-02-27 20:14:40 +08:00
Dillon 72a2e9bdcf feat(image): add image lightgallery 2020-02-24 17:00:39 +08:00
Dillon 850e8f380e fix(summary): use description as summary when summary is empty 2020-02-22 01:14:01 +08:00
Dillon 4e6fe224cc chore(partials): refactor partials 2020-02-21 23:42:35 +08:00
Dillon a0f31c35fe fix(link): fix tags/categories link bug 2020-02-21 12:49:55 +08:00
Dillon 20c9c812d0 feat(exampleSite): merge en and zh exampleSite 2020-02-19 18:48:37 +08:00
Dillon 933e32c4e4 chore(forkawesome): update forkawesome css 2020-02-17 21:02:27 +08:00
Dillon a276661f0a feat(home): improve default behavior of hiddenFromHomePage 2020-02-17 12:44:04 +08:00
Dillon 12bd1e1935 chore: refactor code style 2020-02-14 01:30:33 +08:00
Dillon 917cf4a427 fix(link): fix long words and URLs style bug 2020-02-13 13:30:58 +08:00