From 78bfd109d9ab6fd2ea51f97f5bc378f5e21422ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Rodr=C3=ADguez?= Date: Wed, 12 Jul 2023 18:18:10 +0200 Subject: [PATCH] arreglados enlaces --- config/_default/config.toml | 2 +- config/_default/menu.toml | 24 ++++++++++++------------ content/post/hello-world/index.md | 1 + subir.sh | 2 +- 4 files changed, 15 insertions(+), 14 deletions(-) mode change 100644 => 100755 subir.sh diff --git a/config/_default/config.toml b/config/_default/config.toml index bcf35b5..e9a4810 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,5 +1,5 @@ # Change baseurl before deploy -baseurl = "http://localhost" +baseurl = "https://www.admichin.es/" languageCode = "es-es" paginate = 5 title = "admichin 🐈" diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 2d7c60c..721130c 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -1,24 +1,24 @@ # Configure main menu and social menu -[[main]] -identifier = "home" -name = "Home" -url = "/" -[main.params] -icon = "home" -newtab = true +#[[main]] +#identifier = "home" +#name = "Home" +#url = "/" +#[main.params] +#icon = "home" +#newtab = true [[social]] identifier = "github" name = "GitHub" -url = "https://github.com/CaiJimmy/hugo-theme-stack" +url = "https://github.com/robertorodriguez98" [social.params] icon = "brand-github" [[social]] -identifier = "twitter" -name = "Twitter" -url = "https://twitter.com" +identifier = "linkedin" +name = "linkedin" +url = "https://www.linkedin.com/in/roberto-rodriguez-marquez/" [social.params] -icon = "brand-twitter" +icon = "linkedin-logo" diff --git a/content/post/hello-world/index.md b/content/post/hello-world/index.md index 34e8f8d..0ae6075 100644 --- a/content/post/hello-world/index.md +++ b/content/post/hello-world/index.md @@ -1,6 +1,7 @@ --- title: Hello World description: Welcome to Hugo Theme Stack +draft: true slug: hello-world date: 2022-03-06 00:00:00+0000 image: cover.jpg diff --git a/subir.sh b/subir.sh old mode 100644 new mode 100755 index 049a599..dc76465 --- a/subir.sh +++ b/subir.sh @@ -1,5 +1,5 @@ #!/bin/bash hugo -scp -r public/* calcetines@nodriza.admichin.es:/home/calcetines/blog/ +rsync -azP public/* calcetines@nodriza.admichin.es:/home/calcetines/blog/