Commit Graph

278 Commits

Author SHA1 Message Date
Aditya Telange 437fa67355 style(post-single): update link styles for post-meta 2026-04-11 21:17:12 +05:30
Aditya Telange 4ecb141461 style(entry-cover): enhance layout with border-radius and gap 2026-04-11 21:12:52 +05:30
Aditya Telange e26cb4ae9a style(md-content): adjust code element padding and border-radius 2026-04-11 21:11:09 +05:30
Aditya Telange 5688e87f66 style(footer, md-content, post-entry, post-single): update link styles for better visibility 2026-04-11 21:06:05 +05:30
Aditya Telange 8739b2f73b style(paginav): improve layout and spacing for navigation links 2026-04-11 20:53:16 +05:30
Aditya Telange 86ed1c47bc style(md-content): update margin and border-radius for consistency 2026-04-11 20:34:31 +05:30
Aditya Telange 08f945d386 style(post-single): adjust margin for post title, description and meta 2026-04-11 20:34:19 +05:30
Aditya Telange a3b58b9e95 style(breadcrumbs): update markup to use <nav> for improved semantics and add SVG seperator 2026-04-11 20:12:11 +05:30
Aditya Telange 1d9e109808 style(header): rename .nav to .header-nav for semantic consistency 2026-04-11 20:03:15 +05:30
Aditya Telange c4543e32f0 Adjust blockquote styling 2026-04-11 19:32:40 +05:30
Aditya Telange 31185b01d5 Refactor top-link visibility and positioning in footer
- Update CSS for top-link to use rem units
- Modify HTML to include 'hidden' class for initial state
- Adjust JavaScript to toggle visibility using class
2026-04-11 19:19:49 +05:30
Aditya Telange e8b88d4e72 Improve table of contents
- Convert the `.toc` class to a `<details>` element
- Update styles for improved accessibility and interaction
2026-04-11 17:56:08 +05:30
Aditya Telange a05b477340 Refactor CSS class names for consistency and clarity
- Update selectors from IDs to classes in header, search, and zmedia styles.
- Ensure consistent usage of class names across relevant files.
2026-04-11 14:31:33 +05:30
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
Aditya Telange 4c50ed8bfa Update fuse.js v6.6.2 to v7.0.0 basic 2023-11-11 12:08:18 +05:30