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
2022-04-30Merge branch 'master' into devKai Dinghofer
2022-04-30fix(layouts): custom section renderingkdevo
- fix custom section rendering when just using config.yaml - add warning when no matching page found but configured in menu
2022-04-30fix(sections): remove formspree URL from contact formkdevo
Although not a bug, it lead to confusion multiple times, see e.g.: - https://github.com/kdevo/osprey-delight/issues/28 - https://github.com/kdevo/osprey-delight/pull/20 Closes #28.
2022-04-30feat(mod): add release-notify modulekdevo
- notifies user whenever a new theme version exists online - add new config option `notifyOnNewThemeVersion`
2022-04-25fix(layouts/partials): nil pointer .Params.Socialkdevo
2022-04-11fix for github projects with empty license api fieldIngo Breßler
2021-12-02feat(shortcodes/term): refine termynal shortcodekdevo
- allow using YAML as inner instead of putting complicated raw HTML into the content file
2021-12-02docs(partials/contact): add honeypot explanationkdevo
- contributes fixing #23 for improving docs
2021-12-02fix(partials/blog): use site func for global accesskdevo
2021-12-02fix(partials/modals): emojify GitHub project descriptionskdevo
2021-11-01fix(icons): rename "mail" to "contact" for easier identificationkdevo
2021-10-31feat(partials): use hugo-mods/lazyimg for improved imageskdevo
* use https://github.com/hugo-mods/lazyimg under the hood for `logoSmall`, `logoBig`, `background` and gallery images * allow rendering as webp with fallback for gallery and logo * add responsive background images via media queries * config: add `renderer` and `resizer` for `Image` section (delegated to lazyimg module) * breaking: remove "lazysizes.min.js" (lazyimg provides own) * breaking(config): remove static image fallback when no asset is found for `logoSmall`, `logoBig`, `background` and gallery images * breaking(config): remove `useLazySizes`; always true now * breaking(config): remove `Image.useLQIP`; use `renderer` instead * breaking: remove `img` shortcode; use `lazyimg` instead
2021-05-15:recycle: Improve img shortcode configurabilitykdevo
- use named params and add 'div' config option - make it possible to wrap img (e.g. in bootstrap image carousel) - improve responsiveness by using the appropriate inline style
2021-05-04:fire: Remove obsolete visit GitHub link shortcodekdevo
2021-05-04:wrench: Allow page-local gallery `resizeOptions`kdevo
2021-05-04:sparkles: Switch to SVG icon system using hugo-mod-iconskdevo
* add icons.yaml config file to easily manage the icons and names * refactor every icon usage * adjust CSS rules, make use of currentColor * remove old fontello-generated icon font
2021-04-24:rewind: Backport previously deleted 'linkView' and 'linkCode'kdevo
2021-04-24:bug: Re-add useLQIP to make it configurable, change navlogo default sizekdevo
2021-04-23:sparkles: Add responsive logo image resizing, improve gallery imagekdevo
2021-04-23:zap: :fire: Cleanup HTML, improve dynamic section loadingkdevo
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: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-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-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:bug: Change contact form text and iconskdevo
2021-03-21:wrench: Add cfg option for auto resize gallery itemskdevo
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-13:bug: Fix modal id for scroll-jump to gallery boxkdevo
2021-03-13:bug: Fix icon name for contactkdevo
2021-03-13:bug: Fix icon usages due to changed nameskdevo
2021-03-10:recycle: Refactor gallery-related partialskdevo
2020-09-24:sparkles: Add option to include custom HTMLkdevo
2020-08-27:zap: First attempts with the new js.Build (0.75)kdevo
2020-08-27:bug: Only enable Disqus when neededkdevo
2020-08-08:wrench: Improved tagline customizabilitykdevo
New option in config.toml: mdTagline
2020-07-12:pencil: Add warning for XOR feature optskdevo
2020-07-12:lipstick: Improve UX and consistencykdevo
2020-07-12:sparkles: Re-add blog as optional modulekdevo
2020-07-11:recycle: :sparkles: Refactor and introduce gallery item image processingkdevo
2020-06-11:recycle: Refactor to gallery-box partialkdevo
2020-06-11:bug: Fix invalid GitHub stargazer URLkdevo
2020-06-11:lipstick: Imrpove footer iconskdevo
2019-12-10:sparkles: Prepare for first beta releasekdevo
2019-11-24:tada: Initial commit of Osprey Delightkdevo