This repository has been archived on 2020-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
starter/config.toml

57 lines
2.5 KiB
TOML
Raw Normal View History

2019-03-16 15:17:54 +00:00
baseurl = "https://www.ducamps.win/starter/" # Your domain name. Must end with "/"
2019-03-10 16:15:24 +00:00
languageCode = "FR-fr"
defaultContentLanguage = "fr"
isMultilingual = false
2019-03-16 17:01:43 +00:00
title = "site d'accueil de vincent ducamps"
2019-03-10 16:15:24 +00:00
theme = "sam"
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
# googleAnalytics = "" # Tracking code, eg. "UA-111111111-1"
[params]
dateform = "Mon Jan 02, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 EST"
favicon = "sam.ico"
homepage = "home" # What to call the home page link
galleryFolder = "images/" # Where you've put your images, after "/content/gallery/"
clickablePhotos = false # Allow links to the full size images
smallPreviewImages = true # Show small images from the subfolder instead of the big versions in the gallery
# Note: This will only become active if clickablePhotos is also true.
smallImagesSubfolder = "small/" # The subfolder for the small versions of the images under the gallery (with trailing slash)
# For each image the small version has to have the same filename as the big version.
footerText = "L'homme de la pampa, parfois rude, reste toujours courtois."
# Metadata
2019-03-16 16:56:40 +00:00
description = "site d'accueil de vincent ducamps." # Max 160 characters show in search results
2019-03-10 16:15:24 +00:00
twitterCard = "summary_large_image" # Card value “summary”, “summary_large_image”, “app”, or “player”
primaryImage = "tn.png" # Image that shows on Twitter cards and OpenGraph links
[[params.mainMenu]]
link = "https://www.ducamps.win/tt-rss"
text = "News"
[[params.mainMenu]]
link = "https://git.ducamps.win"
text = "Gitea"
[[params.mainMenu]]
link = "https://diskstation.ducamps.win/audio"
text = "Audio"
[[params.mainMenu]]
link = "https://photo.ducamps.win/"
text = "Photo"
[[params.mainMenu]]
link = "https://diskstation.ducamps.win/"
text = "Diskstation"
2019-03-17 20:29:48 +00:00
[[par
[[params.mainMenu]]
2019-03-16 15:08:12 +00:00
link = "/starter/link"
2019-03-17 20:29:48 +00:00
text = "Interest Link"
[[params.mainMenu]]
link = "/starter/about"
text = "A Propos"