...
This commit is contained in:
parent
323bf56214
commit
1e547070ea
2 changed files with 22 additions and 1 deletions
21
hugo.toml
21
hugo.toml
|
@ -12,3 +12,24 @@ theme = 'ananke'
|
|||
name = 'News'
|
||||
pageRef = '/news'
|
||||
weight = 20
|
||||
|
||||
[params.ananke.social.follow]
|
||||
new_window_icon = false
|
||||
networks = [
|
||||
"telegram",
|
||||
"github",
|
||||
"hackernews",
|
||||
"youtube"
|
||||
]
|
||||
|
||||
[params.ananke.social.telegram]
|
||||
username="surdeus"
|
||||
|
||||
[params.ananke.social.github]
|
||||
username="surdeus"
|
||||
|
||||
[params.ananke.social.hackernews]
|
||||
username="surdeus"
|
||||
|
||||
[params.ananke.social.youtube]
|
||||
username="surdeus"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue