Skip to content

Instantly share code, notes, and snippets.

@sidrodev
sidrodev / README.md
Created December 14, 2023 00:05 — forked from nordineb/README.md
Windows Server Core Survival Guide

Set the keyboard layout

CHCP 65001
Import-Module International
powercfg -h off
powershell Set-WinUserLanguageList -LanguageList Nb-no -Force
Set-Culture nb-NO
&tzutil.exe /s "Romance Standard Time"
@sidrodev
sidrodev / variant-images.liquid
Created April 14, 2021 19:01 — forked from wickcreative/variant-images.liquid
Photo Variant Alt Build
{%- assign option_index = 'option1' -%}
{%- assign image_matrix = '[ ' -%}
{%- assign image_grid__default = '' -%}
{% for option in product.options_with_values %}
{%- assign option_lowercase = option | downcase -%}
{% if option.name == 'color' %}
{% capture option_index %}option{{ forloop.index }}{% endcapture %}
{% break %}
{% endif %}
{% endfor %}