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"]
|
||||
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]]
|
||||
name = "github"
|
||||
url = "https://github.com/nifoc"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "keybase"
|
||||
url = "https://keybase.io/nifoc"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "linkedin"
|
||||
url = "https://www.linkedin.com/in/danielkempkens/"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "ycombinator"
|
||||
url = "https://news.ycombinator.com/user?id=nifoc"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "mastodon"
|
||||
url = "https://mastodon.kempkens.io/@daniel"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "matrix"
|
||||
url = "https://matrix.to/#/@daniel:kempkens.io"
|
||||
rel = "me"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit fff3cc7bcd46476834e5a975e13dce0766c813bd
|
||||
Subproject commit 2f72f3c62fcd9915f297757dd3f0618363f7160e
|
Loading…
Reference in a new issue