Commit Graph

1234 Commits

Author SHA1 Message Date
Aditya Telange e15621f499 style(header): reduce icon size for theme toggle buttons 2026-05-03 14:17:41 +05:30
Aditya Telange 8a1d813d2c style(header): add separator styling for nav 2026-05-03 14:17:41 +05:30
Aditya Telange 1e01e41de0 style(author): adjust indentation for better readability 2026-05-03 14:17:41 +05:30
Aditya Telange 153ed24afe style(breadcrumbs): add additional chevron icon for breadcrumb navigation 2026-05-03 14:17:41 +05:30
Aditya Telange 1027c7fc62 refactor(breadcrumbs): simplify breadcrumb generation using ancestors method 2026-05-03 14:17:40 +05:30
Aditya Telange 87de3fb024 Implement new template system added with Hugo v0.146.0 (#1858)
* feat(layouts): move all files in layouts/_default up to the layouts/ root.

* feat(layouts): rename layouts/partials folder to layouts/_partials

* feat(layouts): rename layouts/shortcodes folder to layouts/_shortcodes

* feat(taxonomy): add new taxonomy layout template

A template named taxonomy.html used to be a candidate for both Page kind term and taxonomy, now it’s only considered for taxonomy.
2026-05-02 21:25:30 +05:30
Aditya Telange 8af442a6a7 refactor(fastsearch): improve search initialization and result rendering
- refactored search index loading to use async/await for better readability
- improved result rendering logic to handle empty results and focus management
- added debounce to search input for performance optimization
- defined default options for Fuse.js to streamline configuration
2026-05-02 19:15:38 +05:30
Aditya Telange e457685198 ci(workflows): upgrade checkout and configuration actions to latest versions 2026-04-26 17:15:13 +05:30
Aditya Telange 809b67df8b style(header.css): enhance active menu item styling with underline effects 2026-04-26 17:15:13 +05:30
Aditya Telange 176670c077 style(fastsearch.js): improve search result item layout and add icons 2026-04-26 17:15:12 +05:30
Aditya Telange 57a82e48c9 style(search.css): refine search results styling and hover effects 2026-04-26 17:15:12 +05:30
Aditya Telange 2935f62cde style(post-entry): enhance hover effects and transition timing for entries 2026-04-26 17:15:12 +05:30
Aditya Telange 4d06cee5d6 style(terms.css): adjust gap and border-radius for consistency 2026-04-26 17:15:12 +05:30
Aditya Telange fbdafa5a11 style(post-entry): fix content gap variable for home info section 2026-04-26 17:15:12 +05:30
Aditya Telange c43b0d19b8 style(md-content): refine link styling and hover effects for consistency 2026-04-26 17:15:11 +05:30
Aditya Telange 5c076622e2 style(md-content): adjust table padding and border for improved layout 2026-04-26 17:15:11 +05:30
Aditya Telange 4a3e050bc3 style(post-entry): add border-radius to entry link for consistency 2026-04-26 17:15:11 +05:30
Aditya Telange fe946d57b3 style(list.html): update div class for post content 2026-04-26 17:15:11 +05:30
Aditya Telange 7dee1df343 style(md-content): adjust margins and paddings for better spacing 2026-04-26 17:15:10 +05:30
Aditya Telange 6533518403 style(header): simplify margin and padding for header navigation 2026-04-26 17:15:10 +05:30
Liam Cox f207ce6d58 Add eBird social icon svg (#1848) 2026-04-12 00:32:57 +05:30
Aditya Telange 35b4e39829 fix(header): correct logic for language and theme toggle visibility 2026-04-12 00:11:38 +05:30
Aditya Telange ec4eb885f2 fix(header): show language separator only if we have translations 2026-04-11 23:56:37 +05:30
Aditya Telange ee4cadecc5 style(header): enhance logo and theme switch layout for better alignment 2026-04-11 23:51:20 +05:30
Aditya Telange 9870ab3b40 style(header): adjust logo-switches visibility based on theme/lang toggle 2026-04-11 22:51:21 +05:30
Aditya Telange b6a1156b8b style(footer, md-content, post-entry): increase text-underline-offset for links 2026-04-11 22:22:53 +05:30
Aditya Telange 34c9e0a8ed style(audio): enhance audio element styling for better presentation 2026-04-11 21:30:18 +05:30
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 4fede693fd Adjust scroll threshold for top link visibility 2026-04-11 19:25:16 +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 7c29bf83e7 Update theme.toml for homepage and tag consistency
- Correct homepage URL
- Add missing tags and features
2026-04-11 14:39:16 +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 1b45b3f6a1 Update Go version to 1.16 in go.mod 2026-04-11 14:21:17 +05:30
Aditya Telange 67f02cdc85 Update Hugo version default to latest in gh-pages workflow 2026-04-11 14:14:10 +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 7ca348827e Update terms.html to use LinkTitle instead of Name 2026-04-11 13:07:30 +05:30
Aditya Telange 730ab0de35 Remove focus outline 0 from footer and search styles 2026-04-11 13:02:59 +05:30