Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Sep 8, 2023
2 parents 70f6593 + e4441f6 commit f522c07
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,29 @@ jobs:
with:
eclint_args: |
-exclude=css/*
lint_front_matter:
name: Lint Front Matter
runs-on: ubuntu-latest

steps:
-
name: Checkout repository
uses: actions/checkout@v3
-
name: Cache pip
uses: actions/cache@v3
with:
path: '~/.cache/pip'
key: '${{ runner.os }}-pip-yamllint'
-
name: Install yamllint
run: pip install --user yamllint
-
name: Remove document contents
run: |
git ls-files -z -- 'src/**.md' | xargs -0 -n 1 -- sed -i -e 'N;P;/---\n$/Q;D'
-
name: Check Front Matter
run: |
git ls-files -z -- 'src/**.md' | xargs -0 -n 1 -- python -m yamllint
20 changes: 20 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
extends: "default"

rules:
document-start:
present: true
braces:
forbid: true
brackets:
forbid: false
empty-values:
forbid-in-block-mappings: true
forbid-in-flow-mappings: true
indentation:
spaces: 4
indent-sequences: false
line-length: "disable"
quoted-strings:
quote-type: "double"
required: true
2 changes: 1 addition & 1 deletion src/hu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metaDesc: "Megbízható és modern webalkalmazásokat és weboldalakat készít
layout: "layout/front-page.html"
hero:
title:
caption: "<span class='highlighted'>Kód írása</span><br><span><span class='sr-only'>ahogy kellene</span><span id='typewriter' aria-hidden='true'></span>&nbsp;</span>"
caption: "<span class='highlighted'>Kód írás</span><br><span><span class='sr-only'>ahogy kellene</span><span id='typewriter' aria-hidden='true'></span>&nbsp;</span>"
typewriter: "ahogy kellene, ami fenntart<wbr>ható, ami nem hoz zavarba, ami segít neked"
description: "Webalkalmazásokat és weboldalakat készítünk kicsitől a nagyig Laravel és WordPress segítségével."
btn:
Expand Down
4 changes: 2 additions & 2 deletions src/website-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ accordion:
description: "<p>We take care of our products. This means, we do maintenance and support the end-product. If it’s about a third party product, then we rarely do maintenance.</p>"
-
title: "Which plugins do you use for WordPress development?"
description: "<p>Általában a népszerűbb és jobb felépítésű bővítményeket részesítjük előnyben. Ilyen például a Yoast SEO bővítménye, vagy a WP Rocket. Ha webáruházról van szó, akkor WooCommerce-et használunk. Ha velünk dolgozol jár neked a fizetős WPML (nyelvesítés), WP Rocket (teljesítmény optimalizálás), ACF (egyedi mezők kezelése).</p>"
description: "<p>In general, we prefer the more popular and better designed plugins. Examples include Yoast's SEO plugin, or WP Rocket. If it's an e-commerce store, we use WooCommerce. If you work with us, you'll receive a copy of paid WPML (language support), WP Rocket (performance optimization), ACF (custom field management) plugins.</p>"
-
title: "Do you work with purchased themes?"
description: "<p>No, our themes are all custom developments. This means the end-product will contain only what is necessary based on the needs we arranged in advance.</p><p>In some cases we do some work in purchased themes, but only based hourly rates and not in a fixed project based price.</p>"
Expand All @@ -64,7 +64,7 @@ step:
cta:
title: "Want to work with us?"
classes: "cta--border-block:end"
description: "You have a project and you don’t know where to start? Feel free to contact us to discuss you project’s details. Maybe we can help you."
description: "You have a project and you don’t know where to start? Feel free to contact us to discuss your project’s details. Maybe we can help you."
btn:
url: "/contact/"
caption: "Contact"
Expand Down

0 comments on commit f522c07

Please sign in to comment.