Cotes Chung
|
5cbaf24bcb
|
refactor(sidebar): improve creation of social links
|
2023-02-06 22:33:20 +08:00 |
|
Ken Dale
|
d2190c726f
|
feat: add rel="me" to Mastodon sidebar contact links for verification (#807)
This will enable verification with Mastodon by including the `rel="me"` attribute.
https://docs.joinmastodon.org/user/profile/#verification
Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
|
2022-12-25 03:31:11 +08:00 |
|
Cotes Chung
|
d96fa5aa0c
|
refactor: reduce language include file
|
2022-10-19 04:22:13 +08:00 |
|
Cotes Chung
|
fd5df7e1a1
|
refactor(typo): optimize the site-title position
|
2022-10-13 22:36:09 +08:00 |
|
Zak Kemble
|
58928dbc90
|
fix: alt is not a valid attribute for 'a' tag
|
2022-03-27 18:01:24 +01:00 |
|
Cotes Chung
|
0542b5149c
|
fix: remove whitespace from avatar URL (#537)
Fix #537
|
2022-03-22 21:13:39 +08:00 |
|
Cotes Chung
|
cfe9029cd1
|
Remove unused HTML attribute from sidebar
|
2022-02-04 06:23:09 +08:00 |
|
Cotes Chung
|
c64e587335
|
Improve SEO & accessibility on mode toggle element
|
2021-12-07 23:09:00 +08:00 |
|
Cotes Chung
|
55fce7574c
|
Refactor theme mode toggle
- Improve mode switching JS execution priority
- Drop deprecated Web API
|
2021-12-02 05:51:30 +08:00 |
|
Bhavy Khatri
|
707466b1df
|
Accessibility Bug Fix: Tab focus doesn't reach Dark mode toggle button (#453)
|
2021-12-01 00:23:22 +08:00 |
|
Cotes Chung
|
a887f1d57d
|
Prevent the site test from failing when the avatar is not assigned (close #418)
Some rookies like to do this :(
|
2021-10-01 18:39:02 +08:00 |
|
Cotes Chung
|
395b24736a
|
Improve the layout of sidebar icons
|
2021-09-24 14:54:15 +08:00 |
|
Cotes Chung
|
72ba1f7849
|
Fix tabs & improve topbar items
|
2021-08-03 22:55:35 +08:00 |
|
Cotes Chung
|
0213331a16
|
Improve the way to set the default value of locales
|
2021-08-01 22:04:11 +08:00 |
|
Cotes Chung
|
0b29c0321f
|
Add layout localization
|
2021-07-21 23:50:16 +08:00 |
|
Cotes Chung
|
893db51ff0
|
Improve the copyrights of the assets
|
2021-01-26 20:24:47 +08:00 |
|
Cotes Chung
|
6490b0fcbd
|
Fix avatar url when site.baseurl exists (#253)
|
2021-01-17 21:47:11 +08:00 |
|
Cotes Chung
|
6e6633c2fc
|
Add image CDN support & improve image lazy loading
|
2021-01-09 23:05:55 +08:00 |
|
Cotes Chung
|
ef0c9ce770
|
Simplify sidebar style
Avoid element shifting when rendering
|
2020-12-26 00:41:06 +08:00 |
|
Cotes Chung
|
bb13b52d44
|
Simplify theme-mode config
|
2020-12-07 01:14:40 +08:00 |
|
Cotes Chung
|
5d6014ecee
|
Regular improvement for liquid code
|
2020-12-05 02:44:28 +08:00 |
|
Cotes Chung
|
4702244ae8
|
Fix the relative links on sidebar tabs.
|
2020-11-23 02:46:04 +08:00 |
|
Cotes Chung
|
270d3ba499
|
Use collections to improve the tabs
|
2020-11-22 04:24:09 +08:00 |
|
Cotes Chung
|
8d4c1deb15
|
Improve web accessibility
- Add associated label to form elements.
- Add discernible name to links.
|
2020-10-27 16:42:08 +08:00 |
|
Cotes Chung
|
5741aa4e18
|
Fix the security of cross-origin destinations link.
|
2020-10-27 05:32:33 +08:00 |
|
Marnick Vandecauter
|
46a8efb38a
|
Improve email javascript in sidebar (#155)
This will appear in Firefox and Safari.
Remediates the issue describe here: https://stackoverflow.com/questions/21461589/javascript-mailto-using-window-open#32675594
|
2020-10-19 00:10:27 +08:00 |
|
Cotes Chung
|
ba47cc0509
|
Optimized responsive layout.
|
2020-06-07 21:22:24 +08:00 |
|
Cotes Chung
|
0bb9c47cf9
|
Hide broken image of avatar.
|
2020-06-02 16:18:40 +08:00 |
|
Cotes Chung
|
02a269910f
|
Optimized sidebar icons location.
screen width >= 1650px
|
2020-06-01 16:38:31 +08:00 |
|
Cotes Chung
|
171faafc67
|
Unify local links to posts (#65).
|
2020-05-29 06:18:53 +08:00 |
|
Cotes Chung
|
7382eaa953
|
Feature: make contact options configurable (#58, #59).
|
2020-05-23 15:58:21 +08:00 |
|
Cotes Chung
|
8b059432d3
|
Improved the responsive of sidebar bottom.
|
2020-02-21 04:48:07 +08:00 |
|
Cotes Chung
|
a82d3647da
|
Splited the data of navigation tabs.
|
2020-02-21 04:48:06 +08:00 |
|
Cotes Chung
|
32d838fede
|
Prettified the mode toggle switch.
|
2020-02-21 04:48:06 +08:00 |
|
Cotes Chung
|
79c7a5101f
|
Feature: Make theme colors configurable.
|
2020-02-15 16:36:19 +08:00 |
|
Cotes Chung
|
65040ddd90
|
Optimized the dark-mode toggle
|
2020-02-15 16:36:19 +08:00 |
|
Cotes Chung
|
a53afb912f
|
Image SEO optimization.
|
2020-02-15 16:36:19 +08:00 |
|
Cotes Chung
|
f3a9b4b293
|
Rename CSS class.
|
2020-02-13 22:31:28 +08:00 |
|
Cotes Chung
|
a4435a45ec
|
Imported the dark-mode toggle.
|
2020-02-13 22:31:28 +08:00 |
|
Cotes Chung
|
0953cf123c
|
Improved tab highlighting experience.
|
2020-02-09 02:57:45 +08:00 |
|
Cotes Chung
|
6cef0829a8
|
Updated seo-tag settings.
Although `tagline` hasn't been released yet.
|
2020-01-14 02:57:31 +08:00 |
|
Cotes Chung
|
ff9663f376
|
Fixed related URL.
|
2020-01-14 02:57:31 +08:00 |
|
Cotes Chung
|
34836f7703
|
Beautified sidebar in x-large screens.
screen width >= 1650px
|
2020-01-14 02:57:31 +08:00 |
|
Cotes Chung
|
8591e921e4
|
Added more project info in files.
|
2020-01-14 02:57:31 +08:00 |
|
Cotes Chung
|
3248343c22
|
A super huge improvement in search.
- Added a cleanup button within input form.
- Optimized TopBar responsive effect(for search layout).
- Redesign the search results layout.
|
2020-01-02 02:29:13 +08:00 |
|
Cotes Chung
|
77a47c4b62
|
Fixed some HTML tags.
|
2019-12-24 00:37:26 +08:00 |
|
Cotes Chung
|
2208b43bae
|
Redesign sidebar for xlarge screens.
Screen width greater than FHD.
|
2019-11-20 01:50:55 +08:00 |
|
Cotes Chung
|
4287b9e612
|
Renamed variable in Config.
|
2019-11-20 01:50:55 +08:00 |
|
Cotes Chung
|
a589831812
|
Improved the compatibility in Firefox.
|
2019-11-20 01:50:55 +08:00 |
|
Cotes Chung
|
b845c829f6
|
Import the framework.
|
2019-11-18 01:08:03 +08:00 |
|