mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2026-02-06 23:22:56 +00:00
Enable vale for prose linting (#3)
* Enable vale in CI * Add vale config * Tweak vale * Update config * Update .gitignore * Switch back * Rename CI * Add badges * Tidy up CI * Change image * Configure vale * Delint * Update README
This commit is contained in:
11
README.md
11
README.md
@@ -1,5 +1,8 @@
|
||||
# letterpress
|
||||
|
||||

|
||||

|
||||
|
||||
Gutenberg the 💩 out of it!
|
||||
|
||||
<img src="figures/gutenberg.jpg" width=530>
|
||||
@@ -65,6 +68,14 @@ In order to remove the generated files you can run:
|
||||
make clean
|
||||
```
|
||||
|
||||
### Linting
|
||||
|
||||
letterpress comes with [vale](https://vale.sh/). Once you've installed vale on your machine you can run it with:
|
||||
|
||||
```bash
|
||||
make lint
|
||||
```
|
||||
|
||||
## Structure
|
||||
|
||||
The entry point of the book is [book.adoc](book.adoc).
|
||||
|
||||
Reference in New Issue
Block a user