1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00
Commit Graph

167 Commits

Author SHA1 Message Date
dependabot[bot]
bd790bf150
Merge 0adc10ef94 into dbceefbaef 2022-03-25 18:32:08 +00:00
dependabot[bot]
0adc10ef94
chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 18:32:06 +00:00
dbceefbaef fix: update shian 2021-07-11 04:35:50 +07:00
c44d80e0f1 feat: new post design 2021-07-11 04:23:59 +07:00
d15da305d3 feat: add feature image captions support 2021-07-11 03:19:43 +07:00
512b268762 chore: update actions 2021-07-11 01:05:08 +07:00
1621cdebd8 chore: update depends 2021-07-11 01:01:25 +07:00
e91ae92096 feat: update layout and shian 2021-07-11 00:56:01 +07:00
bba5343206 fix: remove search delay 2021-05-08 12:43:27 +07:00
8d79c44830 chore: update shian 2021-05-07 21:44:22 +07:00
821bdeeb16 feat: add search 2021-05-07 21:41:29 +07:00
5fdf85ce7a fix: fix post card author being invisible 2021-04-23 01:06:52 +07:00
ab25d5b64b chore: update shian 2021-04-22 22:04:45 +07:00
1436d6a577 feat: upgrade shian 2021-04-22 20:34:59 +07:00
ec32715972 chore: revert "don't preload font css for faster FCP"
This reverts commit 2a88f7ec00.
2021-04-22 20:31:27 +07:00
9efdf81b02 chore: revert "defer fonts"
This reverts commit 8424e13ac4.
2021-04-22 19:13:13 +07:00
8424e13ac4 fix: defer fonts 2021-04-22 19:08:55 +07:00
50e505f31f chore: use different display option for icons instead 2021-04-22 18:54:51 +07:00
2a88f7ec00 chore: don't preload font css for faster FCP 2021-04-22 18:53:23 +07:00
e876a68de3 fix: adjust image sizes 2021-04-22 17:45:19 +07:00
91671d2219 chore: upgrade deps 2021-04-22 17:29:01 +07:00
6a2e52bd2f fix: JS fixes 2021-04-22 17:04:07 +07:00
59c72b60aa chore: remove unused tailwind config 2021-04-22 15:44:44 +07:00
12154775d3 feat: Use webpack for bundling of JS files 2021-04-22 15:43:53 +07:00
85687c48a2 chore: defer JavaScript 2021-04-22 14:55:16 +07:00
bbb024de2d fix: fix post thumbnail srcset 2021-04-22 14:54:46 +07:00
276119e573 fix: fallback to cover image when site background isn't available 2021-04-20 17:50:35 +07:00
506123bfac fix: Post thumbnail once more 2021-04-20 17:43:08 +07:00
58bcb00b18 chore: Revert "Defer scripts"
This reverts commit ccfa40400c.
2021-04-20 16:38:43 +07:00
86e1a1e6de fix: Do not use large images on post thumbnails 2021-04-20 16:35:20 +07:00
fc67f3b40b fix: readd native lazy loading 2021-04-20 16:29:45 +07:00
8b5dc4f853 fix: remove sizes property for post thumbnail 2021-04-20 16:14:47 +07:00
10fdcb80b1 fix: fix image size 2021-04-20 16:07:34 +07:00
8bf1119b0b feat: responsive post thumbnail images 2021-04-20 16:04:39 +07:00
69d3041171 chore: bump shian 2021-04-20 15:53:16 +07:00
ccfa40400c chore: Defer scripts 2021-04-20 15:51:18 +07:00
a32e674db5 fix(theme): oops 2021-04-20 14:39:22 +07:00
6497b7d07d chore: reformat and update jquery 2021-04-20 12:04:43 +07:00
b77d0cb85c fix: performance fixes 2021-04-20 12:01:23 +07:00
93b5a272f7 chore: update shian yet again 2021-04-16 20:44:37 +07:00
bfe7c4beac chore: Bump shian 2021-04-16 20:37:43 +07:00
2add71e86b chore: upgrade dependencies 2021-04-16 20:28:32 +07:00
70a4462701 chore(theme): upgrade dependencies 2021-04-15 13:36:10 +07:00
822904c21a fix(theme): update shian for usability fixes 2021-04-15 13:12:34 +07:00
6bd40414b0 fix(theme): update exclude page to use Shian 2021-04-15 11:27:29 +07:00
fa3ce87d57 fix(theme): fix persistence of dark mode 2021-04-14 22:26:55 +07:00
c7187ebcc4 feat(theme): persist dark mode 2021-04-14 22:19:52 +07:00
5394121818 chore: set version used by blog.nanao.moe 2021-04-14 21:01:09 +07:00
b0fba2eeae chore: experiment with deployment to blog 2021-04-14 21:00:52 +07:00
9f72b03781 feat(theme): add dark mode
With version 3, Yuika now uses Shian as a basis of styling. Since
Shian was written with both light and dark themes in mind, this
means that the theme now is able to support switching between them.

This commit implements a dark theme toggle that will switch the
site between light and dark themes.
2021-04-14 19:38:23 +07:00