pidgin/nest

Move most of custom header to meta partial

19 months ago, Elliott Sales de Andrade
bb1e9645cf74
Move most of custom header to meta partial

This puts the version comment stuff earlier in the file, so it's more
noticeable, and keeps the OpenGraph/Twitter card info near the other `meta`
tags.

Unfortunately, this does mean we need to copy in the original `meta` partial,
but it's only two lines.

Testing Done:
Checked rendered results and the meta tags were still there.

Reviewed at https://reviews.imfreedom.org/r/1929/
baseURL = "https://pidgin.im/"
languageCode = "en-us"
title = "Pidgin, the universal chat client"
dataDir = "data"
[[module.imports]]
# the following is the theme that we use, it gets automatically placed
# in the themes directory
path = "github.com/matcornic/hugo-theme-learn"
[params]
currentVersion = "2.14.10"
# Disable arrows
disableNextPrev = true
editURL = "https://keep.imfreedom.org/pidgin/nest/file/default/hugo/content/"
disableShortcutsTitle = true
contributeGuideURL = "https://docs.imfreedom.org/contributors-guide/"
pidginIssuesURL = "https://issues.imfreedom.org/issues/PIDGIN?u=1"
# These enable Open Graph and Twitter cards
description = "Pidgin is a universal chat client, allowing you to consolidate all your different messaging apps into a single tool."
images = ["/images/pidgin-circle-256.png"]
# These manage the notification banner. When finished, please comment them out
# The code is used in the cookie to prevent showing the alert once closed
#notificationMessage = "We've launched the new site. Think we're missing something?<br /><a href=\"/posts/2019-12-nest-launch/\">Read the blog post</a> or <a href=\"https://old.pidgin.im\">Go to the old site</a>"
#notificationCode = "nest-launch"
notificationMessage = "Looking to reach us via XMPP? Check out the new <a href='/about/pidginchat'>PidginChat</a> service!"
notificationCode = "pidgin-chat-announcement"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[permalinks]
post = "posts/:year-:month-:title/"
[languages]
[languages.en]
languageName = "English (US)"
[languages.es]
languageName = "Spanish"
[taxonomies]
# Used by Open Graph
series = "series"
# Shortcuts
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-tasks'></i> Issue Tracker"
identifier = "issue-tracker"
url = "https://issues.imfreedom.org/issues/PIDGIN"
weight = -900
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-code'></i> Repositories"
identifier = "sourcecode"
url = "https://keep.imfreedom.org/pidgin/"
weight = -800
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-tshirt'></i> Merchandise"
identifier = "merchandise"
url = "https://shop.spreadshirt.com/imfreedom"
weight = 1000
[security]
[security.funcs]
getenv = ['^HUGO_', '^BUILD_', '^COMMIT$']