From 1495947be88e9ce6d38691639be5b0771aea3fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 29 Aug 2023 22:14:31 +0000 Subject: [PATCH 1/4] Lint Front Matter --- .github/workflows/test.yml | 26 ++++++++++++++++++++++++++ .yamllint.yml | 20 ++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .yamllint.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d66c79..de4939b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.yamllint.yml b/.yamllint.yml new file mode 100644 index 0000000..e719139 --- /dev/null +++ b/.yamllint.yml @@ -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: false + quoted-strings: + quote-type: "double" + required: true From 7f029f5ecba21b16c5de5c55105d7c728dca64b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 29 Aug 2023 22:17:27 +0000 Subject: [PATCH 2/4] Fix disabling line-length --- .yamllint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yamllint.yml b/.yamllint.yml index e719139..2f3aab1 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -14,7 +14,7 @@ rules: indentation: spaces: 4 indent-sequences: false - line-length: false + line-length: "disable" quoted-strings: quote-type: "double" required: true From 4f08c496c69f881cd89ae3e572589b4bf3431fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 31 Aug 2023 21:07:31 +0200 Subject: [PATCH 3/4] Translate "Which plugins" --- src/website-development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/website-development.md b/src/website-development.md index 566d199..54d7425 100644 --- a/src/website-development.md +++ b/src/website-development.md @@ -42,7 +42,7 @@ accordion: description: "

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.

" - title: "Which plugins do you use for WordPress development?" - description: "

Á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).

" + description: "

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.

" - title: "Do you work with purchased themes?" description: "

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.

In some cases we do some work in purchased themes, but only based hourly rates and not in a fixed project based price.

" @@ -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" From 2f1aa63ad3c62a23aa5d2074da3a8287068b3ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Tue, 5 Sep 2023 08:17:04 +0200 Subject: [PATCH 4/4] Update index.md --- src/hu/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu/index.md b/src/hu/index.md index c4ce118..9703cb1 100644 --- a/src/hu/index.md +++ b/src/hu/index.md @@ -5,7 +5,7 @@ metaDesc: "Megbízható és modern webalkalmazásokat és weboldalakat készít layout: "layout/front-page.html" hero: title: - caption: "Kód írása
ahogy kellene " + caption: "Kód írás
ahogy kellene " typewriter: "ahogy kellene, ami fenntartható, 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: