arreglados enlaces

main
Roberto Rodríguez 1 year ago
parent 4a43f4959b
commit 78bfd109d9

@ -1,5 +1,5 @@
# Change baseurl before deploy # Change baseurl before deploy
baseurl = "http://localhost" baseurl = "https://www.admichin.es/"
languageCode = "es-es" languageCode = "es-es"
paginate = 5 paginate = 5
title = "admichin 🐈" title = "admichin 🐈"

@ -1,24 +1,24 @@
# Configure main menu and social menu # Configure main menu and social menu
[[main]] #[[main]]
identifier = "home" #identifier = "home"
name = "Home" #name = "Home"
url = "/" #url = "/"
[main.params] #[main.params]
icon = "home" #icon = "home"
newtab = true #newtab = true
[[social]] [[social]]
identifier = "github" identifier = "github"
name = "GitHub" name = "GitHub"
url = "https://github.com/CaiJimmy/hugo-theme-stack" url = "https://github.com/robertorodriguez98"
[social.params] [social.params]
icon = "brand-github" icon = "brand-github"
[[social]] [[social]]
identifier = "twitter" identifier = "linkedin"
name = "Twitter" name = "linkedin"
url = "https://twitter.com" url = "https://www.linkedin.com/in/roberto-rodriguez-marquez/"
[social.params] [social.params]
icon = "brand-twitter" icon = "linkedin-logo"

@ -1,6 +1,7 @@
--- ---
title: Hello World title: Hello World
description: Welcome to Hugo Theme Stack description: Welcome to Hugo Theme Stack
draft: true
slug: hello-world slug: hello-world
date: 2022-03-06 00:00:00+0000 date: 2022-03-06 00:00:00+0000
image: cover.jpg image: cover.jpg

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
hugo hugo
scp -r public/* calcetines@nodriza.admichin.es:/home/calcetines/blog/ rsync -azP public/* calcetines@nodriza.admichin.es:/home/calcetines/blog/

Loading…
Cancel
Save