From 0f21a76174c5a923867a1a1232fbd61bacfa02d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Rodr=C3=ADguez?= Date: Thu, 24 Oct 2024 00:14:54 +0200 Subject: [PATCH] =?UTF-8?q?migraci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 ------------------- src/config.ts | 2 +- .../posts/2022-10-06_Desatendida/index.md | 3 +-- .../2023-06-14_instalacion-gitea/index.md | 3 +-- 4 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 08fa51c..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 saicaca - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/src/config.ts b/src/config.ts index b73d51c..d189881 100644 --- a/src/config.ts +++ b/src/config.ts @@ -47,7 +47,7 @@ export const navBarConfig: NavBarConfig = { } export const profileConfig: ProfileConfig = { - avatar: 'assets/images/demo-avatar.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/' + avatar: 'assets/images/gatofondo.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/' name: 'Roberto Rodríguez', bio: 'DevOps | SysAdmin', links: [ diff --git a/src/content/posts/2022-10-06_Desatendida/index.md b/src/content/posts/2022-10-06_Desatendida/index.md index 29d087e..40ad9d7 100644 --- a/src/content/posts/2022-10-06_Desatendida/index.md +++ b/src/content/posts/2022-10-06_Desatendida/index.md @@ -1,10 +1,9 @@ --- title: Instalación de Debian desatendida published: 2022-10-06 -description: "How to use this blog template." image: "./featured.png" tags: ["Debian", "preseed"] -category: documentación +category: Documentación draft: false --- diff --git a/src/content/posts/2023-06-14_instalacion-gitea/index.md b/src/content/posts/2023-06-14_instalacion-gitea/index.md index 1272815..1546429 100644 --- a/src/content/posts/2023-06-14_instalacion-gitea/index.md +++ b/src/content/posts/2023-06-14_instalacion-gitea/index.md @@ -1,10 +1,9 @@ --- title: Instalación Gitea published: 2023-06-14 -description: "How to use this blog template." image: "./cover.png" tags: ["git", "autoalojado","docker","vps"] -category: documentación +category: Documentación draft: false ---