61 lines
2.8 KiB
TOML
61 lines
2.8 KiB
TOML
baseURL = "https://blackdrop.fr/"
|
|
#languageCode = "fr"
|
|
#defaultContentLanguage = "fr"
|
|
title = "Sam's Adventures"
|
|
#paginate = "10"
|
|
#theme = "hugo-theme-monochrome"
|
|
theme = "roadster"
|
|
|
|
#[Author]
|
|
# name = "Samuel Goutenoir"
|
|
# bio = "Sam's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it."
|
|
# avatar = "img/avatar.png"
|
|
|
|
[Params]
|
|
description = "Sam's adventures ! " # Site description. Used in meta description
|
|
copyright = "Sam" # Footer copyright holder, otherwise will use site title
|
|
opengraph = true # Enable OpenGraph if true
|
|
schema = true # Enable Schema
|
|
twitter_cards = true # Enable Twitter Cards if true
|
|
readmore = true # Show "Read more" button in list if true
|
|
authorbox = false # Show authorbox at bottom of pages if true
|
|
toc = true # Enable Table of Contents
|
|
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
|
|
post_meta = ["date", "categories", "translations"] # Order of post meta information
|
|
mainSections = ["post"] # Specify section pages to show on home page and the "Recent articles" widget
|
|
dateformat = "01-02-2006" # Change the format of dates
|
|
mathjax = false # Enable MathJax
|
|
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
|
|
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
|
|
googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" # Load Google Fonts
|
|
#customCSS = ["css/custom.css"] # Include custom CSS files
|
|
#customJS = ["js/custom.js"] # Include custom JS files
|
|
|
|
[Params.style.vars]
|
|
highlightColor = "#73df37" # Override highlight color
|
|
# Override font-family sets
|
|
# Take care of different quotes OR escaping symbols in these params if necessary
|
|
fontFamilyPrimary = "'Open Sans', Helvetica, Arial, sans-serif"
|
|
# Secondary font-family set responsible for pre, code, kbd, and samp tags font
|
|
fontFamilySecondary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
|
|
|
|
[Params.logo]
|
|
image = "img/placeholder.png" # Logo image. Path relative to "static"
|
|
title = "Sam's adventure !" # Logo title, otherwise will use site title
|
|
subtitle = "Just another blog with useless stuff :)"
|
|
|
|
[Params.thumbnail]
|
|
visibility = ["list", "post"] # Control thumbnail visibility
|
|
|
|
[Params.sidebar]
|
|
home = "right" # Configure layout for home page
|
|
# list = "left" # Configure layout for list pages
|
|
single = false # Configure layout for single pages
|
|
# Enable widgets in given order
|
|
widgets = ["search", "recent", "categories", "taglist", "social", "languages"]
|
|
|
|
[Params.widgets]
|
|
recent_num = 5 # Set the number of articles in the "Recent articles" widget
|
|
categories_counter = false # Enable counter for each category in "Categories" widget
|
|
tags_counter = false # Enable counter for each tag in "Tags" widget
|