Cotes Chung
ecf31ff308
Fix the code style of SASS
2021-12-31 00:33:04 +08:00
Cotes Chung
9e2a4fc8c9
Merge branch 'feature/simplify-html-struct'
2021-12-31 00:09:53 +08:00
Cotes Chung
e466a643d5
Merge branch 'feature/multi-comments'
2021-12-30 23:08:09 +08:00
iwasaki501
f7ec9cd24a
Bug Fix: Link in a heading is rendered as an anchor and becomes invisible unless it is hovered. ( #469 )
...
`<a>` tags in headings are set to apply the style of `%anchor` in `module.scss` and `common.scss`.
Therefore, if I put a link in a heading, the link will have the same style as the anchor,
which means that the font size becomes smaller and the link will not be displayed unless I hover the mouse over it.
My suggestion is to set an `anchor` class for the `<a>` tag of the anchor and apply style settings to the `anchor` class, not to the `a` tag.
2021-12-30 15:57:02 +08:00
Cotes Chung
a403ffee42
Reduce style class for page layout
2021-12-13 21:09:32 +08:00
Cotes Chung
d315bf57e7
Integrate utterances comments
2021-12-13 04:40:05 +08:00
Cotes Chung
09e8eb4274
Make the preview image full screen width on mobile
2021-12-10 21:54:24 +08:00
Cotes Chung
d919f833f1
Show heading anchor on touch devices
2021-12-10 00:28:50 +08:00
Cotes Chung
df81012e28
Always close the top bar when smooth scrolling
2021-12-10 00:28:50 +08:00
Cotes Chung
09742d40dd
Prevent the anchor of the heading from being awakened early
2021-12-09 18:52:02 +08:00
Cotes Chung
cf6c8e9b3a
Improve accessibility of panel heading elements
2021-12-07 23:09:00 +08:00
Cotes Chung
c64e587335
Improve SEO & accessibility on mode toggle element
2021-12-07 23:09:00 +08:00
Cotes Chung
1487ae5284
Add style for heading anchor
2021-12-07 16:26:26 +08:00
Cotes Chung
b1377ac694
Improve heading font-size & layout
2021-12-05 23:44:04 +08:00
Cotes Chung
cf8dae9454
Merge branch 'feature/improve-meta-display'
...
# Conflicts:
# _sass/addon/commons.scss
2021-12-05 17:46:14 +08:00
Cotes Chung
9f5e579596
Merge branch 'feature/use-default-scrollbar'
2021-12-05 16:42:43 +08:00
Cotes Chung
afcf0bde22
Refactor footer style
2021-12-05 04:42:53 +08:00
Cotes Chung
e2003f2b03
Add a link to the author of the post
2021-12-05 04:42:53 +08:00
Cotes Chung
563e8085e8
Redesign the post meta layout
...
- posted date
- updated date
- read time
- license statement of post bottom
- also refactor the `timeago.js`
2021-12-05 04:42:53 +08:00
Cotes Chung
902546cf4d
Remove unused style for mode-toggle
2021-12-03 21:23:37 +08:00
Cotes Chung
e06d237eae
Use the default scroll bar
...
And make the Chrome scroll bar on Windows support dark mode
2021-12-03 21:23:37 +08:00
Cotes Chung
3c91dc1f6f
Move the preview image of the post to the top
2021-12-03 16:36:40 +08:00
Cotes Chung
6a65f3a7f7
New design for code snippet header
2021-12-03 16:34:26 +08:00
Cotes Chung
db9cfc270b
Fix code style issue
2021-12-02 21:32:26 +08:00
Cotes Chung
1c758cf4a2
Update related styles
2021-12-02 05:54:43 +08:00
Cotes Chung
833b6c9d5c
Hide the cursor of icons, images, and code snippets
...
Found on Windows with mouse
2021-12-02 05:51:30 +08:00
Cotes Chung
a34b77969f
Simplify the style of <a>
2021-12-02 05:51:30 +08:00
Cotes Chung
0bf7a8f1d9
Bump version to 4.3.4
2021-11-29 21:03:53 +08:00
Cotes Chung
b7cc22983f
Prevent multiple reserse-footnote from overlapping ( fix #439 )
2021-10-31 22:56:22 +08:00
Cotes Chung
b5c26fed08
Fix SCSS code style
2021-10-26 04:29:16 +08:00
Cotes Chung
406ed520cb
Bump version to 4.3.3
2021-10-20 06:28:49 +08:00
Cotes Chung
a5b8e7862b
Bump version to 4.3.2
2021-10-15 00:49:13 +08:00
Cotes Chung
9b0b7d7772
Bump version to 4.3.1
2021-10-01 18:48:42 +08:00
Cotes Chung
945e8d1953
Bump version to 4.3.0
2021-09-30 02:32:57 +08:00
Cotes Chung
77c2009658
Improve the layout of toc entries
2021-09-29 22:17:22 +08:00
Cotes Chung
9844b964a8
Improve the alignment of code block
2021-09-29 16:44:03 +08:00
Cotes Chung
063b2a6651
Prevent Disqus from jumping when page loading
2021-09-29 03:24:41 +08:00
Cotes Chung
e5df04dd59
Hide the scroll bar of code block when not hovering ( resolve #414 )
2021-09-29 03:24:41 +08:00
Cotes Chung
9e9278ce30
Fix code style of SCSS files
2021-09-24 15:35:44 +08:00
Cotes Chung
1ce350e33e
Beautify the style of categories button
2021-09-24 15:21:49 +08:00
Cotes Chung
50c88f7205
Prevent the back-to-top button from flickering when switching the theme mode
2021-09-24 15:21:49 +08:00
Cotes Chung
387fc67102
Improve the vertical alignment of icons
...
- sidebar bottom icons
- back to top icon
2021-09-24 15:21:49 +08:00
Cotes Chung
1bb54096f4
Improve the UX of clipboard button
2021-09-24 15:13:00 +08:00
Cotes Chung
abb548fcee
Change the icon & color of the code block header
2021-09-24 15:13:00 +08:00
Cotes Chung
ed93fbdfde
Covert the language alias on code header
2021-09-24 15:13:00 +08:00
Cotes Chung
4ad0a76789
Add label icon to code snippet header
2021-09-24 15:13:00 +08:00
Cotes Chung
395b24736a
Improve the layout of sidebar icons
2021-09-24 14:54:15 +08:00
Cotes Chung
fa0155de6f
Lighten the light mode color scheme
2021-09-23 20:39:16 +08:00
Cotes Chung
e5bf234835
Fix cursor for some buttons & links ( fix #411 )
2021-09-17 16:58:32 +08:00
Cotes Chung
1b16b152df
Optimize icon position
2021-09-16 17:56:12 +08:00
Cotes Chung
e607e5fe86
Restore the copy URL function that was deleted by mistake
2021-09-16 17:55:52 +08:00
Cotes Chung
d761d340a8
Bump version to 4.2.0
2021-09-16 01:40:38 +08:00
Cotes Chung
beabb36d7f
Add custom title to code block
2021-09-16 01:17:09 +08:00
Cotes Chung
53b0329e5a
Improve the clipboard UX
2021-09-15 14:57:59 +08:00
Cotes Chung
0267ad8d40
Move sass variables
2021-09-14 20:40:16 +08:00
Cotes Chung
c0b8c089c2
Custom the scrollbar on Webkit browsers
...
the default scrollbar on Windows looks like shit
2021-09-14 16:47:11 +08:00
Cotes Chung
20454e5a57
Add the feature of hiding line numbers
2021-09-13 22:26:17 +08:00
Cotes Chung
2537283beb
Add clipboard button to code block
2021-09-11 00:30:21 +08:00
Cotes Chung
7dc7a7efc8
Add code block header
2021-09-11 00:30:21 +08:00
Cotes Chung
6d07d4738b
Remove margin between list items
2021-08-26 21:10:57 +08:00
Cotes Chung
3c3598e8b1
Reduce SASS compressed blank lines
2021-08-09 19:39:43 +08:00
Cotes Chung
b7a483680e
Bump version to 4.1.0
2021-07-22 00:51:20 +08:00
Cotes Chung
0b29c0321f
Add layout localization
2021-07-21 23:50:16 +08:00
Cotes Chung
2e76300d04
Revert "Delete useless SCSS snippets"
...
This reverts commit ab8cef9174
.
2021-07-21 01:00:05 +08:00
Cotes Chung
ab8cef9174
Delete useless SCSS snippets
2021-07-19 17:53:44 +08:00
Cotes Chung
b3ff6c79a6
Ignore the variables hook in the site file
2021-07-17 13:26:29 +08:00
Cotes Chung
bea170cff0
Add fade in effect for lazy-loaded images
2021-07-11 15:05:18 +08:00
Cotes Chung
961ebb545b
Set the dollar sign of code snippets to non-selectable
2021-07-08 21:19:33 +08:00
Cotes Chung
c98a41317f
Add a hook for custom variables ( fix #355 )
2021-07-04 23:24:30 +08:00
Cotes Chung
65dbea9d3b
Prevent image caption shifting
...
Before the image tag modified by JS, the caption will shift
2021-07-03 05:11:11 +08:00
Cotes Chung
6d1d440c00
Preventing image reflow ( fix #351 )
2021-07-02 17:14:40 +08:00
Cotes Chung
3ecb59deb1
Bump version to 4.0.2
...
(cherry picked from commit a6d4db251fd8b5822e88bea3ccb1643a4af2cdff)
2021-06-23 23:02:55 +08:00
Cotes Chung
ab927e9954
Improve sidebar cursor position calculation ( fix #338 )
2021-05-27 01:05:01 +08:00
Cotes Chung
eb247b8886
Improve the paginator design for the mobile screens ( #331 )
2021-05-19 11:09:52 +08:00
Cotes Chung
4fa7c6af6e
Bump version to 4.0.1
...
(cherry picked from commit b887c439c6b83bb590dda09574202da133d21fe1)
2021-05-08 03:26:04 +08:00
Cotes Chung
cf7d8a45ba
Bump version to 4.0.0
...
(cherry picked from commit db82f71515de65db13abb4d6f95008343a234379)
2021-04-30 14:10:24 +08:00
Cotes Chung
6d254af55f
Simplify the favicons
2021-04-29 19:58:37 +08:00
Cotes Chung
a4dc39f70e
Center the mermaid SVG
2021-04-24 16:32:56 +08:00
Cotes Chung
84bb4d0c4b
Add image popup effect
2021-04-24 16:32:56 +08:00
Cotes Chung
d5407181a4
Add shadow effect option for images
2021-04-18 03:15:11 +08:00
Cotes Chung
4ed6988be3
Globally mark out image links
2021-04-17 15:00:21 +08:00
Cotes Chung
efd8d44b12
Improve the UI design
...
- Optimize the text color in light mode
- Stop iOS Safari input field zooming
- Uniform font size for posts
2021-04-13 16:51:49 +08:00
Cotes Chung
d720d0f66c
Bump version to 3.3.2
...
(cherry picked from commit 0b0e493ff024ee278d20bba056059aae9c0fac2d)
2021-04-11 01:39:27 +08:00
Cotes Chung
c1b8e28601
Fix links color in search results
2021-04-11 01:18:19 +08:00
Cotes Chung
991f53f8b2
Unify the text color in the panel
2021-04-06 02:32:53 +08:00
Cotes Chung
7a5ad10bdc
Optimize the responsive design for Pad devices
2021-04-06 02:32:53 +08:00
Cotes Chung
3b5441a1c2
Hide scrollbar of sidebar
2021-04-05 18:47:03 +08:00
Cotes Chung
49346fd3c6
Bump version to 3.3.1
...
(cherry picked from commit 0b043daa341acd446c4ea536498ac2f52c82329a)
2021-04-02 21:15:50 +08:00
Cotes Chung
dbe4c3d42f
Bump version to 3.3.0
...
(cherry picked from commit 41741dc3366d1af5f0da541d723860cb96eb27db)
2021-04-02 16:17:40 +08:00
Cotes Chung
834de0f02c
Optimize the typo color
2021-04-02 16:10:07 +08:00
Cotes Chung
89751c8e9f
Bump version to 3.2.2
...
(cherry picked from commit f78747d84126c5ca5078574604be8e95000309fa)
2021-03-04 15:04:14 +08:00
Cotes Chung
eae506113b
Fix the corners of the page navigation buttons of the latest/oldest post
2021-03-04 15:02:06 +08:00
Cotes Chung
d2bb423220
Change the order of post meta & improve timeago
2021-03-03 18:32:06 +08:00
Cotes Chung
efc8c60b5d
Fix image width in the list (when screen width is 768px)
2021-02-22 14:57:29 +08:00
Cotes Chung
3e79ad6300
Bump version to 3.2.1
...
(cherry picked from commit 125c23f19b561c9db9293fe9a3dc2052185643be)
2021-02-10 23:50:06 +08:00
Cotes Chung
273f2e152d
Restore the copy link button in the post sharing option
...
Affected version >= 3.0.3, <= 3.2.0
2021-02-10 23:48:26 +08:00
Cotes Chung
d0a23c21ee
Bump version to 3.2.0
...
(cherry picked from commit e13187cb1d82d71c6104fa1ecb93d5634590c164)
2021-02-10 21:27:18 +08:00
Cotes Chung
de7d2fab7c
Optimize the language badge position in code block
2021-02-10 21:15:58 +08:00
Cotes Chung
7e31ba4103
Improve the width of search results items ( fix #276 )
2021-02-05 22:13:44 +08:00
Cotes Chung
34b7a80a78
Bump version to 3.1.1
2021-02-05 02:05:55 +08:00