e7612fc889
Change-Id: I1797d0d8c40ebff8ca68aa43a670ed8bc1920de1
124 lines
4.1 KiB
TOML
124 lines
4.1 KiB
TOML
# https://gohugo.io/getting-started/configuration/
|
|
|
|
languageCode = "en-us"
|
|
title = "ARA Records Ansible | ara.recordsansible.org"
|
|
theme = "hugo-future-imperfect"
|
|
preserveTaxonomyNames = true
|
|
paginate = 5
|
|
disqusShortname = ""
|
|
googleAnalytics = "UA-119558821-1"
|
|
pluralizeListTitles = false
|
|
enableRobotsTXT = true
|
|
enableGitInfo = true
|
|
relativeURLs = true
|
|
|
|
[params]
|
|
# Sets the meta tag description
|
|
description = "ARA Records Ansible playbook runs and makes the recorded data available and intuitive for users and systems."
|
|
# Sets the navbarTitle that appears in the top left of the navigation bar
|
|
navbarTitle = "ARA Records Ansible"
|
|
# Sets where "View More Posts" links
|
|
viewMorePostLink = "/blog/"
|
|
|
|
# Optional Params
|
|
# Sets navbarTitle to match the section of the website
|
|
dynamicTitles = false
|
|
# Sets RSS icons to appear on the sidebar with the social media buttons
|
|
rssAppearAtTop = true
|
|
rssAppearAtBottom = true
|
|
# Sets Social Media icons to appear on the sidebar
|
|
socialAppearAtTop = true
|
|
socialAppearAtBottom = true
|
|
# Sets Categories to sort by number of posts instead of alphabetical
|
|
categoriesByCount = true
|
|
# set to show or to hide categories in the sidebar
|
|
showSidebarCategories = true
|
|
# Sets Estimated Reading Time to appear in post headers
|
|
includeReadingTime = true
|
|
# Sets the Favicon and Version for the site. Default support is for
|
|
# apple-touch-icon-precomposed.png, favicon.png, favicon.ico, and mstile.png.
|
|
# These are stored in the favicon folder. See the following for more information:
|
|
# https://github.com/audreyr/favicon-cheat-sheet
|
|
loadFavicon = true
|
|
faviconVersion = ""
|
|
# Sets Social Share links to appear on posts
|
|
socialShare = true
|
|
# Sets specific share to appear on posts (default behavior is to appear)
|
|
socialShareTwitter = true
|
|
socialShareGoogleplus = true
|
|
socialShareFacebook = true
|
|
socialShareReddit = true
|
|
socialShareLinkedin = true
|
|
socialShareStumbleupon = false
|
|
socialSharePinterest = false
|
|
socialShareEmail = true
|
|
|
|
# Load custom CSS or JavaScript files. The variable is an array so that you
|
|
# can load multiple files if necessary. You can also load the standard theme
|
|
# files by adding the value, "default".
|
|
# customCSS = ["default", "/path/to/file"]
|
|
# customJS = ["default", "/path/to/file"]
|
|
customCSS = ["default"]
|
|
customJS = ["default"]
|
|
|
|
# options for highlight.js (version, additional languages, and theme)
|
|
disable_highlight = false # set to true to disable Highlight
|
|
highlightjsVersion = "9.13.1"
|
|
highlightjsCDN = "//cdn.bootcss.com"
|
|
highlightjsLang = ["r", "yaml", "css"]
|
|
highlightjsTheme = "github"
|
|
|
|
[permalinks]
|
|
blog = "/blog/:year/:month/:day/:slug/"
|
|
|
|
[params.intro]
|
|
paragraph = "Making your Ansible playbooks easier to understand and troubleshoot."
|
|
|
|
# This appears at the top of the sidebar above params.intro.header.
|
|
# A width of less than 100px is recommended from a design perspective.
|
|
[params.intro.pic]
|
|
src = "static/logo.png"
|
|
# Sets Image to be a circle
|
|
circle = false
|
|
# Sets Image to be Future Imperfect's hexagon
|
|
imperfect = false
|
|
width = ""
|
|
alt = "ara.recordsansible.org"
|
|
|
|
[params.postAmount]
|
|
# Sets the number of recent posts to show in the sidebar. The default value is 5.
|
|
sidebar = 5
|
|
|
|
# Sets the menu items in the navigation bar
|
|
# Identifier prepends a Font Awesome icon to the menu item
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/"
|
|
identifier = "fa fa-question-circle"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
identifier = "fa fa-newspaper-o"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Documentation"
|
|
url = "https://ara.readthedocs.io"
|
|
identifier = "fa fa-book"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Community & Help"
|
|
url = "/community"
|
|
identifier = "fa fa-users"
|
|
weight = 4
|
|
|
|
# Sets Social Media icons to appear and link to your account. Value should be your
|
|
# username unless otherwise noted. These are the icons affected by socialAppearAtTop
|
|
# and socialAppearAtBottom.
|
|
[social]
|
|
github = "openstack/?q=ara"
|
|
twitter = "ARecordsAnsible"
|