fix image, format bootstrap

This commit is contained in:
texm
2023-05-13 13:29:32 +08:00
parent ebc969a351
commit 0d5b289a2c
3 changed files with 29 additions and 27 deletions

View File

@@ -1,11 +1,12 @@
<script>
export let title = "";
const cardImgUrl = "https://shokku.dev/images/share-card.png"
</script>
<meta property="og:title" content={title}>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://shokku.dev/share-card.png">
<meta name="twitter:card" content="https://shokku.dev/share-card.png">
<meta property="og:image" content={cardImgUrl}>
<meta name="twitter:card" content={cardImgUrl}>
<meta property="og:description" content="Free and open source interface for the Dokku PaaS">
<meta name="twitter:image:alt" content="Shokku Logo">

View File

@@ -3,7 +3,7 @@
const scriptInstallCommands = [
`wget "${bootstrapLink}"`,
`export SHOKKU_LETSENCRYPT_EMAIL="foo@example.com"`,
`sudo bash install.sh`,
`bash install.sh`,
];
</script>