Dev_Nergis
|
743d8dd9c2
|
feat: add Korean i18n & README (#130)
* Fixed the issue where the hue value set in config was not applied
* Create README.ko-KR.md
* Update README.ja-JP.md
* Update README.zh-CN.md
* Update README.md
* Update README.ko-KR.md
* Update translation.ts
* Create ko_KR.ts
* Update ko_KR.ts
* Update ko_KR.ts
* Update ko_KR.ts
* Update setting-utils.ts
* Update config.ts
* ko_KR to ko
* fix
* Delete package-lock.json
* Update .gitignore
* Update .gitignore
|
2024-07-21 03:15:41 +08:00 |
|
saicaca
|
2622aabe07
|
fix: sort post list in RSS by time and exclude draft posts
|
2024-07-20 23:47:40 +08:00 |
|
saicaca
|
bd4f0e8b63
|
fix: failed GitHub API requests no longer break the href of repo card & style tweak
|
2024-07-20 23:25:03 +08:00 |
|
saicaca
|
f438ea4252
|
feat: style improvements (mainly animations)
|
2024-06-30 01:30:03 +08:00 |
|
saicaca
|
02865aa76e
|
feat: improve button animation
|
2024-06-22 20:29:30 +08:00 |
|
saicaca
|
8bdad0b2fc
|
feat: add support for GitHub style admonition syntax
|
2024-06-22 01:31:29 +08:00 |
|
saicaca
|
176b38a4cb
|
fix: custom scrollbar does not reload after page switch
|
2024-06-22 01:11:27 +08:00 |
|
saicaca
|
960e85f92d
|
fix: extra empty lines in codeblocks still displayed in some cases
|
2024-06-22 00:49:30 +08:00 |
|
saicaca
|
b70a01a43a
|
fix: style tweaks for copy-code button
|
2024-06-21 22:37:39 +08:00 |
|
Kuroki_Tsuki
|
88a7414625
|
feat: copy button for code blocks (#67)
* Add code copy
* fix: safari copyButton style
* fix: addPreCopyButton up time
* modify: CopyButton style
* fix: Duplicate rendering issue with copy button
|
2024-06-21 22:27:23 +08:00 |
|
baka-gourd
|
815692899d
|
fix: add missing i18n for Search (#102)
* feat(i18n): add missing `Search` key
* fix: update i18n text
---------
Co-authored-by: saicaca <zephyird@gmail.com>
|
2024-06-21 19:39:13 +08:00 |
|
saicaca
|
5cfc78ef65
|
fix: hide the extra empty line in code blocks
|
2024-06-21 19:29:54 +08:00 |
|
Lry722
|
5868cddcb6
|
feat: add option position for banner image (#106)
|
2024-06-10 02:03:57 +08:00 |
|
saicaca
|
ce36ba37c5
|
fix: profile-card style tweak
|
2024-06-08 22:52:05 +08:00 |
|
saicaca
|
5dd1287255
|
fix: fix a style bug in the tag list (#41, #93)
|
2024-06-07 00:16:25 +08:00 |
|
xingo xu
|
c3ac8d9728
|
feat: light/dark modes switch immediately with the system theme (#95)
|
2024-06-06 01:20:05 +08:00 |
|
Joey Chen
|
3f4e7e9f97
|
feat: enhanced meta for social sharing (part 1) (#66)
|
2024-06-06 00:21:10 +08:00 |
|
saicaca
|
12e1b151a7
|
fix: fix base path not applied to mobile nav menu
|
2024-05-25 01:52:31 +08:00 |
|
saicaca
|
47c65cd551
|
docs: update example posts
|
2024-05-03 02:24:01 +08:00 |
|
saicaca
|
39797fd677
|
fix: some fixes for admonition and GitHub repo card
|
2024-05-03 02:24:01 +08:00 |
|
Fabrizio
|
e1dae88515
|
feat: add GitHub repo card, admonitions (#77)
* Added remark-directive, unist-util-visit
* Add rehype custom components for Github, Admonitions
* pnpm
* Update pnpm-lock
* Corrected hastscript requierement
* Change ad- prefix so adblocks dont block content
|
2024-05-03 01:37:31 +08:00 |
|
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
|
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 |
|
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 |
|
恐咖兵糖
|
a1775030ae
|
docs: update example posts
remove extra double quotes
|
2024-04-05 12:33:07 +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
|
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
|
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 |
|
saicaca
|
83e22e7e59
|
feat: add heading anchor links
|
2023-11-12 19:35:53 +08:00 |
|
saicaca
|
cff918dab3
|
fix: add JetBrains Mono as default code font
|
2023-11-10 18:25:18 +08:00 |
|
EveSunMaple
|
8d2d2de9b8
|
fix: update code font (#4)
|
2023-11-10 18:09:32 +08:00 |
|
saicaca
|
239c546d5f
|
fix: fix build fail
|
2023-11-09 12:01:32 +08:00 |
|
saicaca
|
b0d265b42b
|
fix: site url and base dir should be set in astro.config.mjs
|
2023-11-08 23:30:42 +08:00 |
|
saicaca
|
d918a2ef3d
|
feat: overlay scrollbar
|
2023-11-08 15:26:18 +08:00 |
|
saicaca
|
569a606586
|
feat: overlay scrollbar
|
2023-11-08 15:24:21 +08:00 |
|
saicaca
|
3798fd6b64
|
fix: style improvements
|
2023-11-08 10:46:27 +08:00 |
|
saicaca
|
b171ad463e
|
feat: add front-matter variable category
|
2023-11-07 14:46:29 +08:00 |
|
saicaca
|
2b000f7e55
|
fix: style improvements for mobile view
|
2023-11-06 21:56:53 +08:00 |
|
saicaca
|
b64cf8eee3
|
feat: nav-menu for mobile view
|
2023-11-06 21:55:52 +08:00 |
|
saicaca
|
ab89683cd7
|
fix: markdown style for the About page
|
2023-11-03 16:22:33 +08:00 |
|
saicaca
|
35f9260b58
|
feat: style improvements
|
2023-11-03 15:59:14 +08:00 |
|
saicaca
|
c642691dc8
|
feat: add license block
|
2023-11-03 14:15:17 +08:00 |
|
saicaca
|
e30f20e86a
|
fix: temporary solution for images dynamic import
|
2023-10-23 19:20:47 +08:00 |
|
saicaca
|
1ae4a8eee9
|
feat: use .ts instead of .yaml for configurations
|
2023-10-23 17:54:39 +08:00 |
|
saicaca
|
9b68fd1b86
|
fix: front-matter prop change
|
2023-10-21 10:52:01 +08:00 |
|
saicaca
|
a15b88bdbd
|
fix: accessibility fixes
|
2023-10-20 12:14:06 +08:00 |
|
saicaca
|
1ccf80f9a2
|
feat: add the example post about embed video
|
2023-10-19 23:18:16 +08:00 |
|
saicaca
|
377ff3a4cc
|
fix: appearance setting not correctly set at first time & something else
|
2023-10-19 21:48:26 +08:00 |
|
saicaca
|
ea4a453e25
|
feat: minor fixes
|
2023-10-18 21:24:51 +08:00 |
|
saicaca
|
75d87f3afc
|
feat: update README
|
2023-10-18 17:53:14 +08:00 |
|
saicaca
|
767d351bd5
|
feat: regularize front-matter, add new-post command
|
2023-10-18 17:31:11 +08:00 |
|
saicaca
|
471c4020d5
|
feat: minor style fixes
(cherry picked from commit d09df23d1c42539bf1102600aca2d8f1713142d4)
|
2023-10-18 02:15:31 +08:00 |
|
saicaca
|
dd9adb2ed6
|
feat: style and animation improvements
(cherry picked from commit 69deabde36f96a96bc3c69775fa5a9b4eead0f01)
|
2023-10-18 02:15:30 +08:00 |
|
saicaca
|
eb7c408b6a
|
feat: sticky navbar and sidebar, minor fixes
(cherry picked from commit cd3c1444ab72dbab172f9135f293b29ac5eee14e)
|
2023-10-18 02:15:29 +08:00 |
|
saicaca
|
f4dc88e982
|
feat: allow collapsing widget content, add categories widget
(cherry picked from commit 9a4ca8f6163d5e1375aa7c612e1338cce5a8c0b5)
|
2023-10-18 02:15:28 +08:00 |
|
saicaca
|
83b765a398
|
fix: make tag sorting case-insensitive, fix wrong url
(cherry picked from commit 869eea036103abfcaec271d4f02c7ac2a8203648)
|
2023-10-18 02:15:27 +08:00 |
|
saicaca
|
cd01149f7e
|
feat: post styles and transition improvements
(cherry picked from commit 53d2c803be5c9bc81ed1705d7053a8fde8bafe27)
|
2023-10-18 02:15:27 +08:00 |
|
saicaca
|
cf0bf8d606
|
fix: temporary solution for ViewTransitions flickr issue
(cherry picked from commit 76c65f0ede9db821b84ecd0a4085da653235c6fa)
|
2023-10-18 02:15:26 +08:00 |
|
saicaca
|
2c4cc28e1f
|
feat: i18n, page title
(cherry picked from commit 0d9fc72bee009c591400055725680a6a0f5a9c83)
|
2023-10-18 02:15:25 +08:00 |
|
saicaca
|
52959f230f
|
feat: style improvements
(cherry picked from commit e308bedff591263b33155cb222108915bf980e51)
|
2023-10-18 02:15:24 +08:00 |
|
saicaca
|
26408b0b7e
|
feat: post styles, next/prev post btn, display-settings, etc.
(cherry picked from commit b7ddd92729d52a8c43d72010b743f7e3477f1001)
|
2023-10-18 02:15:23 +08:00 |
|
saicaca
|
8ed0aa071f
|
feat: back-to-top, footer, about page, responsive design, etc.
(cherry picked from commit 21319d339305c77311d42aa18501d425a5a2619c)
|
2023-10-18 02:15:22 +08:00 |
|
saicaca
|
124843848f
|
feat: initial commit
(cherry picked from commit 44c4d7b9521fe449e61edc614446195861932f8c)
|
2023-10-18 02:15:21 +08:00 |
|