Skip to content
Snippets Groups Projects
Commit 91921594 authored by Julien Fontchastagner's avatar Julien Fontchastagner
Browse files

maj

parent 9981ba0e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ disableLanguages = []
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
paginate = 10
paginate = 100
summaryLength = 0
buildDrafts = false
......
......@@ -13,6 +13,7 @@ title = "J. Fontchastagner"
# secondaryLogo = "img/secondary-logo.png"
description = "Julien Fontchastagner's webpage"
# copyright = "Copy, _right?_ :thinking_face:"
copyright = "Last update: Sept. 2024"
[params.author]
name = "Julien Fontchastagner"
......
......@@ -13,7 +13,8 @@ title = "J. Fontchastagner"
# secondaryLogo = "img/secondary-logo.png"
description = "Page web personelle de Julien Fontchastagner"
# copyright = "Copy, _right?_ :thinking_face:"
copyright = "Mise à jour : Sept. 2024"
[params.author]
name = "Julien Fontchastagner"
email = "julien.fontchastagner@univ-lorraine.fr"
......
......@@ -10,6 +10,27 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
name = "Home"
pageRef = "/"
weight = 1
[[main]]
name = "Research"
pageRef = "pages/recherche"
weight = 10
[[main]]
name = "Teaching"
pageRef = "pages/enseignements"
weight = 20
[[main]]
name = "Publications"
pageRef = "pages/publications"
weight = 30
#[[main]]
# name = "Blog"
# pageRef = "posts"
......
......@@ -10,6 +10,27 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
name = "Accueil"
pageRef = "/"
weight = 1
[[main]]
name = "Recherche"
pageRef = "pages/recherche"
weight = 10
[[main]]
name = "Enseignement"
pageRef = "pages/enseignements"
weight = 20
[[main]]
name = "Publications"
pageRef = "pages/publications"
weight = 30
#[[main]]
# name = "Blog"
# pageRef = "posts"
......
......@@ -5,12 +5,12 @@
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "blowfish"
colorScheme = "blowfish"
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = false
enableSearch = false
enableCodeCopy = false
replyByEmail = false
......@@ -24,18 +24,18 @@ disableTextInHeader = false
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
# highlightCurrentMenuArea = true
# smartTOC = true
# smartTOCHideUnfocusedChildren = true
highlightCurrentMenuArea = true
smartTOC = true
smartTOCHideUnfocusedChildren = false
giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://v8.next.forgejo.org"
#giteaDefaultServer = "https://git.fsfe.org"
#forgejoDefaultServer = "https://v8.next.forgejo.org"
[header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
layout = "fixed-fill" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur
[footer]
showMenu = true
showMenu = false
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
......@@ -44,11 +44,11 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
[homepage]
layout = "profile" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
showRecent = false
showRecentItems = 5
showRecent = true
showRecentItems = 3
showMoreLink = false
showMoreLinkDest = "/posts/"
cardView = false
showMoreLinkDest = "/pages/"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background
......@@ -58,7 +58,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showLikes = false
showDateOnlyInArticle = false
showDateUpdated = false
showAuthor = true
showAuthor = false
# showAuthorBottom = false
showHero = false
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
......@@ -70,16 +70,16 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
# editURL = "https://github.com/username/repo/"
editAppendPath = true
seriesOpened = false
showHeadingAnchors = true
showHeadingAnchors = false
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = false
invertPagination = true
showReadingTime = false
showTableOfContents = true
# showRelatedContent = false
# relatedContentLimit = 3
showTaxonomies = false
showAuthorsBadges = false
showWordCount = true
showWordCount = false
# sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
showZenMode = false
......@@ -104,7 +104,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
excludedKinds = ["taxonomy", "term"]
[taxonomy]
showTermCount = true
showTermCount = false
showHero = false
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
showBreadcrumbs = false
......@@ -119,7 +119,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = true
showTableOfContents = false
groupByYear = false
cardView = false
cardViewScreenWidth = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment