From f2d9b30662e2086d9e15b14ff5349612986472d4 Mon Sep 17 00:00:00 2001 From: g_it Date: Wed, 11 Feb 2026 13:50:04 +0100 Subject: [PATCH] Fix readme and update vale styles folder. --- .vale.ini | 3 ++- readme.md | 8 +++----- {styles => vale}/Google/AMPM.yml | 0 {styles => vale}/Google/Acronyms.yml | 0 {styles => vale}/Google/Colons.yml | 0 {styles => vale}/Google/Contractions.yml | 0 {styles => vale}/Google/DateFormat.yml | 0 {styles => vale}/Google/Ellipses.yml | 0 {styles => vale}/Google/EmDash.yml | 0 {styles => vale}/Google/Exclamation.yml | 0 {styles => vale}/Google/FirstPerson.yml | 0 {styles => vale}/Google/Gender.yml | 0 {styles => vale}/Google/GenderBias.yml | 0 {styles => vale}/Google/HeadingPunctuation.yml | 0 {styles => vale}/Google/Headings.yml | 0 {styles => vale}/Google/Latin.yml | 0 {styles => vale}/Google/LyHyphens.yml | 0 {styles => vale}/Google/OptionalPlurals.yml | 0 {styles => vale}/Google/Ordinal.yml | 0 {styles => vale}/Google/OxfordComma.yml | 0 {styles => vale}/Google/Parens.yml | 0 {styles => vale}/Google/Passive.yml | 0 {styles => vale}/Google/Periods.yml | 0 {styles => vale}/Google/Quotes.yml | 0 {styles => vale}/Google/Ranges.yml | 0 {styles => vale}/Google/Semicolons.yml | 0 {styles => vale}/Google/Slang.yml | 0 {styles => vale}/Google/Spacing.yml | 0 {styles => vale}/Google/Spelling.yml | 0 {styles => vale}/Google/Units.yml | 0 {styles => vale}/Google/We.yml | 0 {styles => vale}/Google/Will.yml | 0 {styles => vale}/Google/WordList.yml | 0 {styles => vale}/Google/meta.json | 0 {styles => vale}/Google/vocab.txt | 0 {styles => vale}/write-good/Cliches.yml | 0 {styles => vale}/write-good/E-Prime.yml | 0 {styles => vale}/write-good/Illusions.yml | 0 {styles => vale}/write-good/Passive.yml | 0 {styles => vale}/write-good/README.md | 0 {styles => vale}/write-good/So.yml | 0 {styles => vale}/write-good/ThereIs.yml | 0 {styles => vale}/write-good/TooWordy.yml | 0 {styles => vale}/write-good/Weasel.yml | 0 {styles => vale}/write-good/meta.json | 0 45 files changed, 5 insertions(+), 6 deletions(-) rename {styles => vale}/Google/AMPM.yml (100%) rename {styles => vale}/Google/Acronyms.yml (100%) rename {styles => vale}/Google/Colons.yml (100%) rename {styles => vale}/Google/Contractions.yml (100%) rename {styles => vale}/Google/DateFormat.yml (100%) rename {styles => vale}/Google/Ellipses.yml (100%) rename {styles => vale}/Google/EmDash.yml (100%) rename {styles => vale}/Google/Exclamation.yml (100%) rename {styles => vale}/Google/FirstPerson.yml (100%) rename {styles => vale}/Google/Gender.yml (100%) rename {styles => vale}/Google/GenderBias.yml (100%) rename {styles => vale}/Google/HeadingPunctuation.yml (100%) rename {styles => vale}/Google/Headings.yml (100%) rename {styles => vale}/Google/Latin.yml (100%) rename {styles => vale}/Google/LyHyphens.yml (100%) rename {styles => vale}/Google/OptionalPlurals.yml (100%) rename {styles => vale}/Google/Ordinal.yml (100%) rename {styles => vale}/Google/OxfordComma.yml (100%) rename {styles => vale}/Google/Parens.yml (100%) rename {styles => vale}/Google/Passive.yml (100%) rename {styles => vale}/Google/Periods.yml (100%) rename {styles => vale}/Google/Quotes.yml (100%) rename {styles => vale}/Google/Ranges.yml (100%) rename {styles => vale}/Google/Semicolons.yml (100%) rename {styles => vale}/Google/Slang.yml (100%) rename {styles => vale}/Google/Spacing.yml (100%) rename {styles => vale}/Google/Spelling.yml (100%) rename {styles => vale}/Google/Units.yml (100%) rename {styles => vale}/Google/We.yml (100%) rename {styles => vale}/Google/Will.yml (100%) rename {styles => vale}/Google/WordList.yml (100%) rename {styles => vale}/Google/meta.json (100%) rename {styles => vale}/Google/vocab.txt (100%) rename {styles => vale}/write-good/Cliches.yml (100%) rename {styles => vale}/write-good/E-Prime.yml (100%) rename {styles => vale}/write-good/Illusions.yml (100%) rename {styles => vale}/write-good/Passive.yml (100%) rename {styles => vale}/write-good/README.md (100%) rename {styles => vale}/write-good/So.yml (100%) rename {styles => vale}/write-good/ThereIs.yml (100%) rename {styles => vale}/write-good/TooWordy.yml (100%) rename {styles => vale}/write-good/Weasel.yml (100%) rename {styles => vale}/write-good/meta.json (100%) diff --git a/.vale.ini b/.vale.ini index cdcf46e..aebb6d4 100755 --- a/.vale.ini +++ b/.vale.ini @@ -1,7 +1,8 @@ -StylesPath = styles +StylesPath = vale MinAlertLevel = suggestion Packages = Google, write-good [*.md] BasedOnStyles = Vale, Google, write-good, extend-spell Vale.Spelling = NO + \ No newline at end of file diff --git a/readme.md b/readme.md index 401798a..377b002 100755 --- a/readme.md +++ b/readme.md @@ -1,7 +1,5 @@ -# gugulet.hu +# Site -This repo contains the files for maintaining my personal website: [gugulet.hu](https://gugulet.hu) and is built using the MkDocs Material static site generator. +![GSAP](https://img.shields.io/badge/GSAP-0AE448?style=flat&logo=GSAP&logoColor=white) ![Markdown](https://img.shields.io/badge/Markdown-000000?style=flat&logo=Markdown&logoColor=white) ![CSS](https://img.shields.io/badge/CSS-663399?style=flat&logo=CSS&logoColor=white) ![Jinja](https://img.shields.io/badge/Jinja-7E0C1B?style=flat&logo=Jinja&logoColor=white) ![Docker](https://img.shields.io/badge/Docker-2496ED?style=flat&logo=Docker&logoColor=white) ![Shell](https://img.shields.io/badge/zsh-F15A24?style=flat&logo=zsh&logoColor=white) -## Setting up local development - -The following tools are used for local development the +This repo contains the files for maintaining my personal website: [gugulet.hu](https://gugulet.hu) and is built using the [Zensical static site generator](https://zensical.org/). diff --git a/styles/Google/AMPM.yml b/vale/Google/AMPM.yml similarity index 100% rename from styles/Google/AMPM.yml rename to vale/Google/AMPM.yml diff --git a/styles/Google/Acronyms.yml b/vale/Google/Acronyms.yml similarity index 100% rename from styles/Google/Acronyms.yml rename to vale/Google/Acronyms.yml diff --git a/styles/Google/Colons.yml b/vale/Google/Colons.yml similarity index 100% rename from styles/Google/Colons.yml rename to vale/Google/Colons.yml diff --git a/styles/Google/Contractions.yml b/vale/Google/Contractions.yml similarity index 100% rename from styles/Google/Contractions.yml rename to vale/Google/Contractions.yml diff --git a/styles/Google/DateFormat.yml b/vale/Google/DateFormat.yml similarity index 100% rename from styles/Google/DateFormat.yml rename to vale/Google/DateFormat.yml diff --git a/styles/Google/Ellipses.yml b/vale/Google/Ellipses.yml similarity index 100% rename from styles/Google/Ellipses.yml rename to vale/Google/Ellipses.yml diff --git a/styles/Google/EmDash.yml b/vale/Google/EmDash.yml similarity index 100% rename from styles/Google/EmDash.yml rename to vale/Google/EmDash.yml diff --git a/styles/Google/Exclamation.yml b/vale/Google/Exclamation.yml similarity index 100% rename from styles/Google/Exclamation.yml rename to vale/Google/Exclamation.yml diff --git a/styles/Google/FirstPerson.yml b/vale/Google/FirstPerson.yml similarity index 100% rename from styles/Google/FirstPerson.yml rename to vale/Google/FirstPerson.yml diff --git a/styles/Google/Gender.yml b/vale/Google/Gender.yml similarity index 100% rename from styles/Google/Gender.yml rename to vale/Google/Gender.yml diff --git a/styles/Google/GenderBias.yml b/vale/Google/GenderBias.yml similarity index 100% rename from styles/Google/GenderBias.yml rename to vale/Google/GenderBias.yml diff --git a/styles/Google/HeadingPunctuation.yml b/vale/Google/HeadingPunctuation.yml similarity index 100% rename from styles/Google/HeadingPunctuation.yml rename to vale/Google/HeadingPunctuation.yml diff --git a/styles/Google/Headings.yml b/vale/Google/Headings.yml similarity index 100% rename from styles/Google/Headings.yml rename to vale/Google/Headings.yml diff --git a/styles/Google/Latin.yml b/vale/Google/Latin.yml similarity index 100% rename from styles/Google/Latin.yml rename to vale/Google/Latin.yml diff --git a/styles/Google/LyHyphens.yml b/vale/Google/LyHyphens.yml similarity index 100% rename from styles/Google/LyHyphens.yml rename to vale/Google/LyHyphens.yml diff --git a/styles/Google/OptionalPlurals.yml b/vale/Google/OptionalPlurals.yml similarity index 100% rename from styles/Google/OptionalPlurals.yml rename to vale/Google/OptionalPlurals.yml diff --git a/styles/Google/Ordinal.yml b/vale/Google/Ordinal.yml similarity index 100% rename from styles/Google/Ordinal.yml rename to vale/Google/Ordinal.yml diff --git a/styles/Google/OxfordComma.yml b/vale/Google/OxfordComma.yml similarity index 100% rename from styles/Google/OxfordComma.yml rename to vale/Google/OxfordComma.yml diff --git a/styles/Google/Parens.yml b/vale/Google/Parens.yml similarity index 100% rename from styles/Google/Parens.yml rename to vale/Google/Parens.yml diff --git a/styles/Google/Passive.yml b/vale/Google/Passive.yml similarity index 100% rename from styles/Google/Passive.yml rename to vale/Google/Passive.yml diff --git a/styles/Google/Periods.yml b/vale/Google/Periods.yml similarity index 100% rename from styles/Google/Periods.yml rename to vale/Google/Periods.yml diff --git a/styles/Google/Quotes.yml b/vale/Google/Quotes.yml similarity index 100% rename from styles/Google/Quotes.yml rename to vale/Google/Quotes.yml diff --git a/styles/Google/Ranges.yml b/vale/Google/Ranges.yml similarity index 100% rename from styles/Google/Ranges.yml rename to vale/Google/Ranges.yml diff --git a/styles/Google/Semicolons.yml b/vale/Google/Semicolons.yml similarity index 100% rename from styles/Google/Semicolons.yml rename to vale/Google/Semicolons.yml diff --git a/styles/Google/Slang.yml b/vale/Google/Slang.yml similarity index 100% rename from styles/Google/Slang.yml rename to vale/Google/Slang.yml diff --git a/styles/Google/Spacing.yml b/vale/Google/Spacing.yml similarity index 100% rename from styles/Google/Spacing.yml rename to vale/Google/Spacing.yml diff --git a/styles/Google/Spelling.yml b/vale/Google/Spelling.yml similarity index 100% rename from styles/Google/Spelling.yml rename to vale/Google/Spelling.yml diff --git a/styles/Google/Units.yml b/vale/Google/Units.yml similarity index 100% rename from styles/Google/Units.yml rename to vale/Google/Units.yml diff --git a/styles/Google/We.yml b/vale/Google/We.yml similarity index 100% rename from styles/Google/We.yml rename to vale/Google/We.yml diff --git a/styles/Google/Will.yml b/vale/Google/Will.yml similarity index 100% rename from styles/Google/Will.yml rename to vale/Google/Will.yml diff --git a/styles/Google/WordList.yml b/vale/Google/WordList.yml similarity index 100% rename from styles/Google/WordList.yml rename to vale/Google/WordList.yml diff --git a/styles/Google/meta.json b/vale/Google/meta.json similarity index 100% rename from styles/Google/meta.json rename to vale/Google/meta.json diff --git a/styles/Google/vocab.txt b/vale/Google/vocab.txt similarity index 100% rename from styles/Google/vocab.txt rename to vale/Google/vocab.txt diff --git a/styles/write-good/Cliches.yml b/vale/write-good/Cliches.yml similarity index 100% rename from styles/write-good/Cliches.yml rename to vale/write-good/Cliches.yml diff --git a/styles/write-good/E-Prime.yml b/vale/write-good/E-Prime.yml similarity index 100% rename from styles/write-good/E-Prime.yml rename to vale/write-good/E-Prime.yml diff --git a/styles/write-good/Illusions.yml b/vale/write-good/Illusions.yml similarity index 100% rename from styles/write-good/Illusions.yml rename to vale/write-good/Illusions.yml diff --git a/styles/write-good/Passive.yml b/vale/write-good/Passive.yml similarity index 100% rename from styles/write-good/Passive.yml rename to vale/write-good/Passive.yml diff --git a/styles/write-good/README.md b/vale/write-good/README.md similarity index 100% rename from styles/write-good/README.md rename to vale/write-good/README.md diff --git a/styles/write-good/So.yml b/vale/write-good/So.yml similarity index 100% rename from styles/write-good/So.yml rename to vale/write-good/So.yml diff --git a/styles/write-good/ThereIs.yml b/vale/write-good/ThereIs.yml similarity index 100% rename from styles/write-good/ThereIs.yml rename to vale/write-good/ThereIs.yml diff --git a/styles/write-good/TooWordy.yml b/vale/write-good/TooWordy.yml similarity index 100% rename from styles/write-good/TooWordy.yml rename to vale/write-good/TooWordy.yml diff --git a/styles/write-good/Weasel.yml b/vale/write-good/Weasel.yml similarity index 100% rename from styles/write-good/Weasel.yml rename to vale/write-good/Weasel.yml diff --git a/styles/write-good/meta.json b/vale/write-good/meta.json similarity index 100% rename from styles/write-good/meta.json rename to vale/write-good/meta.json