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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets/js
AgeCommit message (Collapse)Author
2023-12-18Bump stuff and add translationsHEADmasterRaphael Aguiar
* Bump KaTeX from 0.16.4 to 0.16.9 * Bump Fuse from 6.6.2 to 7.0.0 * Update notes about contributions * Restore Ukranian translation * Add German translation
2022-06-04Overhaul image processing and other changesRaphael Aguiar
* Get rid of every single `.Scratch` * Bump KaTeX from 0.15.3 to 0.15.6 * Bump Fuse from 6.5.3 to 6.6.2 * Add cache busting to search indexes * Improve search results in general * Overhaul image processing * By default, use `webp` as an extra image format conditionally (Hugo 0.83+) * Other minor changes
2022-03-16Bundle SVGs and a bunch of minor changes and fixesRaphael Aguiar
* Bundle SVGs * Bump KaTeX from 0.15.2 to 0.15.3 * Use ESBuild conditionally (Hugo 0.74+) * A bunch of minor changes and fixes
2022-02-26Bump Fuse.js, KaTeX and minor changesRaphael Aguiar
* Bump Fuse.js from 6.4.6 to 6.5.3 * Bump KaTeX from 0.15.1 to 0.15.2 * Other minor changes
2021-07-16Improve security and speed, remove example site and other changesRaphael Aguiar
* Remove inline style and script tags (to allow strict CSP) * Remove innerHTML from scripts (to allow strict CSP) * Remove example site (exampleSite) * Bump KaTeX from 0.12.0 to 0.13.11 * Make KaTeX auto-render extension configuration easier * Change the default accent colors * Update some showcase images * Other minor changes
2020-08-13Add ignoreSystemSettings and minor changesRaphael Aguiar
* Add ignoreSystemSettings config param to fix #1 * Add social profiles: Snapchat and XING * Other minor changes
2020-08-10Minor improvement to a11y, caching and minor changesrmaguiar
2020-08-06Improve i18n organization and minor changesrmaguiar
* Improve i18n organization * Remove the possibility to configure social and contact form shortcodes per page * Other minor changes
2020-07-29Upgrade Fuse.js to 6.4.1 and minor changesrmaguiar
2020-07-18Use SVG files as inline elements and minor changesrmaguiar
* Change: Use SVG files as inline elements * Improve assets organization * Improve accessibility on search layout * Reduce Scratch usage by using a data file and dict function * Other minor changes
2020-07-15Add basic search functionality via Fuse.js and minor changesrmaguiar
2020-07-13Fix social meta tags and minor changesrmaguiar
* Fix twitter meta tags * Fix rel=me links at the <head> * Fix structured data sameAs * Add Funkwhale, PixelFed, Riot.im and SoundCloud * Other minor changes
2020-06-26Add default accent colors and update use of ScratchRaphael Aguiar
* Add default accent colors, because the user shouldn't be obliged to set these params to see the theme working as intended * Update use of Scratch. Some scopes were unnecessary and there were also some repetitions * Minor change to the JS. Add KaTeX-related JS to the KaTeX partial * Update color-picker.png to reflect the accent color changes * Remove some outdated comments
2020-06-22Initial commitRaphael Aguiar