Ran linters on all files and added codespell (#13)

This commit is contained in:
Alejandro Angulo 2021-12-31 11:34:37 -08:00 committed by GitHub
parent 7b118b71d6
commit dc9b131e72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 229 additions and 228 deletions

3
.gitignore vendored
View file

@ -4,6 +4,9 @@
# Deployment config
config/production/deployment.toml
# Hugo build lock
.hugo_build.lock
# yarn
.pnp.*
.yarn/*