Commit Graph

94 Commits

Author SHA1 Message Date
saicaca 5e4ae01af6 docs: add some comments to `config.ts` 2024-05-01 12:35:36 +08:00
librarian 9761ed75c5
feat: option to control whether site visitors can change the theme color (#28)
* chore: rebase onto main branch

* fix: rename the option

---------

Co-authored-by: saicaca <zephyird@gmail.com>
2024-05-01 12:14:15 +08:00
Jayyyu1w 9d82d25feb
fix: set html lang to siteConfig lang (#73) 2024-05-01 01:08:21 +08:00
saicaca 873dbe3189 feat: basic post structured data for SEO 2024-04-29 17:27:14 +08:00
saicaca 410902a767 fix: make `base` in astro config work 2024-04-29 17:09:52 +08:00
saicaca 9a3119cab4 chore: temporarily suppress dynamic import warning 2024-04-29 15:41:41 +08:00
saicaca 8ce1c7ab6e fix: load stored theme before rendering 2024-04-29 12:52:50 +08:00
saicaca 163ed17ae6 fix: style tweak 2024-04-29 12:52:28 +08:00
saica.go e8cbb7a829
feat: option to follow the system-wide light/dark mode (#71) 2024-04-28 12:43:10 +08:00
librarian 34af98edec
Add a description in Japanese. (#27) 2024-04-26 23:20:38 +08:00
Joey Chen e37a724275
feat: using rel="me" to verify ownership for websites (#62)
Verify the target link is presented by the same person: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me
2024-04-26 23:19:27 +08:00
saicaca 94a9e9757d feat: multiple custom favicons 2024-04-23 03:03:31 +08:00
Joey Chen bd468054c2 feat: allow user to customize favicon (#47)
* feat: add basic custom favicon feature

* add auto-switch icon

* revert to the original setting `false`
2024-04-23 03:03:31 +08:00
CorrectRoad 582e76cf43
feat: add dynamic descript to meta head (#56)
* feat: add dynamic descript to meta head

* revert code
2024-04-23 00:04:43 +08:00
strn 6d9259808a
fix: we're in 2024 :) (#51)
* small typo: we're in 2024 :)

* Update LICENSE
2024-04-23 00:01:17 +08:00
CorrectRoad 91773fc520
feat: add sitemap.xml (#33)
Co-authored-by: saica.go <zephyird@gmail.com>
2024-04-22 23:48:31 +08:00
CorrectRoad e80999669a
feat: add RSS xml (#34)
* feat: add RSS xml

---------

Co-authored-by: saicaca <zephyird@gmail.com>
2024-04-22 23:42:47 +08:00
saicaca 0676b01b6a docs: update README 2024-04-07 00:47:28 +08:00
See-Night e5acc80042 docs:optimized usage instructions 2024-04-07 00:31:07 +08:00
恐咖兵糖 a1775030ae docs: update example posts
remove extra double quotes
2024-04-05 12:33:07 +08:00
saicaca 9aa39a7fc6 docs: update README 2024-03-17 23:55:25 +08:00
saicaca e9b4412926 chore: update dependencies 2024-03-16 01:19:23 +08:00
saicaca df30781cdc fix: onload animation tweaks 2024-03-13 01:32:54 +08:00
saicaca 2ff9b8544e feat: onload animation for article pages 2024-03-12 18:39:25 +08:00
saicaca dfa863369b feat: onload animation 2024-03-12 16:13:10 +08:00
saicaca a80d69d843 feat: use Swug for transition animations instead of ViewTransitions 2024-03-12 14:04:58 +08:00
saicaca e64bd923da fix: a11y fixes 2024-03-12 12:37:49 +08:00
saicaca 033514bec5 chore: remove sharp dependency 2024-02-22 21:54:06 +08:00
saicaca d68f26a74f fix: minor fixes 2024-02-18 18:26:40 +08:00
saicaca af29b9160f refactor: code cleanup 2024-02-18 18:26:40 +08:00
saicaca 3cd21c2da9 refactor: rewrite DisplaySettings and Search using Svelte 2024-02-18 18:26:40 +08:00
saicaca 90070d06c1 fix: url `/page/1` -> `/`, `/page/2` -> `/2` 2024-02-18 18:26:40 +08:00
saicaca bd17b39fd2 fix: fix widget content collapsing not working 2024-02-12 01:12:27 +08:00
saicaca 8b8a765d56 feat: add line numbers for code blocks 2024-01-25 16:09:00 +08:00
saicaca d831f4f5ca fix: don't load Pagefind and return fake search results for dev environment 2024-01-25 12:27:54 +08:00
saica.go 79ec8030cc
feat: implement post search using Pagefind (#12) 2024-01-24 12:28:16 +08:00
saicaca 31bb0d576e fix: don't initialize the overlay scrollbar if there is a native one 2024-01-22 12:02:54 +08:00
saicaca 4316654a98 fix: fix custom code font doesn't work 2024-01-22 11:35:54 +08:00
saicaca e428b1d5a5 feat: mobile style improvements 2024-01-22 11:25:56 +08:00
saica.go 025953bca3
feat: much better mobile view design (#11) 2024-01-22 02:06:24 +08:00
saicaca 6ba4db0ef8 docs: update example posts 2024-01-21 20:22:14 +08:00
saicaca e0b93eb63c feat: make 'uncategorized' a category 2024-01-21 20:21:04 +08:00
saicaca 23533e9ac9 fix: minor fixes 2024-01-21 20:19:34 +08:00
saicaca 3fcb566a54 feat: use relative paths for cover images 2024-01-21 16:34:37 +08:00
L4Ph 197d524b53
feat: add FrontMatter CMS, biome, translation, etc.
* add Frontmatter CMS

* add biome

* update

* update

* fixed & add docs

* fix translation.ts

* fix translation
2024-01-21 12:54:41 +08:00
saicaca f9a78b3e3b feat: remove support for nested categories 2023-12-14 13:44:20 +08:00
saicaca f7efa010a2 doc: update README 2023-11-25 16:32:10 +08:00
saicaca 8848a25ec5 fix: make heading anchors `#` unselectable 2023-11-23 23:26:05 +08:00
saicaca 8c6c7c9364 fix: back-to-top button breaks layout
https://github.com/saicaca/hexo-theme-vivia/issues/42
2023-11-23 23:24:37 +08:00
saicaca 4831f9f67f fix: some style fixes for the license block 2023-11-12 19:37:56 +08:00