1
mirror of https://github.com/importantimport/urara.git synced 2024-09-16 17:18:40 +08:00
Commit Graph

21 Commits

Author SHA1 Message Date
藍+85CD
3becb3930e
refactor(eslint): use importantimport config (#82)
* refactor: remove eslint, prettier

* refactor(eslint): use importantimport config

* refactor(eslint): use unstable_ts_config

* refactor: split unocss config

* refactor!: lint code

* fix(footer): class

* chore: bump node version

* chore: bump pnpm version

* chore(vite): remove useless optimization

* chore(package): bump version
2024-09-11 18:29:31 +08:00
藍+85CD
430802cb42
chore: 🎨 format code 2023-08-28 18:04:51 +08:00
藍+85CD
3aa537fedd
perf: ️ use config.js directly 2023-08-28 17:52:45 +08:00
藍+85CD
b6f436b072
refactor!: 💥 changed to config.ts
♻️ refactor config to typescript
🙈 update gitignore
🔨 update package scripts
🔧 add tsconfig.node.json
 add `@types/tailwindcss`
2022-06-15 18:48:50 +08:00
kwchang0831
9903c211e0
feat: add footnotes support
📓 mdsvex currently seems to work only with remark-footnots@2.0.

https://github.com/pngwn/MDsveX/discussions/236
2022-05-21 15:43:03 +08:00
藍+85CD
05e33a36f9
feat: 💥 two-hundredth update
 scrollable toc
💄 new transition for post.title
️ use `u-featured` for article photo
️ provide `p-summary` within the article
🔥 remove post_cover.svelte
🚚 rename site.descr to site.description
🚚 rename post.cover to post.photo
🚚 rename post.descr to post.summary
🚚 rename reply.replyTo to reply.inReplyTo
🚚 rename post.flags.hidden to post.flags.unlisted
2022-05-06 00:00:27 +08:00
4035bc23b2
feat: 💥 untitled update part2
🔥 remove _flex, _card layout
♻️ use dev variable from `$app/env`
️ search button aria-label
️ export loading & decoding
💫 replace sidebar transition with slide
💫 adjust transition duration & delay
2022-04-25 19:53:26 +08:00
6866074cf7
feat: 💥 untitled update part1
⬆️ upgrade package dependencies
🔍️ add head opengraph prefix
🔍️ add opengraph article:tag
🔍️ add link rel="sitemap"
🏷️ deprecated date, lastmod
🏷️ add created, updated, published
🚚 move comment to post.ts
🚚 move head to general.ts
 add footer sticky & rounded option
 auto-rename {date, lastmod} to {created, updated}
 bridgy & bridgy fed support
🐛 replace the useless `flex-0` with `flex-none`
💄 set min-height of error page
💄 no longer use collapse
💄 replace active with font-bold
💄 use `image-full` on articles with cover
💄 restore fab background
2022-04-12 21:22:11 +08:00
e912abbdda
feat: 💥 edition gamma
 multi post kinds
🔧 re-planning config files (closed #8)
💄 improve shiki twoslash style (closed #5)
 integrate date and h-card into status
💄 redesigned small screen device interface
🔥 remove priority property
🔥 remove validate() function
 navbar supports secondary menu
🎨 improve homepage
🎨 refactoring head
2022-03-30 18:35:27 +08:00
a6a00f1dde
refactor(layouts): 🚚 rename and create subfolders 2022-03-21 19:35:33 +08:00
379efa71cf
refactor: 🎨 prettify code 2022-03-11 21:40:48 +08:00
f9b95b9ce7
refactor(config): 🎨 improve structure 2022-03-11 21:08:10 +08:00
47a9aca3ad
feat(highlight): shiki-twoslash (#5)
 add shiki-twoslash, fenceparser
 remove shiki
💄 add twoslash style
2022-03-06 13:55:11 +08:00
ce14624bba
perf(highlighter): ️ use escapeSvelte 2022-02-07 17:48:26 +08:00
fc55bc9f7f
feat(mdsvex): autofill date 2022-02-05 20:10:48 +08:00
0xB917
2b15fe9a8b
💥 crazy universe update - part 1
more layouts
use url / param instead of $page
update dependencies
2022-01-02 14:35:54 +08:00
0xB917
1a1dbd115b
🔥 remove .svx support 2022-01-02 13:44:45 +08:00
0xB917
68b02752cd
✏️ fix typo & prettify code 2021-12-26 21:33:36 +08:00
0xB917
6099d615ed
🐛 fix canonical 2021-12-18 16:01:19 +08:00
0xB917
ffc91869fc
super cow power update
- holy grail like layout
- better post date & priority button
- better component transition
- optimize cumulative layout shift
- simple table of contents
- simple spoiler
- crude schema.org support
- code block hover effect & scrollbar
- scroll margin
- update dependencies
- new demo post
2021-12-11 20:15:20 +08:00
0xB917
faa36ebcf7 Initial commit 2021-11-04 15:34:01 +08:00