The 'Recent' section would show the content/samples files, pointing to documentation and other boilerplate content. I've replaced this config according to https://jpanther.github.io/congo/docs/homepage-layout/#recent-articles. I've also adjusted the description to something non-hugo related (the first sentence of the current website) as an interim improved description
25 lines
809 B
TOML
25 lines
809 B
TOML
languageCode = "en"
|
|
languageName = "English"
|
|
languageDirection = "ltr"
|
|
weight = 1
|
|
|
|
title = "Psychoinformatics"
|
|
copyright = "© 2025 Psychoinformatics group"
|
|
|
|
[params]
|
|
dateFormat = "2 January 2006"
|
|
|
|
mainSections = ["posts", "projects"]
|
|
description = "Research in this lab focuses on the interface of computer and information sciences, neuroscience, and psychology."
|
|
|
|
[params.author]
|
|
name = "Congo"
|
|
image = "img/author.jpg"
|
|
headline = "Not your ordinary theme!"
|
|
bio = "This is an example author bio, and although there's a stock photo of a dog here, this article was actually created by a human. :dog:"
|
|
links = [
|
|
{ x-twitter = "https://twitter.com/" },
|
|
{ facebook = "https://facebook.com/" },
|
|
{ linkedin = "https://linkedin.com/" },
|
|
{ youtube = "https://youtube.com/" },
|
|
]
|