This commit is contained in:
parent
0a09bc07ba
commit
38adc3aeb8
@ -18,25 +18,21 @@
|
|||||||
"hexo-generator-index": "^2.0.0",
|
"hexo-generator-index": "^2.0.0",
|
||||||
"hexo-generator-tag": "^1.0.0",
|
"hexo-generator-tag": "^1.0.0",
|
||||||
"hexo-renderer-ejs": "^2.0.0",
|
"hexo-renderer-ejs": "^2.0.0",
|
||||||
"hexo-renderer-pandoc": "^0.3.0",
|
"hexo-renderer-pandoc": "^0.3.1",
|
||||||
"hexo-renderer-sass": "^0.4.0",
|
"hexo-renderer-sass": "^0.4.0",
|
||||||
"hexo-renderer-stylus": "^2.0.0",
|
"hexo-renderer-stylus": "^2.0.0",
|
||||||
"hexo-server": "^3.0.0",
|
"hexo-server": "^3.0.0",
|
||||||
"hexo-theme-landscape": "^0.0.3"
|
"hexo-theme-landscape": "^0.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"lint-staged": "^10.5.4",
|
|
||||||
"textlint": "^11.9.0",
|
"textlint": "^11.9.0",
|
||||||
"textlint-filter-rule-whitelist": "^2.0.0",
|
"textlint-filter-rule-whitelist": "^2.0.0",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"textlint-rule-common-misspellings": "^1.0.1",
|
||||||
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
|
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
|
||||||
"textlint-rule-preset-japanese": "^6.0.1"
|
"textlint-rule-preset-japanese": "^6.0.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
|
||||||
"*.md": "textlint"
|
|
||||||
},
|
|
||||||
"hexo": {
|
"hexo": {
|
||||||
"version": "6.0.0"
|
"version": "6.0.0"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
}
|
}
|
||||||
|
26
source/me.md
26
source/me.md
@ -20,9 +20,29 @@ img {
|
|||||||
|
|
||||||
Reach me at `y@uechi.io`. Should you need extra security for your message or attachments, use an appropriate encryption method from the list below.
|
Reach me at `y@uechi.io`. Should you need extra security for your message or attachments, use an appropriate encryption method from the list below.
|
||||||
|
|
||||||
- GPG Public Key (for [GnuPG](https://gnupg.org/) and [GPGTools](https://gpgtools.org/)): <https://uechi.io/uetchy.asc>
|
**[GPG](https://gnupg.org/)**
|
||||||
- SSH Public Key (for [age](https://github.com/FiloSottile/age#encrypting-to-a-github-user)): <https://github.com/uetchy.keys> (use the first line)
|
|
||||||
- [Keybase](https://keybase.io/encrypt) ID: `uechi`
|
```bash
|
||||||
|
curl https://uechi.io/uetchy.gpg | gpg --import
|
||||||
|
gpg -er y@uechi.io confidential.zip
|
||||||
|
# attach `confidential.zip.gpg` to your email
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, download [public key](https://uechi.io/uetchy.gpg) for [GPG Keychain](https://gpgtools.org/) (macOS).
|
||||||
|
|
||||||
|
**[age](https://github.com/FiloSottile/age#encrypting-to-a-github-user)**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl https://github.com/uetchy.keys | age -R - confidential.zip > confidential.zip.age
|
||||||
|
# attach `confidential.zip.age` to your email
|
||||||
|
```
|
||||||
|
|
||||||
|
**[Keybase](https://keybase.io/encrypt)**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
keybase pgp encrypt -bi confidential.zip uechi > confidential.zip.gpg
|
||||||
|
# attach `confidential.zip.gpg` to your email
|
||||||
|
```
|
||||||
|
|
||||||
## Facts
|
## Facts
|
||||||
|
|
||||||
|
@ -49,4 +49,4 @@ IrTl36iHcdoI5drtbxb645Ba5aW/BhDdimcybl6q2o8SB2IQl57kYq/RwhuoztYu
|
|||||||
WQSKu5R9PlgDZrfsOmmXrW2yOpwSpY6CLgem51TFvWcT4ik8pT8agE6OJT+JL3QI
|
WQSKu5R9PlgDZrfsOmmXrW2yOpwSpY6CLgem51TFvWcT4ik8pT8agE6OJT+JL3QI
|
||||||
FKI=
|
FKI=
|
||||||
=o3B6
|
=o3B6
|
||||||
-----END PGP PUBLIC KEY BLOCK-----
|
-----END PGP PUBLIC KEY BLOCK-----
|
Loading…
x
Reference in New Issue
Block a user