Add Vale into the toolbelt

This commit is contained in:
Gabriel Arazas 2024-10-04 21:12:05 +08:00
parent 81acd5fbcc
commit 2c76182993
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 19 additions and 2 deletions

13
.gitignore vendored
View File

@ -1,6 +1,9 @@
### Hugo ### ### Project setup ###
# Vale styles
/styles/
.direnv # Custom cache folder.
.cache
# The code workspace used for the dedicated branches for certain content. # The code workspace used for the dedicated branches for certain content.
/code-workspace/ /code-workspace/
@ -11,6 +14,9 @@
# Certain files just need to be ignored. # Certain files just need to be ignored.
/layouts/partials/openring.html /layouts/partials/openring.html
/layouts/partials/planet.html /layouts/partials/planet.html
.direnv
### Hugo ###
# Generated files by hugo # Generated files by hugo
/public/ /public/
@ -23,3 +29,6 @@ hugo.linux
# Ignore all other envrc # Ignore all other envrc
.envrc.* .envrc.*
# Local Netlify folder
.netlify

8
.vale.ini Normal file
View File

@ -0,0 +1,8 @@
StylesPath = styles
MinAlertLevel = suggestion
Packages = RedHat, AsciiDoc, write-good, Hugo
[*.adoc]
BasedOnStyles = Vale, AsciiDoc, RedHat, write-good