efnet-news/hugo.toml

96 lines
3.2 KiB
TOML

baseURL = 'https://enn.efnot.org/'
languageCode = 'en-us'
title = 'EFNet News'
theme = "binario"
paginate = "10" # Number of elements per page in pagination
#disqusShortname = "" # Enable comments by entering your Disqus shortname
#googleAnalytics = "" # Enable Google Analytics by entering your tracking id
[Author] # Used in authorbox
name = "spoon"
bio = "do not try to bend the spoon"
avatar = "img/avatar.jpg"
[Params]
description = "Home of EFNet News" # Site Description. Used in meta description
#copyright = "Binario" # 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
columns = 1 # Set the number of cards columns. Possible values: 1, 2, 3
mainSections = ["post"] # Set main page sections
dateFormat = "January 02, 2006" # Change the format of dates
#colorTheme = "" # dark-green, dark-blue, dark-red, dark-violet
#customCSS = ["css/custom.css"] # Include custom CSS files
#customJS = ["js/custom.js"] # Include custom JS files
mainMenuAlignment = "right" # Align main menu (desktop version) to the right side
authorbox = true # Show authorbox at bottom of single pages if true
comments = true # Enable comments for all site pages
related = true # Enable Related content for single pages
relatedMax = 5 # Set the maximum number of elements that can be displayed in related block. Optional
#mathjax = true # Enable MathJax for all site pages
#mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path. Optional
#mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config. Optional
hideNoPostsWarning = false # Don't show no posts empty state warning in main page, if true
[Params.Entry]
meta = ["date", "categories", "tags"] # Enable meta fields in given order
toc = false # Enable Table of Contents
tocOpen = true # Open Table of Contents block. Optional
[Params.Featured]
previewOnly = false # Show only preview featured image
[Params.Breadcrumb]
enable = true # Enable breadcrumb block globally
homeText = "ENN" # Home node text
[Params.Social]
email = "enn@efnot.org"
#facebook = "username"
twitter = "username"
telegram = "username"
#instagram = "username"
#pinterest = "username"
#vk = "username"
#linkedin = "username"
#github = "username"
#gitlab = "username"
#stackoverflow = "numberid"
mastodon = "https://some.instance/@username"
#medium = "username"
[Params.Share] # Entry Share block
facebook = true
twitter = true
reddit = true
telegram = true
linkedin = true
vk = true
pocket = true
pinterest = true
# Web App Manifest settings
# https://www.w3.org/TR/appmanifest/
# https://developers.google.com/web/fundamentals/web-app-manifest/
#[Params.Manifest]
# name = "Binario"
# shortName = "Binario"
# display = "browser"
# startUrl = "/"
# backgroundColor = "#2a2a2a"
# themeColor = "#1b1b1b"
# description = "Responsive card-based & code-light Hugo theme"
# orientation = "portrait"
# scope = "/"
#[outputFormats]
# [outputFormats.MANIFEST]
# mediaType = "application/json"
# baseName = "manifest"
# isPlainText = true
# notAlternative = true
[outputs]
home = ["HTML", "RSS"]