Update theme to a custom fork
This commit is contained in:
parent
64aec72a61
commit
6d793a1e3f
3 changed files with 9 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
||||||
[submodule "themes/hello-friend-ng"]
|
[submodule "themes/hello-friend-ng"]
|
||||||
path = themes/hello-friend-ng
|
path = themes/hello-friend-ng
|
||||||
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git
|
url = https://github.com/nifoc/hugo-theme-hello-friend-ng.git
|
||||||
|
branch = personal-website
|
||||||
|
|
|
@ -23,26 +23,32 @@ logoCursorColor = "#ffa86a"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "github"
|
name = "github"
|
||||||
url = "https://github.com/nifoc"
|
url = "https://github.com/nifoc"
|
||||||
|
rel = "me"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "keybase"
|
name = "keybase"
|
||||||
url = "https://keybase.io/nifoc"
|
url = "https://keybase.io/nifoc"
|
||||||
|
rel = "me"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "linkedin"
|
name = "linkedin"
|
||||||
url = "https://www.linkedin.com/in/danielkempkens/"
|
url = "https://www.linkedin.com/in/danielkempkens/"
|
||||||
|
rel = "me"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "ycombinator"
|
name = "ycombinator"
|
||||||
url = "https://news.ycombinator.com/user?id=nifoc"
|
url = "https://news.ycombinator.com/user?id=nifoc"
|
||||||
|
rel = "me"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "mastodon"
|
name = "mastodon"
|
||||||
url = "https://mastodon.kempkens.io/@daniel"
|
url = "https://mastodon.kempkens.io/@daniel"
|
||||||
|
rel = "me"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "matrix"
|
name = "matrix"
|
||||||
url = "https://matrix.to/#/@daniel:kempkens.io"
|
url = "https://matrix.to/#/@daniel:kempkens.io"
|
||||||
|
rel = "me"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit fff3cc7bcd46476834e5a975e13dce0766c813bd
|
Subproject commit 2f72f3c62fcd9915f297757dd3f0618363f7160e
|
Loading…
Reference in a new issue