Commit Graph

32 Commits

Author SHA1 Message Date
fe353d946b feat(experimental): partial rebuilds (#716) 2024-02-09 10:07:32 -05:00
36e4cc41a9 chore(i18n): refactor and cleanup (#805)
* checkpoint

* finish

* docs
2024-02-04 20:57:10 -08:00
45b93a80f4 fix: index setup, styling fixes 2024-02-01 22:22:06 -08:00
ce3dd0923b refactor: move emit from callback to helper file function (#704)
* Change emit from callback to helpers file function

* Update docs, remove commented code, improve type sig
2024-01-18 10:56:14 -08:00
e17ff20244 fix: use joinSegments for contentIndex.json file path (#702) 2024-01-16 08:24:01 -08:00
52e6c03730 fix: broken RSS item's link, which were set to https:/${base}. (#687) 2024-01-13 09:08:21 -08:00
e277ed5c30 fix: use joinSegment instead of joining via slash in sitemap (closes #658) 2023-12-28 08:54:09 -08:00
bc02791734 fix: .date.getTime() based sort 2023-11-11 20:28:26 -08:00
bf603c49c2 fix: sort rss feed by date 2023-11-11 12:08:54 -08:00
ab5efac75f Fix: RSS title escaping (#521)
* Fix title escaping

* npm run format
2023-10-01 09:47:22 -07:00
4461748a85 fix dont show html in search when rssFullHtml is true (closes #474) 2023-09-13 09:43:30 -07:00
e3b879741b feat: rich html rss (closes #460) 2023-09-12 21:44:03 -07:00
71d81bde1d feat: rss limit (closes #459) 2023-09-12 19:18:44 -07:00
828aa71fe3 fix: escape encoding for titles in rss 2023-09-06 21:47:59 -07:00
ef1ead31dc fix: encodeuri for slugs in rss 2023-09-06 21:31:01 -07:00
c36a9f3fb7 feat: add defaultDateType config 2023-08-24 08:56:40 -07:00
8200c8d040 Revert contentIndex to RSS 2.0 (#407) 2023-08-23 22:57:49 -07:00
b444c5c13b fix: percent-encoding for files with %, contentIndex for non-latin chars (closes #397, closes #399) 2023-08-22 23:34:28 -07:00
c874e7e937 base path refactor to better support subpath hosting 2023-08-19 15:52:25 -07:00
2f6747b166 fix relative path resolution in router and link crawling 2023-08-16 22:04:15 -07:00
21cc6a5da9 run prettier 2023-08-10 21:29:11 -07:00
cefbca4753 docs on making plugins 2023-08-10 21:16:07 -07:00
9e83af04a7 refactor static and asset emission to be actual emitter plugins 2023-07-23 17:07:19 -07:00
7db2eda76c run prettier 2023-07-22 17:27:41 -07:00
3ac6b42e16 finish path refactoring, add sourcemap + better trace support 2023-07-15 23:02:12 -07:00
906f91f8ee base path refactor, more docs 2023-07-13 00:19:35 -07:00
ab9da02c60 fix indexing causing main thread freeze, various polish 2023-07-04 10:08:32 -07:00
e0ebee5aa9 various polish 2023-07-02 13:08:29 -07:00
4c904d88ab rss + sitemap 2023-07-01 13:35:27 -07:00
fd5c8d17d3 basic search implementation 2023-06-19 20:37:45 -07:00
c4cf0dcb02 local and global graph 2023-06-18 10:47:07 -07:00
917d5791ac modern toc tweaks 2023-06-16 19:41:59 -07:00