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

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-24:bug: Re-add useLQIP to make it configurable, change navlogo default sizekdevo
2021-04-24:sparkles: Add auto-detection if blog is usedkdevo
2021-04-24:pencil: :recycle: Document exampleSite and adapt docskdevo
2021-04-23:wrench: :art: Add color theming with 3 theme optionskdevo
2021-04-23:sparkles: Add responsive logo image resizing, improve gallery imagekdevo
2021-04-23:zap: :fire: Clean-up JS, improve termynal defaultskdevo
2021-04-23:mag: Improve structured data generation build processkdevo
2021-04-23:zap: :fire: Cleanup HTML, improve dynamic section loadingkdevo
2021-04-14:bug: Fix mobile viewport bug, improve SCSS explicitnesskdevo
* mobile viewport bug is finally fixed (see comment in home.js) * add potential support for scrollbar styling (webkit specific)
2021-04-14:recycle: :zap: Rewrite JS, improve perf, add history to modalskdevo
* use rAF for DOM changes in scroll event for improved smoothness * refactor and clean up, improve consistency * UX: use history API for proper gallery history support * JS reduced to only 50% now vs master
2021-04-11:recycle: Enhance logo processing, refactor templateskdevo
2021-04-11:zap: Fine-tune JS, ensure ES 2015 compatibilitykdevo
* add appropriate target version for esbuild * remove unnecessary DOMContentLoaded * fix navbar logo click with closed * remove unneeded fallback variables for scrollPosition (theme only supports >=IE10) * add comments for clarification
2021-04-11:pencil2: Fix typo for i18n en noJsMsgkdevo
2021-04-11:bug: Keep logo aspect ratio, improve sane no-js behaviourkdevo
2021-04-11:boom: :wrench: Improve customizability for buttons and morekdevo
* allow custom buttons * change GitHub type handling (removed explicit gallery type "github", assume type if repo set instead) * fix onLogoClick() for easter egg support * only use new partial section from menu if it has an actual content page
2021-04-11:alembic: Enhance mobile compatibility, improve structurekdevo
* remove `$accent_color` and therewith also `.Site.Params.accentColor` * improve/add media queries at `$mobile-breakpoint` * slightly scaled up close button for modals
2021-04-11:recycle: Refactor layout, add mobile-breakpoint varkdevo
* extract from base to layout module * add mobile-breakpoint variable for referencing in max-width media queries * enhance transition of navbar-full
2021-04-11:bug: Re-implemented 'fix' for mobile address bar behaviorkdevo
* whacky mobile browser behavior makes it really hard to maintain a theme like this where the initial viewport is needed via `vh` unit * alternative would be to pass down "height: 100%" to the header DOM
2021-04-09:sparkles: :zap: Rewrite all templates, introduce asset-driven approachkdevo
* now featuring an asset-driven™️ approach via hugo pipes: * auto-resize any image on page * gets height and width of images to prevent CLS for smooth UX * render LQIPs automatically, inline them with Base64 if appropriate * all these options are configurable with sensible defaults * refactor config: breaking changes to increase content-driven advantages * social links in footer can now be ordered * allow to change gallery item `hoverColor` per gallery item * validate auto-generated structured data by unmarshalling it after render * fix html redirects to proper gallery (item) anchor link * generic template improvements (e.g. properly use `range` unpacking) * separate `partial/sections` directory as a first step towards mod system * add warning if Basin URL is missing and contact form is enabled * no-script friendly: fallback to sane display in case of disabled JS * add `bg lazyload` class to header class to allow optional background * change referrer to stricter policy * add open graph height/width * removed not needed tags * fixed invalid icon usages * increased readability of templates by making use of line breaks * improve spotify and img shortcodes to utilize lazySizes if enabled
2021-04-09:recycle: :zap: Restructure and fine-tune SCSS, add lazy-bgkdevo
* use stripped version of flexboxgrid (leads to 38% reduced CSS) * extract SCSS from main to other modules for better readability * add amazing background option with auto-generated LQIP placeholder * slightly increased modal and modal header image size * prepare to allow sectionizing of gallery in markup
2021-04-05:fire: Strip flexbox grid for used classes onlykdevo
2021-04-05:lipstick: Add animations for blur-up LQIP and logokdevo
2021-04-05:speech_balloon: Upate and sync i18n textskdevo
2021-04-05:arrow_up: Update lazySizes to v5.3.2 (fix CVE)kdevo
2021-04-05:recycle: :zap: Restructure and clean-up JSkdevo
- Fix scroll spy bug: error occured under certain conditions at page's top - Separate scroll-spy stuff to home.js - Inline JS for more speed - Use only minimal JS needed for blog - Enhance minification via js.Build (ESBuild) instead of plain minify
2021-03-28:recycle: Made handleNavBar call explicitkdevo
2021-03-28:pencil: Add note for restoring Osprey stylekdevo
- closes #8 by adding an example scss snippet to the theme's custom scss showing how to restore the original Osprey about section text aligning
2021-03-28:lipstick: Add outline to form inputs, extract scsskdevo
- extracted relevant rules to _form.scss - added outline in accent color - only allow vertical text area resizing to prevent horizontal overflow
2021-03-28:bug: Provide defaults for termynal.js if enabledkdevo
- closes #7 by always providing terminal.json - moved terminal.json from example site to theme - utilize hugo's overlay fs for data directory
2021-03-28:bug: Change contact form text and iconskdevo
2021-03-28:bug: Fix error when Params.Contact.select disabledkdevo
- closes #9 by adding a template check for this case - properly show contact form error message - prevent contact form from resetting on error - inline some former variables within XMLHttpRequest's data
2021-03-21:wrench: Add cfg option for auto resize gallery itemskdevo
2021-03-14:bug: Fix custom linkKai Dinghofer
2021-03-14:bug: Convert strings to string arraysKai Dinghofer
2021-03-14:sparkles: Add funding options for supporting this!Kai Dinghofer
2021-03-14:sparkles: Add new shortcodes (img and spotify)kdevo
2021-03-14:zap: Improve newer auto-resizing featurekdevo
2021-03-14:lipstick: Add arrow icon to "View All" link for blogkdevo
2021-03-14:pencil: Improve docs within config filekdevo
2021-03-14:lipstick: Slighly improve SCSS and restructurekdevo
2021-03-13:bug: Fix modal id for scroll-jump to gallery boxkdevo
2021-03-13:bug: Fix icon name for contactkdevo
2021-03-13:fire: Remove falsely tracked _gen fileskdevo
2021-03-13:bug: Fix exampleSite due to deprecated IG APIkdevo
2021-03-13:bug: Fix icon usages due to changed nameskdevo
2021-03-13:bug: Repair and cleanup blog SCSSkdevo
2021-03-13:recycle: Revise and add missing social iconskdevo
2021-03-10:recycle: Refactor gallery-related partialskdevo
2021-03-10:recycle: Modularize typesettingkdevo
2021-03-10:arrow_up: :zap: Update flexboxgridkdevo