summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2025-01-16feat(copy-code): To allow user to copy contents within code block to clipboardArun Mathai
fix(ui): corrections told by tomfran fix(ui): add more contrast to button. fix(ui): loading js as deferred
2024-11-18Increased max image height, heading anchor tag to monospaceFrancesco
2024-11-18Merge pull request #49 from runofthemillgeek/feat/heading-anchorsFrancesco Tomaselli
Add article heading anchors
2024-11-17Add width and height attrs for local imagesSangeeth Sudheer
Image render hook now computes width/height of local images and adds them as attributes. This patch also adds relevant CSS changes to prevent stretchy images. The main reason for this change is to avoid content shifts when images load. Without providing width/height, browser doesn't have info to know the aspect ratio to reserve some space until the image loads. With this change, browser knows the intrinsic size and aspect-ratio to reserve space and avoid content shifts in the page. I believe this also fixes an issue I face in Safari where sometimes, an image below the fold wouldn't load and thus have zero height because it has loading="lazy". To avoid images getting stretched and images overflow/filling the entire screen when their intrinsic size is larger than the container size, I've added some CSS. A configurable `max-height` is present which is used for `figure img` elements. This especially helps when you have tall images like mobile screenshots.
2024-11-17Add article heading anchorsSangeeth Sudheer
Adds heading anchors (#) that appear when user hovers over headings in articles. Clicking the anchor will scroll viewport until heading is aligned to top and update the address bar with the hash. This makes it easy to copy URLs that link to a specific heading in the article.
2024-10-30Add small to header pFrancesco
2024-10-29Add font-family fallback and optimize font loadingSangeeth Sudheer
Optimized font loading by adding `font-display: swap`. Additionally, moved font-family values into CSS variables.
2024-10-28Make header title a link to base URL (home page)Sangeeth Sudheer
This is a common pattern found in many sites. I've also added styling to remove the underline.
2024-07-07Updated quote CSSFrancesco
2024-06-29Color pallettes and hide header modeFrancesco
2024-06-24Pagination on single postsFrancesco
2024-06-09Added color palettesFrancesco
2024-05-23Blockquote cssFrancesco
2024-05-23Tables stylingFrancesco
2024-05-23Image tags for sizingFrancesco
2024-05-21MinorFrancesco
2024-05-21MinorFrancesco
2024-05-20Increased font to match Medium-like size, fixed code missing padding on scrollFrancesco
2024-05-19Secondary color, tweaked widthFrancesco
2024-05-16Back to top buttonFrancesco
2024-05-11MinorFrancesco
2024-05-11Breadcrumbs and tagsFrancesco
2024-05-06Breadcrumbs tmpFrancesco
2024-05-01CleanupFrancesco
2024-05-01Added custom cssFrancesco
2024-04-30Added list summaries configuration, tweaked social icons margin on mobileFrancesco
2024-04-29Fixed overflow on Katex for mobile, woff2 for LiterataFrancesco
2024-04-24MinorFrancesco
2024-04-23Theme UpdateFrancesco
2024-04-23Theme UpdateFrancesco
2024-04-23Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22Theme UpdateFrancesco
2024-04-22InitialFrancesco