diff --git a/src/content/posts/2023-06-01_despliegue-crossplane-eks/featured.png:Zone.Identifier b/src/content/posts/2023-06-01_despliegue-crossplane-eks/featured.png:Zone.Identifier deleted file mode 100644 index 1ea1c81..0000000 --- a/src/content/posts/2023-06-01_despliegue-crossplane-eks/featured.png:Zone.Identifier +++ /dev/null @@ -1,4 +0,0 @@ -[ZoneTransfer] -ZoneId=3 -ReferrerUrl=https://imgur.com/ -HostUrl=https://i.imgur.com/dGsLI6i.png diff --git a/src/content/posts/guide/index.md b/src/content/posts/guide/index.md index 8db1e3d..e340b6f 100644 --- a/src/content/posts/guide/index.md +++ b/src/content/posts/guide/index.md @@ -5,7 +5,7 @@ description: "How to use this blog template." image: "./cover.jpeg" tags: ["Fuwari", "Blogging", "Customization"] category: Guides -draft: false +draft: true --- > Cover image source: [Source](https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/208fc754-890d-4adb-9753-2c963332675d/width=2048/01651-1456859105-(colour_1.5),girl,_Blue,yellow,green,cyan,purple,red,pink,_best,8k,UHD,masterpiece,male%20focus,%201boy,gloves,%20ponytail,%20long%20hair,.jpeg) diff --git a/src/content/posts/markdown-extended.md b/src/content/posts/markdown-extended.md index 258d7ea..eb8d3bc 100644 --- a/src/content/posts/markdown-extended.md +++ b/src/content/posts/markdown-extended.md @@ -5,7 +5,7 @@ description: 'Read more about Markdown features in Fuwari' image: '' tags: [Demo, Example, Markdown, Fuwari] category: 'Examples' -draft: false +draft: true --- ## GitHub repository cards diff --git a/src/content/posts/markdown.md b/src/content/posts/markdown.md index 43285c7..8daddac 100644 --- a/src/content/posts/markdown.md +++ b/src/content/posts/markdown.md @@ -4,7 +4,7 @@ published: 2023-10-01 description: A simple example of a Markdown blog post. tags: [Markdown, Blogging, Demo] category: Examples -draft: false +draft: true --- # An h1 header diff --git a/src/content/posts/prueba.md b/src/content/posts/prueba.md index 1173bda..72812ff 100644 --- a/src/content/posts/prueba.md +++ b/src/content/posts/prueba.md @@ -5,7 +5,7 @@ description: '' image: '' tags: [] category: '' -draft: false +draft: true lang: '' --- # This Article is a Draft diff --git a/src/content/posts/video.md b/src/content/posts/video.md index 4d53a95..99ff0de 100644 --- a/src/content/posts/video.md +++ b/src/content/posts/video.md @@ -4,7 +4,7 @@ published: 2023-08-01 description: This post demonstrates how to include embedded video in a blog post. tags: [Example, Video] category: Examples -draft: false +draft: true --- Just copy the embed code from YouTube or other platforms, and paste it in the markdown file. diff --git a/subir.sh b/subir.sh new file mode 100755 index 0000000..5362551 --- /dev/null +++ b/subir.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +npx pnpm build +rsync -azP dist/* calcetines@nodriza.robertops.com:/home/calcetines/blog/ +