Skip to content

Commit

Permalink
chore(config): vale reconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Jan 14, 2024
1 parent 4a0bba8 commit 54b954a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 56 deletions.
47 changes: 0 additions & 47 deletions .github/vale/.vale.ini

This file was deleted.

4 changes: 0 additions & 4 deletions .github/vale/Vocab/dnb/accept.txt

This file was deleted.

Empty file removed .github/vale/Vocab/dnb/reject.txt
Empty file.
6 changes: 3 additions & 3 deletions content/uses/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ theme:

The following is a collection of tools helping me with my digital and work life. My main focus lies in applications that are open source and usable across operating systems. This is a collection in progress, so check back or subscribe to updates to know when there is something new to know about.

## Operating System
## Operating system

[Ubuntu](https://ubuntu.com/) is my main operating system. I use it on my desktop, and it's running on a server I am using. The last time I used Windows on my desktop was in 2004.

## Productivity

[Todoist](https://todoist.com/) is my main task manager. I use it to manage my daily tasks, and I am using it to manage my projects. I am using it on the phone, via the Linux app, and via webinterface.
[Todoist](https://todoist.com/) is my main task manager. I use it to manage my tasks, and I am using it to manage my projects. I am using it on the phone, via the Linux app, and via web interface.

I stay up to date with news and development by using [Feedly](https://feedly.com/) as online feed reader.

## Privacy and Security
## Privacy and security

My password manager of choice is [Enpass](https://www.enpass.io/) and I am using it on all my devices.

Expand Down
5 changes: 4 additions & 1 deletion kollitsch.dev.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"editorGroup.border": "#ff6433",
"sash.hoverBorder": "#ff6433"
},
"peacock.color": "#ff3d00"
"peacock.color": "#ff3d00",
"vale.doNotShowWarningForFileToBeSavedBeforeLinting": true,
"vale.enableSpellcheck": true,
"vale.valeCLI.config": "/home/patrick/github.com/davidsneighbour/kollitsch.dev/.github/vale/vale.ini"
},
"extensions": {
"recommendations": [
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"lint:lockfiles": "lockfile-lint --path package-lock.json --type=npm --validate-https --allowed-hosts=npm --empty-hostname=false --validate-package-names --validate-checksum --validate-integrity",
"lint:remark": "remark content/**/*.md",
"lint:remark2": "remark .",
"lint:vale": "vale --config='.github/vale/.vale.ini' --no-exit content",
"lint:vale": "vale --config='.github/vale/vale.ini' --no-exit --output='dnb.tmpl' content",
"lint:vale:update": "cd .github/vale && vale sync && cd ../..",
"new": "node bin/hugo/content.mjs",
"prettier": "prettier 'assets/**/*.ts'",
"prettier:fix": "prettier --write 'assets/**/*.ts'",
Expand Down

0 comments on commit 54b954a

Please sign in to comment.