Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Expand)Author
2022-09-02Use Nullish Coalescing Operator with Fastsearch (#1033)bentonw414
2022-08-20Fix Code Smell: Unexpected var, use let or const instead.Aditya Telange
2022-07-23Allow adding SVG in place of logo image (#976)Aniket Teredesai
2022-07-09Fix Profile Mode imageTitle missingAditya Telange
2022-07-08Add inTextImg shortcodeAditya Telange
2022-07-08Simplify share-buttons svgAditya Telange
2022-07-08Remove share-buttons svg animationAditya Telange
2022-07-08Simplify theme-toggle svg heightAditya Telange
2022-06-03Seperate scroll-bar customization into seperate stylesheetAditya Telange
2022-05-29Add license text for PaperMod in resourcesAditya Telange
2022-05-29Update `fuse.js` v6.5.3 to v6.6.2 basicAditya Telange
2022-05-28Fix impact of 2b0a52a on horizontal blocksAditya Telange
2022-05-28Fix scroll bar appearance in SafariAditya Telange
2022-04-30Add RSS button to `Section` and `Term` pages.Aditya Telange
2022-04-23Fix line nums in code block alignment in rtl languagesAditya Telange
2022-04-19Set `<hr>`'s border to 0 (#870)Sebastien
2022-03-12Fix `pre` getting a dark backgroundAditya Telange
2022-03-11Revert "Fix `pre` getting a dark background"Aditya Telange
2022-03-11Fix `pre` getting a dark backgroundAditya Telange
2022-02-05Update `fuse.js` v6.4.6 to v6.5.3 basicAditya Telange
2022-02-05Rename fuse.js -> fuse.basic.min.jsAditya Telange
2021-11-20Prevent `code-copy` btn and `anchored` headings from getting selectedAditya Telange
2021-10-30Fix `params.fuseOpts` being ignored by Fuse.jsAditya Telange
2021-10-22Fix code line highlighting (#575)Johnny Metz
2021-09-20Converts colour values from `rgba`/`hex` to `rgb` (#560)Aditya Telange
2021-09-04Reduce Cognitive Complexity of fastsearch.js (#554)Aditya Telange
2021-09-04Refine `[draft]` tag displayAditya Telange
2021-09-02Fix title(entry-header) line height in regular modeAditya Telange
2021-08-22Add width and height attributes to cover images (#519)Ian GrĂ¼nig
2021-08-02Fix image margin too close to textAditya Telange
2021-06-11Better way of centering profile modeAditya Telange
2021-06-11Fix extra padding in footer 70px -> 60pxAditya Telange
2021-06-11Apply prettier to cssAditya Telange
2021-06-11Add missing semicolons in CSS files (#408)Kian Kasad
2021-06-10Use default code font-familyAditya Telange
2021-05-01Use less space in footer for 'Powered by' strings;Aditya Telange
2021-04-24Add margin below figureAditya Telange
2021-04-16Add checks for adding the copy button in code-blocksAditya Telange
2021-04-10Add copy button to copy code block contents (#345)Kian Kasad
2021-04-09Fix focus ghosting in search results O_oAditya Telange
2021-04-09Fix results being searched before index building;Aditya Telange
2021-04-09Use js.Build to fetch fuseOpts;Aditya Telange
2021-03-27[BREAKING] Split-up css into sub-parts (#317)Aditya Telange
2021-03-22Refactor media queriesAditya Telange
2021-03-22fix more reduced motion in search ResultsAditya Telange
2021-03-19fix reduced motion in search ResultsAditya Telange
2021-03-19Fix code block wraps on Safari (#298)gsh3ll
2021-02-22Add 'align' option to figure shortcode (#256)Kian Kasad
2021-02-20rework design of image captions in figure shortcode (#247)Kian Kasad
2021-02-12hide theme-toggle focus outlineAditya Telange