diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml new file mode 100644 index 000000000..c65274626 --- /dev/null +++ b/.github/workflows/blank.yml @@ -0,0 +1,17 @@ +name: Theme CI + +on: + push: + branches: [ "main" ] + workflow_dispatch: + +jobs: + check-theme: + runs-on: ubuntu-latest + + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Theme ready + run: echo "Theme repository is ready ✅" diff --git a/sections/sections/roza-hero.liquid b/sections/sections/roza-hero.liquid new file mode 100644 index 000000000..02ae66e7b --- /dev/null +++ b/sections/sections/roza-hero.liquid @@ -0,0 +1,29 @@ +
+

{{ section.settings.title }}

+

{{ section.settings.subtitle }}

+
+ +{% schema %} +{ + "name": "Roza Hero", + "settings": [ + { + "type": "text", + "id": "title", + "label": "العنوان", + "default": "مرحبا بك في متجر روزا" + }, + { + "type": "text", + "id": "subtitle", + "label": "الوصف", + "default": "نقدم لك ثيمات احترافية وتجربة تسوق مميزة" + } + ], + "presets": [ + { + "name": "Roza Hero Section" + } + ] +} +{% endschema %} diff --git a/sections/sections/roza-hero.liquid mk b/sections/sections/roza-hero.liquid mk new file mode 100644 index 000000000..02ae66e7b --- /dev/null +++ b/sections/sections/roza-hero.liquid mk @@ -0,0 +1,29 @@ +
+

{{ section.settings.title }}

+

{{ section.settings.subtitle }}

+
+ +{% schema %} +{ + "name": "Roza Hero", + "settings": [ + { + "type": "text", + "id": "title", + "label": "العنوان", + "default": "مرحبا بك في متجر روزا" + }, + { + "type": "text", + "id": "subtitle", + "label": "الوصف", + "default": "نقدم لك ثيمات احترافية وتجربة تسوق مميزة" + } + ], + "presets": [ + { + "name": "Roza Hero Section" + } + ] +} +{% endschema %}