Aditya Telange
c17406565e
Update footer styles for improved scroll-to-top button
...
- Adjust top-link padding and transition effects
- Replace SVG icon with a more detailed chevron design
2026-04-11 14:10:28 +05:30
Aditya Telange
adc2d0af81
Fix social icon padding in main and post-entry styles
2026-04-11 13:38:14 +05:30
Aditya Telange
96f8b27fd1
Update profile mode styles for improved spacing
...
- Change gap in profile_inner from 10px to 1rem
- Adjust button styles for consistent padding
2026-04-11 13:37:38 +05:30
Aditya Telange
fb9b5984fa
Enhance terms-tags styles for better layout and spacing
2026-04-11 13:12:06 +05:30
Aditya Telange
730ab0de35
Remove focus outline 0 from footer and search styles
2026-04-11 13:02:59 +05:30
Aditya Telange
8438531860
Remove scrollbar styles and related conditions from head.html
...
- Deprecates var `site.Params.assets.disableScrollBarStyle`
2026-04-11 12:41:03 +05:30
Aditya Telange
dd36eab662
Update home_info layout to use md-content class for entry content; adjust styles for improved consistency
2026-04-11 00:38:35 +05:30
Aditya Telange
58788790e0
Add styling for .post-content with color and margin properties
2026-04-11 00:33:48 +05:30
Aditya Telange
383696db85
Refactor CSS class names from .post-content to .md-content
2026-04-11 00:31:48 +05:30
Aditya Telange
f1b2dea280
Move md content styles to a dedicated CSS
2026-04-11 00:29:38 +05:30
Aditya Telange
a88ff686b3
Fix padding for the first social icon in the home info
2026-04-11 00:24:19 +05:30
Aditya Telange
38cf5f95b6
Add audio and video shortcodes with basic controls; enhance CSS for media elements
2026-04-11 00:05:00 +05:30
Aditya Telange
6585da7746
Update font size for h2 in first-entry header
2026-04-11 00:03:24 +05:30
Aditya Telange
6c5a8f6b05
Update LICENSE
...
Add current year 2026
2026-01-09 21:41:22 +05:30
Huang, Zhaoquan
b63c195a10
Use data-theme attribute for theme switching and set color-scheme ( #1808 )
...
- Update theme toggle and initialization scripts to set data-theme attribute
- Replace CSS selectors using .dark class with [data-theme="dark"] and
[data-theme="light"] attribute selectors
- Set CSS color-scheme variable alongside theme colors for better native
control appearance
- Removes redundant styles
---------
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com >
2025-10-26 18:51:50 +05:30
Aditya Telange
0abc19221a
fix(entry-cover): remove color property for link to enhance visibility
2025-09-28 00:45:50 +05:30
Aditya Telange
73f747f017
fix(toc): remove bottom margin for improved layout consistency
2025-09-27 00:15:58 +05:30
Aditya Telange
ed783f2342
fix(i18n_list): change display property to inline-flex coz it breaks when there are more than one translations
2025-09-27 00:09:19 +05:30
Aditya Telange
dfe2f63b61
fix(post_meta): update i18n_list display style for better alignment
2025-09-27 00:04:14 +05:30
Aditya Telange
008441da54
fix(post_content): add margin for improved spacing
2025-09-26 23:29:46 +05:30
Aditya Telange
8e06a8ab43
update margin properties for consistency in toc and footer
2025-09-21 19:21:54 +05:30
adam jones
b8cdf95eb2
Fix awkward wrapping in post metadata ( #1790 )
...
The previous shared styling applied flex layout to both `.post-meta` and
`.breadcrumbs`, causing awkward line breaks in post metadata where
separators and reading time would appear at the start of new lines.
This change keeps the shared color and font-size styling, but only
applies flex layout to `.breadcrumbs`. Post metadata (author, date,
reading time) uses the default block flow which handles inline content
with separators more naturally.
Fixes #1789
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-13 23:03:06 +05:30
Aditya Telange
5a4651783f
Fix breadcumb alignment in post-single
...
fixes : #1732
2025-05-24 10:28:29 +05:30
Aditya Telange
72615b6d49
Feat/improve cover image gen ( #1628 )
...
* Refactor cover.html
* Refactor 2
* Refactor 3
* Refactor 4
* Refactor 5
* add comments and refactor more
* Refactor cover.html to use <figcaption> for image captions
* Add comments and manage whitespace
* Remove pointer-event prevention from entry-cover image
2025-03-08 23:30:00 +05:30
Aditya Telange
9f1f414be8
Update LICENSE
...
Add current year 2025
2025-01-05 20:04:55 +05:30
Aditya Telange
3e53621007
Update PaperMod version to v8+ in license.css and license.js
2024-11-09 21:36:05 +05:30
Aditya Telange
3bb3cf5085
improve Toc
2024-06-22 00:10:02 +05:30
Aditya Telange
2a00f74b6b
Update LICENSE
...
Add current year 2024
2024-01-06 19:11:50 +05:30
Aditya Telange
045c08496d
Highlight.js -> Hugo's chromastyles ( #1364 )
...
* remove hljs
* rename var --hljs-bg to --code-block-bg
* bundle chroma-styles from css/includes/chroma-styles.css
* add compatibility fixes for papermod <-> chroma
* fix line-num and line padding and set width for line container to 100%
* After a lot of experimentation this compatiblity should work well
* fix inline line highlights not working
* Use catppuccin-macchiato as default theme with highlightStyle 'bg:#474733'
- hugo gen chromastyles --style catppuccin-macchiato --highlightStyle 'bg:#474733' > assets/css/includes/chroma-styles.css
2023-12-31 10:27:54 +05:30
Aditya Telange
69e5e085ab
improved profile mode spacing
2023-12-16 20:59:36 +05:30
Aditya Telange
f8e125c7ee
Add padding to social-icons for better tap sizing
2023-12-16 20:59:08 +05:30
Aditya Telange
60984fd136
Add icon for 'draft' posts
...
https://fonts.google.com/icons?selected=Material%20Symbols%20Outlined%3Aedit_note%3AFILL%400%3Bwght%40400%3BGRAD%400%3Bopsz%4048
LICENSE: https://developers.google.com/fonts/faq#can_i_use_any_font_in_a_commercial_product
2023-12-16 14:06:46 +05:30
Aditya Telange
28ec7a407d
Revert "Fix social icons extraneous margin"
...
This reverts commit 6864770ad4 .
2023-12-16 00:32:25 +05:30
Aditya Telange
705ebeb729
table styles update
...
- reduce margins
- rm reduced fontsize
2023-12-15 22:09:48 +05:30
Aditya Telange
6864770ad4
Fix social icons extraneous margin
2023-12-15 22:09:15 +05:30
Aditya Telange
e0fc64c43e
Optimize footer margins
2023-12-10 12:36:05 +05:30
Hiroshi Shimoju
eab731707a
fix: Prevent adjustments of font size after orientation changes in iOS ( #1285 )
...
The font size in the code block may be larger.
As shown below, the Reset CSS specifies `text-size-adjust: 100%`.
https://github.com/necolas/normalize.css/blob/fc091cce1534909334c1911709a39c22d406977b/normalize.css#L13
https://github.com/csstools/sanitize.css/blob/092d0d85922bfa72d28e9e8d25d80a5437c8df44/sanitize.css#L43
2023-08-12 13:26:08 +05:30
Hauke
2210bf20b3
change del element decoration to line-through ( #1181 )
...
According to caniuse.com only around 69% of mobile user and 22% desktop users use a browser that supports this element. Therefore this change uses text-decoration: line-through to archive the same effect across browsers.
2023-03-31 21:33:56 +05:30
Aditya Telange
25e5b4d298
Tag Release 7.0
2023-02-12 12:23:08 +05:30
Aditya Telange
8efba34fa9
Update License year
2023-02-12 12:21:40 +05:30
Aditya Telange
5ca2d29537
Fix multi-line anchor tags not highlighted/underlined.
...
fixes : #1107
2022-12-20 21:13:51 +05:30
Aniket Teredesai
77ffb308c3
Allow adding SVG in place of logo image ( #976 )
...
Usage =>
Params.label.iconSVG: "<your SVG as a string>"
2022-07-23 09:45:32 +05:30
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
0c71711332
Fix impact of 2b0a52a on horizontal blocks
2022-05-28 21:57:44 +05:30