mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 09:46:52 +02:00
Add Indieauth
This commit is contained in:
parent
7e4ea4d570
commit
4b5012affe
2 changed files with 9 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
||||
"args": {
|
||||
"VARIANT": "16"
|
||||
"VARIANT": "18"
|
||||
}
|
||||
},
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
|
|
|
@ -119,6 +119,14 @@ const IndexPage = (props) => {
|
|||
href="/pgp/BF06118DF3B3B2EA327BB8111460B586646E180D.pub"
|
||||
/>
|
||||
<link href="https://twitter.com/Unkn0wnKevin" rel="me"></link>
|
||||
<link
|
||||
rel="authorization_endpoint"
|
||||
href="https://indieauth.com/auth"
|
||||
/>
|
||||
<link
|
||||
rel="token_endpoint"
|
||||
href="https://tokens.indieauth.com/token"
|
||||
/>
|
||||
</Helmet>
|
||||
<section className={styles.heroSection}>
|
||||
<div
|
||||
|
|
Loading…
Add table
Reference in a new issue