Fix social card
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/hugo-redirect"]
|
||||||
|
path = themes/hugo-redirect
|
||||||
|
url = https://github.com/gcc42/hugo-redirect.git
|
||||||
@@ -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
|
||||||
|
|||||||
9
content/redirect/social_card.md
Normal file
9
content/redirect/social_card.md
Normal 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
|
||||||
|
+++
|
||||||
@@ -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
1
themes/hugo-redirect
Submodule
Submodule themes/hugo-redirect added at debb247576
Reference in New Issue
Block a user