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

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-30Small screen mode applies more broadlyHEADmainKarl
Changes small screen max-height to 500 px (seems more reasonable), puts nav buttons on top, and makes text less prominent on small screen
2022-10-22Looking at img on a page no longer changes historyKarl
2022-10-22Improve mobile horizontal view - close #51Karl
I found a feature in the lightbox that makes horizontal mode viewing much more bearable. I recommended a documentation fix to the lightbox to document that mode for others...
2022-10-22Fix part 1 of bug #51Karl
The bug seems to be caused by, when magnific popup detects that the browser is mobile, it changes the lightbox from fixed positioning to absolute, and it sets the top offset based on current scroll position. But now - with the URL changing to reflect the link to the current image displayed, the browser changes its scroll as the user changes image. And - magnific doesn't recompute the top offset. I'm not sure why magnific feels like it needs to change away from fixed positioning - it has code that handles IE 7 and other very old browsers though, so I think it's to handle old browser. I'm not concerned with browsers more than about a year old, and fixed positioning on mobile browsers has worked well much longer than that. I hope this fix doesn't create an additional bug, but in some quick testing I don't see other bugs.
2022-10-17Updated resources for some reasonKarl
2022-10-17Update head.htmlmekr
2022-10-17Update head.htmlmekr
2022-10-17Update config.tomlmekr
Update example site
2022-10-17Update config.tomlmekr
Update example site
2022-10-17Update footer.htmlmekr
Change realEmail to formspreeID
2022-10-17Small missing quote, oops!Karl
2022-10-17Change loading detection for mobile bugKarl
2022-10-16Update jqueryKarl
2022-10-16Remove skel.jsKarl
2022-10-16Remove this touch use of skel-I think its not usedKarl
2022-10-16Remove JS for very old versions of IEKarl
2022-10-16Move the copyright line so skel is less-neededKarl
2022-05-23Fix issue #43Karl
2022-05-23Add a "no full image resize" option - issue #39Karl
2022-05-23Temp - set max_width on galleriesKarl
2022-05-23Remove unused lineKarl
2022-05-23Set weights in archetype to simplify setting themKarl
2022-05-23bug fix: unmatched div when download is disabledSylvia
2022-05-22Used minimization code & hugo paths for user.cssKarl
This changes the way custom user CSS can be added - it lets the user create an assets/css/user.css file that overrides the theme version of the same file, and it includes that user.css in during the normal css minimization step
2022-03-19added custom css example to other example siteGordon Byers
2022-03-19added sample for custom_css to examplesiteGordon Byers
2022-03-19added custom css supportGordonby
2022-03-07Apply build workflow to main onlyKarl
2022-03-07Add an advanced feature to change resize behaviorKarl
Added the "Fit" resize method as an option, to respond to issue #35
2022-03-06Interpret photo descriptions as markdownKarl
Provides a way to accomplish issue #36
2021-12-20Add handling for EXIF orientation rotationKarl
2021-11-15Fix linking for sites not located directly at /Karl
2021-11-15Fix workflow for new branch nameKarl
2021-11-15Add support for tags and categoriesKarl
2021-11-12Add option to download the original imageKarl
2021-11-12Document full and thumb size advanced featureKarl
2021-11-12Add back the image_number versionKarl
2021-11-12use filename hash, not index, to reference images in detail viewSylvia
2021-11-12Simplify the logicKarl
2021-11-12Allow to overwrite resize logic to support restriction by height (makes more ↵Sylvia
sense for row based layouts).
2021-11-12By-weight sort no longer requires an optionKarl
2021-11-12Only search folder, not subfolders, for archetypeKarl
2021-11-11Document some caveatsSylvia
Feeble attempt to explain the weirdness of .Sections.ByWeight when it comes to null/0 values in weights
2021-11-11Optionally add default weights to front matterSylvia
Providing default weights for those of us who choose to control the order manually.
2021-11-11Add support for optional manual sortingSylvia
This change won't affect the default sorting behavior (sections oldest first, resources by file name) but allows to overwrite the order with custom weights.
2021-09-13Fix another zero .File warningKarl
2021-09-13Allow building the demo site on push to branchKarl
We want to see changes to cur_ver_release on the demo site. Not a 100% great choice here - but, I want to get some test feedback in a way that will work with facebook & twitter.
2021-09-13Implement twitter and og change with new templateKarl
Refactor out the albumthumb selection so we can reuse it to select images for opengraph and twitter_cards, then modify the internal opengraph and twitter_card templates so they reflect the same design decisions in the head template and so they use the right image (some code is duplicative still but...)
2021-09-07Remove some legacy code. Imagepath calculation with path.join is not longer ↵Sylvia
needed here.
2021-09-07Add twitter and og image preview iff no explicit images param is specified ↵Sylvia
and albumthumb is set. If the images parameter does exist, the internal templates will do the right thing.