startgitStatic page generator for git repositories |
git clone git://git.dimitrijedobrota.com/startgit.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |
commit | 312f9530e0548d1fd5e82809d6531696f26b064a |
parent | 2f1662844f1b7e4dde6f602571630bd421bdd564 |
author | Dimitrije Dobrota < mail@dimitrijedobrota.com > |
date | Tue, 22 Apr 2025 21:14:16 +0200 |
Fix spelling
M | .codespellrc | | | + |
M | README.md | | | + - |
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ .codespellrc b/ .codespellrc
@@ -4,3 +4,4 @@
check-filenames =
check-hidden =
skip = */.git,*/build,*/prefix
quiet-level = 2
ignore-words-list = thead
diff --git a/ README.md b/ README.md
@@ -12,7 +12,7 @@
The big source of inspiration for this project is [`Stagit`](https://codemadness
most, if not all, of the functionality, with a few twists to fit my needs
better and fit with the reset of the aesthetic.
It's configured to make pages for my [`peronal projects`](https://git.dimitrijedobrota.com/),
It's configured to make pages for my [`personal projects`](https://git.dimitrijedobrota.com/),
but as generation code is self documenting , it can be easily adopted to fit
your needs.