arreglados enlaces

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

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

@ -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"

@ -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

@ -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/

Loading…
Cancel
Save