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

config ini

parent c32c0349
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,11 @@
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/
# theme = "blowfish" # UNCOMMENT THIS LINE
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"
theme = "blowfish" # UNCOMMENT THIS LINE
baseURL = "https://jufont.net"
defaultContentLanguage = "fr"
disableLanguages = []
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
......
disabled = false
languageCode = "en"
languageName = "English"
weight = 1
title = "Blowfish"
weight = 2
title = "J. Fontchastagner"
[params]
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
# logo = "img/logo.png"
#logo = "img/juju.png"
# secondaryLogo = "img/secondary-logo.png"
# description = "My awesome website"
description = "Julien Fontchastagner's webpage"
# copyright = "Copy, _right?_ :thinking_face:"
# [params.author]
# name = "Your name here"
# email = "youremail@example.com"
# image = "img/blowfish_logo.png"
# imageQuality = 96
# headline = "I'm only human"
[params.author]
name = "Julien Fontchastagner"
email = "julien.fontchastagner@univ-lorraine.fr"
image = "img/juju.png"
imageQuality = 96
headline = "Associate professor in Electrical Engineering"
# bio = "A little bit about you"
# links = [
# { email = "mailto:hello@your_domain.com" },
links = [
{ email = "mailto:julien.fontchastagner@univ-lorraine.fr" },
{ graduation-cap = "https://cours.jufont.net" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
......@@ -36,7 +37,7 @@ title = "Blowfish"
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { github = "https://github.com/username" },
# { gitlab = "https://gitlab.com/username" },
{ gitlab = "https://gitlab.univ-lorraine.fr/fontchas5" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
# { instagram = "https://instagram.com/username" },
......@@ -48,7 +49,8 @@ title = "Blowfish"
# { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
{ hal = "https://cv.hal.science/julien-fontchastagner"},
{ orcid = "https://orcid.org/0000-0002-2082-5603" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
......@@ -70,4 +72,4 @@ title = "Blowfish"
# { youtube = "https://youtube.com/username" },
# { ko-fi = "https://ko-fi.com/username" },
# { codeberg = "https://codeberg.org/username"},
# ]
]
......@@ -4,9 +4,9 @@
#
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "blowfish"
defaultAppearance = "light" # valid options: light or dark
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
......@@ -53,7 +53,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
layoutBackgroundBlur = false # only used when layout equals background
[article]
showDate = true
showDate = false
showViews = false
showLikes = false
showDateOnlyInArticle = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment