Skip to content

Instantly share code, notes, and snippets.

View klich3's full-sized avatar
🖐️

Anton Sychev klich3

🖐️
View GitHub Profile
@klich3
klich3 / How to setup GPG for git.md
Created August 8, 2024 19:19 — forked from johnwgillis/How to setup GPG for git.md
How to setup GPG for signing commits with Git, SourceTree, and GitHub on Mac

How to setup GPG for signing commits with Git, SourceTree, and GitHub on Mac

  1. Install GPG tools
    1. Install GPG tools and setup pin entry by running:
    brew install gnupg pinentry-mac
    mkdir -m 700 -p ~/.gnupg
    echo "pinentry-program /usr/local/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf
    killall gpg-agent
    
@klich3
klich3 / how-to-webflow-cms-to-slider.md
Last active April 10, 2025 11:27
How To in WEBFLOW CMS Collection to Slider on Mobile version

In WEBFLOW We copy content from a CMS into a Slider

It is copied automatically, we create 20 slides or more if necessary, once the content is copied the remaining unused slides will be deleted. This way differs with Div which has to have custom attribute too-slider-container=<complex_name> which wraps the CMS and Slider so that on the same page there can be several sliders.

  1. Create CMS component
    1. Add internal component linking to CMS entries
    2. in the container-grid we add custom attribute too-slider-source=container
    3. in the collection item we add custom attribute too-slider-source=item
  2. Creamos Slider