Commit Graph

239 Commits

Author SHA1 Message Date
Wonderfall
56560e3a03 make the progress bar disappear near the bottom 2022-07-29 01:59:55 +02:00
Wonderfall
13876beb0a add progressbar 2022-07-29 00:07:11 +02:00
Wonderfall
0a140a1a12 update scrollbar 2022-07-28 16:58:39 +02:00
Wonderfall
0dda1aeaa1 improve ToC height responsiveness 2022-07-28 16:37:20 +02:00
Wonderfall
b79f84fff6 fix screen detection 2022-07-28 03:53:18 +02:00
Wonderfall
d0734456ca fix js 2022-07-28 03:34:52 +02:00
Wonderfall
b9e4f627cc open toc on wide displays 2022-07-28 03:17:31 +02:00
Wonderfall
dfe6ecc550 few CSS tweaks 2022-07-28 02:44:46 +02:00
Wonderfall
01fb4fad08 show pointer for menu 2022-07-25 19:09:26 +02:00
Wonderfall
705ff19890 add close button for menu 2022-07-25 17:49:52 +02:00
Wonderfall
41f827f1d5 refine menu css 2022-07-25 06:32:59 +02:00
Wonderfall
b33b96873f adjust menu css 2022-07-25 06:17:33 +02:00
Wonderfall
6c8e3ef699 fix menu 2022-07-25 06:10:26 +02:00
Wonderfall
723ac4f5c6 add responsive menu 2022-07-25 06:08:07 +02:00
Wonderfall
5737f8613c small js change 2022-07-25 01:41:59 +02:00
Wonderfall
d08880dd9b update share-buttons 2022-07-24 03:39:14 +02:00
Wonderfall
230360552b add toc side support 2022-07-24 03:12:49 +02:00
Wonderfall
78dc2698cb update chroma css 2022-07-24 01:57:13 +02:00
Wonderfall
8411411a67 built-in Chroma 2022-07-24 01:39:42 +02:00
Wonderfall
2528906a38 Remove inline JS 2022-07-23 04:15:25 +02:00
Aditya Telange
c0b7ea5f4b
Fix Profile Mode imageTitle missing
fixes: #945
2022-07-09 20:09:32 +05:30
Aditya Telange
e3c30b4e41
Add inTextImg shortcode
Allows adding in-line-text images

usage in page.md =>
This image is inlined {{< inTextImg.html url="image.png" >}} here.

optional args:
- height
- alt
2022-07-08 20:28:38 +05:30
Aditya Telange
d5b780720d
Simplify share-buttons svg 2022-07-08 20:28:22 +05:30
Aditya Telange
6ebeb20bdb
Remove share-buttons svg animation 2022-07-08 20:28:05 +05:30
Aditya Telange
5f280c5df2
Simplify theme-toggle svg height 2022-07-08 20:27:40 +05:30
Aditya Telange
0ed246d47d
Seperate scroll-bar customization into seperate stylesheet 2022-06-03 18:32:09 +05:30
Aditya Telange
a4b20f0f4d
Add license text for PaperMod in resources 2022-05-29 11:11:26 +05:30
Aditya Telange
57dd5404d3
Update fuse.js v6.5.3 to v6.6.2 basic
- https://github.com/krisk/Fuse/releases/tag/v6.6.2
2022-05-29 10:32:27 +05:30
Aditya Telange
0c71711332
Fix impact of 2b0a52a on horizontal blocks 2022-05-28 21:57:44 +05:30
Aditya Telange
2b0a52ab25
Fix scroll bar appearance in Safari
Ref: https://github.com/adityatelange/hugo-PaperMod/issues/654#issuecomment-1015819905

fixes: #654
2022-05-28 21:53:12 +05:30
Aditya Telange
44f5970db2
Add RSS button to Section and Term pages.
Usage =>
Params:
  ShowRssButtonInSectionTermList: true

---
ShowRssButtonInSectionTermList: false
---
2022-04-30 07:42:51 +05:30
Aditya Telange
8671af6e0c
Fix line nums in code block alignment in rtl languages 2022-04-23 08:27:05 +05:30
Sebastien
a55b9517dc
Set <hr>'s border to 0 (#870)
* Updated post-single.css to set hr's border to 0

* cleanup

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
2022-04-19 19:46:11 +05:30
Aditya Telange
80928d9f23
Fix pre getting a dark background
fixes: #723
2022-03-12 19:33:29 +05:30
Aditya Telange
912eddde0a
Revert "Fix pre getting a dark background"
This reverts commit 15b984bd21.
2022-03-11 20:32:06 +05:30
Aditya Telange
15b984bd21
Fix pre getting a dark background
fixes: #723
2022-03-11 19:32:37 +05:30
Aditya Telange
81ddc76efb
Update fuse.js v6.4.6 to v6.5.3 basic
- https://github.com/krisk/Fuse/releases/tag/v6.5.3
2022-02-05 17:54:35 +05:30
Aditya Telange
c9f7c54ae6
Rename fuse.js -> fuse.basic.min.js
- denoting we are using basic version
2022-02-05 17:54:24 +05:30
Aditya Telange
386d845782
Prevent code-copy btn and anchored headings from getting selected 2021-11-20 18:32:25 +05:30
Aditya Telange
d81b87938b
Fix params.fuseOpts being ignored by Fuse.js
by implementing a map of lower case to camel case parameters

fixes: #556
2021-10-30 13:42:38 +05:30
Johnny Metz
60cbb311b7
Fix code line highlighting (#575) 2021-10-22 20:19:34 +05:30
Aditya Telange
7c930ee4ea
Converts colour values from rgba/hex to rgb (#560)
- Except for code-copy btn
- Emojis were affected by theme opacity values, fixes: #557
2021-09-20 21:08:44 +05:30
Aditya Telange
d76bc91ed0
Reduce Cognitive Complexity of fastsearch.js (#554) 2021-09-04 15:44:22 +05:30
Aditya Telange
7072a79f71
Refine [draft] tag display 2021-09-04 12:03:12 +05:30
Aditya Telange
2aad433ae5
Fix title(entry-header) line height in regular mode
fixes: #527
2021-09-02 20:41:54 +05:30
Ian Grünig
dcbe6277bb
Add width and height attributes to cover images (#519)
- Ensures that the browser can allocate the correct amount of space in the document while the image is loading.
- Reduces CLS #499
2021-08-22 11:45:28 +05:30
Aditya Telange
129b5bd063 Fix image margin too close to text 2021-08-02 16:14:40 +05:30
Aditya Telange
d35056c664
Better way of centering profile mode 2021-06-11 18:34:18 +05:30
Aditya Telange
726894ba29
Fix extra padding in footer 70px -> 60px
- because of var(--gap) decrease
- calc 10px less for mobile padding (24px - 14px = 10px)
2021-06-11 17:58:36 +05:30
Aditya Telange
df544469c9
Apply prettier to css 2021-06-11 13:34:55 +05:30