Fix social card

This commit is contained in:
fundor333
2025-01-16 22:32:49 +01:00
parent dffe585f56
commit 22df2838e5
5 changed files with 14 additions and 12 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "themes/hugo-redirect"]
path = themes/hugo-redirect
url = https://github.com/gcc42/hugo-redirect.git

View File

@@ -9,10 +9,7 @@ module:
imports: imports:
- path: github.com/hugo-sid/hugo-blog-awesome - path: github.com/hugo-sid/hugo-blog-awesome
theme: "github.com/hugo-sid/hugo-blog-awesome" theme: ["hugo-redirect", "github.com/hugo-sid/hugo-blog-awesome"]
footer:
disclaimer: "ciao"
related: related:
includeNewer: true includeNewer: true

View File

@@ -0,0 +1,9 @@
+++
# For example, to Redirect from /old_blog to /blog, set
# url to "/old_blog" and redirect_to to "/blog" below
type = "redirect"
url = "/social_card/"
redirect_to = "https://linktr.ee/fundor333"
redirect_enabled = true
private = true
+++

View File

@@ -1,8 +0,0 @@
---
title: "Fundor333"
type: about
specialpost: true
---
Sviluppatore e fotografo nel tempo libero.
Qui sotto i miei link

1
themes/hugo-redirect Submodule

Submodule themes/hugo-redirect added at debb247576