Whole refactor to accommodate Hugo >=0.146.0.
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +1 @@
|
||||
{"taxonomy":{"tags":["Beispiele","CSS","Chart","Diagramm","Emoji","Gist","Graph","HTML","Icons","KaTeX","Markdown","Mathematik","Mermaid","Privatsphäre","Shortcodes","Twitter","Vimeo","YouTube","advanced","analytics","chart","comments","config","content","css","deployment","diagram","docs","emoji","example","favicons","front matter","gist","github","graph","homepage","hosting","html","icon","icons","installation","katex","latin","layouts","lead","markdown","maths","mermaid","netlify","new","partials","privacy","render","sample","shortcodes","text","twitter","users","vimeo","youtube","文档","高级"],"categories":[]}}
|
||||
{"taxonomy":{"tags":[],"categories":[]}}
|
||||
@@ -1,10 +0,0 @@
|
||||
[submodule "poison"]
|
||||
path = poison
|
||||
url = https://github.com/lukeorth/poison.git
|
||||
[submodule "themes/poison"]
|
||||
path = themes/poison
|
||||
url = https://github.com/lukeorth/poison.git
|
||||
[submodule "themes/congo"]
|
||||
path = themes/congo
|
||||
url = https://github.com/jpanther/congo.git
|
||||
branch = stable
|
||||
@@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# -- Site Configuration --
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://jpanther.github.io/congo/docs/getting-started/
|
||||
|
||||
baseURL = "https://it-services.trez.wtf/"
|
||||
defaultContentLanguage = "en"
|
||||
enableRobotsTXT = true
|
||||
pagerSize = 10
|
||||
summaryLength = 0
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[markup]
|
||||
defaultMarkdownHandler = "goldmark"
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
@@ -0,0 +1,57 @@
|
||||
# -- Site Configuration --
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://jpanther.github.io/congo/docs/getting-started/
|
||||
|
||||
# baseURL = "https://your_domain.com/"
|
||||
baseURL = "https://it-services.trez.wtf/"
|
||||
defaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir = true
|
||||
enableRobotsTXT = true
|
||||
pagerSize = 10
|
||||
summaryLength = 0
|
||||
sectionPagesMenu = 'main'
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
contentDir = "content/en"
|
||||
|
||||
[languages.ko]
|
||||
languageName = "한국어"
|
||||
weight = 2
|
||||
contentDir = "content/ko"
|
||||
|
||||
[languages.zh-Hans]
|
||||
languageName = "中文"
|
||||
weight = 3
|
||||
contentDir = "content/zh-Hans"
|
||||
|
||||
[languages.es]
|
||||
languageName = "Español"
|
||||
weight = 4
|
||||
contentDir = "content/es"
|
||||
|
||||
[markup]
|
||||
defaultMarkdownHandler = "goldmark"
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[pagination]
|
||||
pagerSize = 10
|
||||
|
||||
[privacy]
|
||||
[privacy.vimeo]
|
||||
enableDNT = true
|
||||
[privacy.x]
|
||||
enableDNT = true
|
||||
[privacy.youTube]
|
||||
privacyEnhanced = true
|
||||
|
||||
[services]
|
||||
[services.x]
|
||||
disableInlineCSS = true
|
||||
@@ -16,7 +16,7 @@ copyright = "Copy, _right?_ :thinking_face:"
|
||||
# name = "Your name here"
|
||||
# image = "img/author.jpg"
|
||||
# headline = "I'm only human"
|
||||
# bio = "Moi?"
|
||||
# bio = "A little bit about you"
|
||||
# links = [
|
||||
# { email = "mailto:hello@your_domain.com" },
|
||||
# { link = "https://link-to-some-website.com/" },
|
||||
@@ -38,6 +38,7 @@ copyright = "Copy, _right?_ :thinking_face:"
|
||||
# { instagram = "https://instagram.com/username" },
|
||||
# { keybase = "https://keybase.io/username" },
|
||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||
# { kofi = "https://ko-fi.com/username" },
|
||||
# { lastfm = "https://lastfm.com/user/username" },
|
||||
# { linkedin = "https://linkedin.com/in/username" },
|
||||
# { mastodon = "https://mastodon.instance/@username" },
|
||||
@@ -55,10 +56,12 @@ copyright = "Copy, _right?_ :thinking_face:"
|
||||
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
|
||||
# { steam = "https://steamcommunity.com/profiles/userid" },
|
||||
# { telegram = "https://t.me/username" },
|
||||
# { threads = "https://threads.net/@username" },
|
||||
# { tiktok = "https://tiktok.com/@username" },
|
||||
# { tumblr = "https://username.tumblr.com" },
|
||||
# { twitch = "https://twitch.tv/username" },
|
||||
# { whatsapp = "https://wa.me/phone-number" },
|
||||
# { x-twitter = "https://twitter.com/username" },
|
||||
# { youtube = "https://youtube.com/username" },
|
||||
# { xing = "https://xing.com/profile/username" },
|
||||
# ]
|
||||
|
||||
@@ -13,12 +13,14 @@
|
||||
[[main]]
|
||||
identifier = "services"
|
||||
name = "Services/Rates"
|
||||
url = "https://it-services.trez.wtf/#services"
|
||||
pageRef = '/'
|
||||
# url = "https://it-services.trez.wtf/#services"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "About"
|
||||
url = 'https://it-services.trez.wtf/about/'
|
||||
pageRef = "/about"
|
||||
# url = 'https://it-services.trez.wtf/about/'
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
@@ -35,11 +37,17 @@
|
||||
[main.params]
|
||||
target = "_blank"
|
||||
|
||||
# [[main]]
|
||||
# identifier = "search"
|
||||
# weight = 99
|
||||
# [main.params]
|
||||
# action = "search"
|
||||
|
||||
[[main]]
|
||||
identifier = "search"
|
||||
weight = 99
|
||||
identifier = "appearance"
|
||||
weight = 100
|
||||
[main.params]
|
||||
action = "search"
|
||||
action = "appearance"
|
||||
|
||||
[[main]]
|
||||
identifier = "locale"
|
||||
|
||||
@@ -11,34 +11,43 @@
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
[[main]]
|
||||
name = "Docs"
|
||||
url = "/docs"
|
||||
identifier = "services"
|
||||
name = "Services/Rates"
|
||||
pageRef = '/'
|
||||
# url = "https://it-services.trez.wtf/#services"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Ejemplos"
|
||||
pageRef = "samples"
|
||||
name = "About"
|
||||
pageRef = "/about"
|
||||
# url = 'https://it-services.trez.wtf/about/'
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Usuarios"
|
||||
pageRef = "users"
|
||||
name = "Support"
|
||||
url = "https://support.trez.wtf"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "GitHub"
|
||||
url = "https://github.com/jpanther/congo"
|
||||
weight = 40
|
||||
[main.params]
|
||||
icon = "github"
|
||||
showName = false
|
||||
target = "_blank"
|
||||
|
||||
[[main]]
|
||||
identifier = "search"
|
||||
weight = 99
|
||||
name = "Payments"
|
||||
url = "https://biz.trez.wtf/client/login"
|
||||
weight = 40
|
||||
[main.params]
|
||||
action = "search"
|
||||
target = "_blank"
|
||||
|
||||
# [[main]]
|
||||
# identifier = "search"
|
||||
# weight = 99
|
||||
# [main.params]
|
||||
# action = "search"
|
||||
|
||||
[[main]]
|
||||
identifier = "appearance"
|
||||
weight = 100
|
||||
[main.params]
|
||||
action = "appearance"
|
||||
|
||||
[[main]]
|
||||
identifier = "locale"
|
||||
@@ -11,34 +11,43 @@
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
[[main]]
|
||||
name = "ドキュメント"
|
||||
pageRef = "docs"
|
||||
identifier = "services"
|
||||
name = "Services/Rates"
|
||||
pageRef = '/'
|
||||
# url = "https://it-services.trez.wtf/#services"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "サンプル"
|
||||
pageRef = "samples"
|
||||
name = "About"
|
||||
pageRef = "/about"
|
||||
# url = 'https://it-services.trez.wtf/about/'
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "利用例"
|
||||
pageRef = "users"
|
||||
name = "Support"
|
||||
url = "https://support.trez.wtf"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "GitHub"
|
||||
url = "https://github.com/jpanther/congo"
|
||||
weight = 40
|
||||
[main.params]
|
||||
icon = "github"
|
||||
showName = false
|
||||
target = "_blank"
|
||||
|
||||
[[main]]
|
||||
identifier = "検索"
|
||||
weight = 99
|
||||
name = "Payments"
|
||||
url = "https://biz.trez.wtf/client/login"
|
||||
weight = 40
|
||||
[main.params]
|
||||
action = "search"
|
||||
target = "_blank"
|
||||
|
||||
# [[main]]
|
||||
# identifier = "search"
|
||||
# weight = 99
|
||||
# [main.params]
|
||||
# action = "search"
|
||||
|
||||
[[main]]
|
||||
identifier = "appearance"
|
||||
weight = 100
|
||||
[main.params]
|
||||
action = "appearance"
|
||||
|
||||
[[main]]
|
||||
identifier = "locale"
|
||||
@@ -11,34 +11,43 @@
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
[[main]]
|
||||
name = "Dokumentation"
|
||||
pageRef = "docs"
|
||||
identifier = "services"
|
||||
name = "Services/Rates"
|
||||
pageRef = '/'
|
||||
# url = "https://it-services.trez.wtf/#services"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Beispiele"
|
||||
pageRef = "samples"
|
||||
name = "About"
|
||||
pageRef = "/about"
|
||||
# url = 'https://it-services.trez.wtf/about/'
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Genutzt von"
|
||||
pageRef = "users"
|
||||
name = "Support"
|
||||
url = "https://support.trez.wtf"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "GitHub"
|
||||
url = "https://github.com/jpanther/congo"
|
||||
weight = 40
|
||||
[main.params]
|
||||
icon = "github"
|
||||
showName = false
|
||||
target = "_blank"
|
||||
|
||||
[[main]]
|
||||
identifier = "search"
|
||||
weight = 99
|
||||
name = "Payments"
|
||||
url = "https://biz.trez.wtf/client/login"
|
||||
weight = 40
|
||||
[main.params]
|
||||
action = "search"
|
||||
target = "_blank"
|
||||
|
||||
# [[main]]
|
||||
# identifier = "search"
|
||||
# weight = 99
|
||||
# [main.params]
|
||||
# action = "search"
|
||||
|
||||
[[main]]
|
||||
identifier = "appearance"
|
||||
weight = 100
|
||||
[main.params]
|
||||
action = "appearance"
|
||||
|
||||
[[main]]
|
||||
identifier = "locale"
|
||||
@@ -2,10 +2,5 @@
|
||||
extended = true
|
||||
min = "0.87.0"
|
||||
|
||||
[module]
|
||||
|
||||
[[module.imports]]
|
||||
path = "./themes/poison"
|
||||
|
||||
[[module.imports]]
|
||||
path = "./themes/congo"
|
||||
[[imports]]
|
||||
path = "github.com/jpanther/congo/v2"
|
||||
|
||||
@@ -9,6 +9,8 @@ colorScheme = "slate"
|
||||
defaultAppearance = "light" # valid options: light or dark
|
||||
autoSwitchAppearance = true
|
||||
|
||||
defaultThemeColor = "#FFFFFF"
|
||||
|
||||
enableSearch = false
|
||||
enableCodeCopy = false
|
||||
enableImageLazyLoading = true
|
||||
@@ -18,7 +20,7 @@ enableImageWebp = true
|
||||
fingerprintAlgorithm = "sha256"
|
||||
|
||||
[header]
|
||||
layout = "custom" # valid options: basic, hamburger, hybrid, custom
|
||||
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
|
||||
logo = "img/logo.png"
|
||||
logoDark = "img/logo.png"
|
||||
showTitle = false
|
||||
@@ -26,7 +28,7 @@ fingerprintAlgorithm = "sha256"
|
||||
[footer]
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = true
|
||||
showAppearanceSwitcher = false
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
@@ -51,14 +53,14 @@ fingerprintAlgorithm = "sha256"
|
||||
showTaxonomies = false
|
||||
showWordCount = false
|
||||
showComments = false
|
||||
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line", "weibo"]
|
||||
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo", "xing", "bluesky"]
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = false
|
||||
showSummary = false
|
||||
showTableOfContents = false
|
||||
showTaxonomies = false
|
||||
groupByYear = true
|
||||
groupByYear = false
|
||||
paginationWidth = 1
|
||||
|
||||
[sitemap]
|
||||
@@ -75,6 +77,10 @@ fingerprintAlgorithm = "sha256"
|
||||
# event = ""
|
||||
# script = ""
|
||||
|
||||
#[umamiAnalytics]
|
||||
# site = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
# region = "eu" # can be either "eu" or "us"
|
||||
|
||||
[verification]
|
||||
# google = ""
|
||||
# bing = ""
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
# -- Site Configuration --
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://jpanther.github.io/congo/docs/getting-started/
|
||||
|
||||
baseURL = "https://it-services.trez.wtf/"
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
enableRobotsTXT = true
|
||||
pagerSize = 10
|
||||
summaryLength = 0
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
@@ -1,64 +0,0 @@
|
||||
languageCode = "en"
|
||||
languageName = "English"
|
||||
languageDirection = "ltr"
|
||||
weight = 1
|
||||
|
||||
title = "Congo"
|
||||
# copyright = "Copy, _right?_ :thinking_face:"
|
||||
|
||||
[params]
|
||||
dateFormat = "2 January 2006"
|
||||
|
||||
# mainSections = ["section1", "section2"]
|
||||
# description = "My awesome website"
|
||||
|
||||
[params.author]
|
||||
# name = "Your name here"
|
||||
# image = "img/author.jpg"
|
||||
# headline = "I'm only human"
|
||||
# bio = "A little bit about you"
|
||||
# links = [
|
||||
# { email = "mailto:hello@your_domain.com" },
|
||||
# { link = "https://link-to-some-website.com/" },
|
||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
||||
# { apple = "https://www.apple.com" },
|
||||
# { blogger = "https://username.blogspot.com/" },
|
||||
# { codepen = "https://codepen.io/username" },
|
||||
# { dev = "https://dev.to/username" },
|
||||
# { discord = "https://discord.gg/invitecode" },
|
||||
# { dribbble = "https://dribbble.com/username" },
|
||||
# { facebook = "https://facebook.com/username" },
|
||||
# { flickr = "https://www.flickr.com/photos/username/" },
|
||||
# { foursquare = "https://foursquare.com/username" },
|
||||
# { github = "https://github.com/username" },
|
||||
# { gitlab = "https://gitlab.com/username" },
|
||||
# { google = "https://www.google.com/" },
|
||||
# { google-scholar = "https://scholar.google.com/citations?user=user-id" },
|
||||
# { hashnode = "https://username.hashnode.dev" },
|
||||
# { instagram = "https://instagram.com/username" },
|
||||
# { keybase = "https://keybase.io/username" },
|
||||
# { kickstarter = "https://www.kickstarter.com/profile/username" },
|
||||
# { lastfm = "https://lastfm.com/user/username" },
|
||||
# { linkedin = "https://linkedin.com/in/username" },
|
||||
# { mastodon = "https://mastodon.instance/@username" },
|
||||
# { medium = "https://medium.com/username" },
|
||||
# { mendeley = "https://www.mendeley.com/" },
|
||||
# { microsoft = "https://www.microsoft.com/" },
|
||||
# { orcid = "https://orcid.org/userid" },
|
||||
# { patreon = "https://www.patreon.com/username" },
|
||||
# { pinterest = "https://pinterest.com/username" },
|
||||
# { reddit = "https://reddit.com/user/username" },
|
||||
# { researchgate = "https://www.researchgate.net/profile/username" },
|
||||
# { slack = "https://workspace.url/team/userid" },
|
||||
# { snapchat = "https://snapchat.com/add/username" },
|
||||
# { soundcloud = "https://soundcloud.com/username" },
|
||||
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
|
||||
# { steam = "https://steamcommunity.com/profiles/userid" },
|
||||
# { telegram = "https://t.me/username" },
|
||||
# { tiktok = "https://tiktok.com/@username" },
|
||||
# { tumblr = "https://username.tumblr.com" },
|
||||
# { twitch = "https://twitch.tv/username" },
|
||||
# { whatsapp = "https://wa.me/phone-number" },
|
||||
# { x-twitter = "https://twitter.com/username" },
|
||||
# { youtube = "https://youtube.com/username" },
|
||||
# ]
|
||||
@@ -1,13 +0,0 @@
|
||||
# -- Markup --
|
||||
# These settings are required for the theme to function.
|
||||
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 4
|
||||
@@ -1,47 +0,0 @@
|
||||
# -- Main Menu --
|
||||
# The main menu is displayed in the header at the top of the page.
|
||||
# Acceptable parameters are name, pageRef, page, url, title, weight.
|
||||
#
|
||||
# The simplest menu configuration is to provide:
|
||||
# name = The name to be displayed for this menu link
|
||||
# pageRef = The identifier of the page or section to link to
|
||||
#
|
||||
# By default the menu is ordered alphabetically. This can be
|
||||
# overridden by providing a weight value. The menu will then be
|
||||
# ordered by weight from lowest to highest.
|
||||
|
||||
[[main]]
|
||||
name = "Blog"
|
||||
pageRef = "posts"
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Categories"
|
||||
pageRef = "categories"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Tags"
|
||||
pageRef = "tags"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
identifier = "search"
|
||||
weight = 99
|
||||
[main.params]
|
||||
action = "search"
|
||||
|
||||
[[main]]
|
||||
identifier = "locale"
|
||||
weight = 100
|
||||
[main.params]
|
||||
action = "locale"
|
||||
|
||||
# -- Footer Menu --
|
||||
# The footer menu is displayed at the bottom of the page, just before
|
||||
# the copyright notice. Configure as per the main menu above.
|
||||
|
||||
# [[footer]]
|
||||
# name = "Tags"
|
||||
# pageRef = "tags"
|
||||
# weight = 10
|
||||
@@ -1,3 +0,0 @@
|
||||
[hugoVersion]
|
||||
extended = true
|
||||
min = "0.87.0"
|
||||
@@ -1,82 +0,0 @@
|
||||
# -- Theme Options --
|
||||
# These options control how the theme functions and allow you to
|
||||
# customise the display of your website.
|
||||
#
|
||||
# Refer to the theme docs for more details about each of these parameters.
|
||||
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
|
||||
|
||||
colorScheme = "ocean"
|
||||
defaultAppearance = "light" # valid options: light or dark
|
||||
autoSwitchAppearance = true
|
||||
|
||||
enableSearch = false
|
||||
enableCodeCopy = false
|
||||
enableImageLazyLoading = true
|
||||
enableImageWebp = true
|
||||
|
||||
# robots = ""
|
||||
fingerprintAlgorithm = "sha256"
|
||||
|
||||
[header]
|
||||
layout = "basic" # valid options: basic, hamburger, hybrid, custom
|
||||
# logo = "img/logo.jpg"
|
||||
# logoDark = "img/dark-logo.jpg"
|
||||
showTitle = true
|
||||
|
||||
[footer]
|
||||
showCopyright = true
|
||||
showThemeAttribution = true
|
||||
showAppearanceSwitcher = false
|
||||
showScrollToTop = true
|
||||
|
||||
[homepage]
|
||||
layout = "page" # valid options: page, profile, custom
|
||||
showRecent = false
|
||||
recentLimit = 5
|
||||
|
||||
[article]
|
||||
showDate = true
|
||||
showDateUpdated = false
|
||||
showAuthor = true
|
||||
showBreadcrumbs = false
|
||||
showDraftLabel = true
|
||||
showEdit = false
|
||||
# editURL = "https://github.com/username/repo/"
|
||||
editAppendPath = true
|
||||
showHeadingAnchors = true
|
||||
showPagination = true
|
||||
invertPagination = false
|
||||
showReadingTime = true
|
||||
showTableOfContents = false
|
||||
showTaxonomies = false
|
||||
showWordCount = false
|
||||
showComments = false
|
||||
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "telegram", "line", "weibo"]
|
||||
|
||||
[list]
|
||||
showBreadcrumbs = false
|
||||
showSummary = false
|
||||
showTableOfContents = false
|
||||
showTaxonomies = false
|
||||
groupByYear = true
|
||||
paginationWidth = 1
|
||||
|
||||
[sitemap]
|
||||
excludedKinds = ["taxonomy", "term"]
|
||||
|
||||
[taxonomy]
|
||||
showTermCount = true
|
||||
|
||||
[fathomAnalytics]
|
||||
# site = "ABC12345"
|
||||
|
||||
[plausibleAnalytics]
|
||||
# domain = "blog.yoursite.com"
|
||||
# event = ""
|
||||
# script = ""
|
||||
|
||||
[verification]
|
||||
# google = ""
|
||||
# bing = ""
|
||||
# pinterest = ""
|
||||
# yandex = ""
|
||||
@@ -1,106 +0,0 @@
|
||||
baseURL = "it-services.trez.wtf"
|
||||
languageCode = "en-us"
|
||||
theme = "poison"
|
||||
pagerSize = 10
|
||||
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
|
||||
|
||||
# NOTE: If using Disqus as commenting engine, uncomment and configure this line
|
||||
# disqusShortname = "yourDisqusShortname"
|
||||
|
||||
[params]
|
||||
brand = "Treasured IT" # name of your site - appears in the sidebar
|
||||
# remote_brand_image = 'https://github.com/USERNAME.png' # path to a remote file
|
||||
# brand_image = "/images/test.jpg" # path to the image shown in the sidebar
|
||||
description = "Services & Consulting" # Used as default meta description if not specified in front matter
|
||||
dark_mode = false # optional - defaults to false
|
||||
# favicon = "favicon.png" # path to favicon (defaults to favicon.png)
|
||||
|
||||
front_page_content = ["about"] # Equivalent to the default value, add page bundle names to include them on the front page.
|
||||
|
||||
# MENU PLACEHOLDER
|
||||
# Menu dict keys:
|
||||
# Name: The name to display on the menu.
|
||||
# URL: The directory relative to the content directory.
|
||||
# HasChildren: If the directory's files should be listed. Default is true.
|
||||
# Limit: If the files should be listed, how many should be shown.
|
||||
menu = [
|
||||
{Name = "About", URL = "/about/", HasChildren = false},
|
||||
{Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5},
|
||||
]
|
||||
|
||||
# Links to your socials. Comment or delete any you don't need/use.
|
||||
discord_url = "https://discord.com"
|
||||
email_url = "mailto://user@domain"
|
||||
facebook_url = "https://facebook.com"
|
||||
flickr_url = "https://flickr.com"
|
||||
github_url = "https://github.com"
|
||||
gitlab_url = "https://gitlab.com"
|
||||
instagram_url = "https://instagram.com"
|
||||
linkedin_url = "https://linkedin.com"
|
||||
mastodon_url = "https://mastodon.social"
|
||||
matrix_url = "https://matrix.org"
|
||||
telegram_url = "https://telegram.org"
|
||||
tryhackme_url = "https://tryhackme.com"
|
||||
twitter_url = "https://twitter.com"
|
||||
xmpp_url = "https://xmpp.org"
|
||||
youtube_url = "https://youtube.com"
|
||||
|
||||
# NOTE: If you don't want to use RSS, comment or delete the following lines
|
||||
# Adds an RSS icon to the end of the socials which links to {{ .Site.BaseURL }}/index.xml
|
||||
rss_icon = true
|
||||
# Which section the RSS icon links to, defaults to all content. See https://gohugo.io/templates/rss/#section-rss
|
||||
rss_section = "posts"
|
||||
|
||||
# Hex colors for your sidebar.
|
||||
moon_sun_background_color = "#515151" # default is #515151
|
||||
moon_sun_color = "#FFF" # default is #FFF
|
||||
sidebar_a_color = "#FFF" # default is #FFF
|
||||
sidebar_bg_color = "#202020" # default is #202020
|
||||
sidebar_h1_color = "#FFF" # default is #FFF
|
||||
sidebar_img_border_color = "#515151" # default is #515151
|
||||
sidebar_p_color = "#909090" # default is #909090
|
||||
sidebar_socials_color = "#FFF" # default is #FFF
|
||||
|
||||
# Hex colors for your content in light mode.
|
||||
code_color = "#000" # default is #000
|
||||
code_background_color = "#E5E5E5" # default is #E5E5E5
|
||||
code_block_color = "#FFF" # default is #FFF
|
||||
code_block_background_color = "#272822" # default is #272822
|
||||
content_bg_color = "#FAF9F6" # default is #FAF9F6
|
||||
date_color = "#515151" # default is #515151
|
||||
link_color = "#268BD2" # default is #268BD2
|
||||
list_color = "#5A5A5A" # default is #5A5A5A
|
||||
post_title_color = "#303030" # default is #303030
|
||||
table_border_color = "#E5E5E5" # default is #E5E5E5
|
||||
table_stripe_color = "#F9F9F9" # default is #F9F9F9
|
||||
text_color = "#222" # default is #222
|
||||
|
||||
# Hex colors for your content in dark mode
|
||||
code_color_dark = "#FFF" # default is #FFF
|
||||
code_background_color_dark = "#515151" # default is #515151
|
||||
code_block_color_dark = "#FFF" # default is #FFF
|
||||
code_block_background_color_dark = "#272822" # default is #272822
|
||||
content_bg_color_dark = "#121212" # default is #121212
|
||||
date_color_dark = "#9A9A9A" # default is #9A9A9A
|
||||
link_color_dark = "#268BD2" # default is #268BD2
|
||||
list_color_dark = "#9D9D9D" # default is #9D9D9D
|
||||
post_title_color_dark = "#DBE2E9" # default is #DBE2E9
|
||||
table_border_color_dark = "#515151" # default is #515151
|
||||
table_stripe_color_dark = "#202020" # default is #202020
|
||||
text_color_dark = "#EEE" # default is #EEE
|
||||
|
||||
# NOTE: If using Remark42 as commenting engine, uncomment and configure these lines
|
||||
# remark42 = true
|
||||
# remark42_host = "https://yourhost.com"
|
||||
# remark42_site_id = "your_site_id"
|
||||
|
||||
# NOTE: The following three params are optional and are used to create meta tags + enhance SEO.
|
||||
# og_image = "" # path to social icon - front matter: image takes precedent, then og_image, then brand_url
|
||||
# this is also used in the schema output as well. Image is resized to max 1200x630
|
||||
# For this to work though og_image and brand_url must be a path inside the assets directory
|
||||
# e.g. /assets/images/site/og-image.png becomes images/site/og-image.png
|
||||
# publisher_icon = "" # path to publisher icon - defaults to favicon, used in schema
|
||||
|
||||
[taxonomies]
|
||||
series = 'series'
|
||||
tags = 'tags'
|
||||
@@ -1,8 +1,13 @@
|
||||
+++
|
||||
title = ''
|
||||
date = 2024-06-01T23:12:06Z
|
||||
draft = false
|
||||
+++
|
||||
---
|
||||
title:
|
||||
description: ""
|
||||
date: 2025-07-23T23:02:44.479Z
|
||||
preview: ""
|
||||
draft: false
|
||||
tags: []
|
||||
categories: []
|
||||
---
|
||||
|
||||
<br />
|
||||
<div style="font-size: 24pt; font-weight: bold">Professional, adept technical services and—dare we say—wisdom</div>
|
||||
<br />
|
||||
@@ -1,19 +1,20 @@
|
||||
+++
|
||||
title = ""
|
||||
draft = false
|
||||
layout = "simple"
|
||||
+++
|
||||
---
|
||||
title:
|
||||
draft: false
|
||||
# layout: "simple"
|
||||
---
|
||||
|
||||
<br />
|
||||
<div align="center"><h2>The trick isn't <i>knowing</i> everything — the trick is <i>how</i> to know everything.</h2></div>
|
||||
<div align="right">- T. Matthews</div>
|
||||
<hr />
|
||||
<i>Treasured IT</i> was founded by Charish (yes, like the <a href="https://www.youtube.com/watch?v=8q2WS6ahCnY" target="_blank">Madonna song</a>), an IT professional with nearly three decades worth of experience, ranging from working as a camp computer instructor for under-privileged communities, an application engineer in Wall Street, a one-person IT team at a startup digital media agency, a devops and site seliability engineer for AT&T and Microsoft, and more. To quote an old co-worker of his:
|
||||
<br />
|
||||
<br />
|
||||
<div align="center">
|
||||
<blockquote style="max-width: 65%">
|
||||
<span align="left">
|
||||
Charish is a supernaturally skilled system admin, and a great colleague. I feel confident knowing that at a moment's notice, no matter how busy Charish is handling any other urgent tasks, I can rely on the immediate strong support for any technical needs.
|
||||
</span>
|
||||
</blockquote>
|
||||
|
||||
> <div align='center'>Charish is a supernaturally skilled system admin, and a great colleague. I feel confident knowing that at a moment's notice, no matter how busy Charish is handling any other urgent tasks, I can rely on the immediate strong support for any technical needs.</div>
|
||||
|
||||
</div>
|
||||
<br />
|
||||
Whether the problem is small like slow programs or gargantuan like failing critical IT infrastructure, you can always count on service with warmth and empathy. After all, we're all more than just opposite sides of a transaction – we're human.
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title:
|
||||
description: ""
|
||||
date: 2025-07-23T23:02:44.479Z
|
||||
preview: ""
|
||||
draft: false
|
||||
tags: []
|
||||
categories: []
|
||||
---
|
||||
|
||||
<br />
|
||||
<div style="font-size: 24pt; font-weight: bold">Professional, adept technical services and—dare we say—wisdom</div>
|
||||
<br />
|
||||
<div style="font-size: 18pt" align="center">Serving residents within the five boroughs of NYC – we make house calls!
|
||||
<br />
|
||||
Enterprise-level skills and offerings for SMBs (Small-to-Mid-sized Businesses)
|
||||
@@ -11,14 +11,6 @@
|
||||
{
|
||||
"title": "archetypes",
|
||||
"path": "[[workspace]]/archetypes"
|
||||
},
|
||||
{
|
||||
"title": "poison",
|
||||
"path": "[[workspace]]/themes/poison"
|
||||
},
|
||||
{
|
||||
"title": "congo",
|
||||
"path": "[[workspace]]/themes/congo"
|
||||
}
|
||||
],
|
||||
"frontMatter.git.enabled": true
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
module git.trez.wtf/Trez.One/hugo_it-services
|
||||
|
||||
go 1.24.4
|
||||
|
||||
require github.com/jpanther/congo/v2 v2.12.2 // indirect
|
||||
@@ -0,0 +1,2 @@
|
||||
github.com/jpanther/congo/v2 v2.12.2 h1:dr7oI/as+g+FJ6zVLZ3LSVOSRlsJjSsvTO6YP4zbOsQ=
|
||||
github.com/jpanther/congo/v2 v2.12.2/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "تثبيت على بينتريست"
|
||||
reddit: "نشر على ريديت"
|
||||
twitter: "تغريد على تويتر"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "شارك على تيليجرام"
|
||||
line: "شارك على لاين"
|
||||
# weibo: "Share on Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "حديثًا"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Пин в Pinterest"
|
||||
reddit: "Публикуване в Reddit"
|
||||
twitter: "Туит в Twitter"
|
||||
telegram: "Споделете в Telegram"
|
||||
line: "Споделете в LINE"
|
||||
weibo: "Споделете в Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
telegram: "Споделяне в Telegram"
|
||||
threads: "Публикуване в Threads"
|
||||
line: "Споделяне в LINE"
|
||||
weibo: "Споделяне в Weibo"
|
||||
x-twitter: "Споделяне в X"
|
||||
xing: "Споделяне в XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Последни"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "পিন্টারেস্টে পিন করুন"
|
||||
reddit: "রেড্ডিটে জমা দিন"
|
||||
twitter: "ট্যুইট করুন"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "টেলিগ্রামে শেয়ার করুন"
|
||||
line: "লাইনে শেয়ার করুন"
|
||||
# weibo: "Share on Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "সাম্প্রতিক"
|
||||
@@ -11,7 +11,7 @@ article:
|
||||
table_of_contents: "Obsah"
|
||||
word_count:
|
||||
one: "{{ .Count }} slovo"
|
||||
other: "{{ .Count }} slova"
|
||||
other: "{{ .Count }} slov"
|
||||
|
||||
author:
|
||||
byline_title: "Autor"
|
||||
@@ -26,22 +26,22 @@ error:
|
||||
404_description: "Zdá se, že požadovaná stránka neexistuje."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Přepněte na tmavý vzhled"
|
||||
light_appearance: "Přepněte na světlý vzhled"
|
||||
powered_by: "Poháněno {{ .Hugo }} & {{ .Congo }}"
|
||||
dark_appearance: "Přepněte na tmavý režim"
|
||||
light_appearance: "Přepněte na světlý režim"
|
||||
powered_by: "Využívá {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Odkaz na externí stránky"
|
||||
no_articles: "Zde zatím nejsou k dispozici žádné články."
|
||||
externalurl_title: "Odkaz na externí stránku"
|
||||
no_articles: "Zatím zde nejsou k dispozici žádné články."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Přejděte nahoru"
|
||||
skip_to_main: "Přejít na hlavní obsah"
|
||||
scroll_to_top_title: "Zpět na začátek"
|
||||
skip_to_main: "Přeskočit na hlavní obsah"
|
||||
|
||||
search:
|
||||
open_button_title: "Vyhledávání (/)"
|
||||
close_button_title: "Zavřít (Esc)"
|
||||
input_placeholder: "Hledej"
|
||||
input_placeholder: "Vyhledávání"
|
||||
|
||||
sharing:
|
||||
email: "Odeslat e-mailem"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pin na Pinterest"
|
||||
reddit: "Odeslat na Reddit"
|
||||
twitter: "Tweet na Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Sdílejte na Telegram"
|
||||
line: "Sdílejte na LINE"
|
||||
weibo: "Sdílejte na Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Nedávné"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Auf Pinterest pinnen"
|
||||
reddit: "An Reddit senden"
|
||||
twitter: "Auf Twitter teilen"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Auf Telegram teilen"
|
||||
line: "Auf LINE teilen"
|
||||
weibo: "Auf Weibo teilen"
|
||||
# x-twitter: "Post on X"
|
||||
xing: "Auf XING teilen"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Neue Beiträge"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pin on Pinterest"
|
||||
reddit: "Submit to Reddit"
|
||||
twitter: "Tweet on Twitter"
|
||||
threads: "Post on Threads"
|
||||
telegram: "Share on Telegram"
|
||||
line: "Share on LINE"
|
||||
weibo: "Share on Weibo"
|
||||
x-twitter: "Post on X"
|
||||
xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recent"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pinear en Pinterest"
|
||||
reddit: "Publicar en Reddit"
|
||||
twitter: "Tuitear en Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Compartir en Telegram"
|
||||
line: "Compartir en LINE"
|
||||
weibo: "Compartir en Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Reciente"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Kiinnitä Pinterestiin"
|
||||
reddit: "Lähetä Reddittiin"
|
||||
twitter: "Twiittaa Twitterissä"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Jaa Telegramissa"
|
||||
line: "Jaa LINEssä"
|
||||
weibo: "Jaa Weibossä"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Viimeaikaiset"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Poster sur Pinterest"
|
||||
reddit: "Poster sur Reddit"
|
||||
twitter: "Tweeter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Partager sur Telegram"
|
||||
line: "Partager sur LINE"
|
||||
weibo: "Partager sur Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Articles récents"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "שיתוף בפינטרסט"
|
||||
reddit: "שליחה לרדיט"
|
||||
twitter: "ציוץ בטוויטר"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "שיתוף בטלגרם"
|
||||
line: "שיתוף בליין"
|
||||
# weibo: "Share on Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "חדשים"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Megosztás a Pinteresten"
|
||||
reddit: "Megosztás a Redditen"
|
||||
twitter: "Megosztás a Twitteren"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Megosztás a Telegramon"
|
||||
line: "Megosztás a LINE-on"
|
||||
weibo: "Megosztás a Weibo-on"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Friss"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pin di Pinterest"
|
||||
reddit: "Kirim ke Reddit"
|
||||
twitter: "Tweet di Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Bagikan ke Telegram"
|
||||
line: "Bagikan ke LINE"
|
||||
weibo: "Bagikan ke Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Terbaru"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pinna su Pinterest"
|
||||
reddit: "Invia a Reddit"
|
||||
twitter: "Tweetta su Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Condividi su Telegram"
|
||||
line: "Condividi su LINE"
|
||||
weibo: "Condividi su Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recenti"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pinterestでピンする"
|
||||
reddit: "Redditに投稿する"
|
||||
twitter: "Twitterに投稿する"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Telegramでシェアする"
|
||||
line: "LINEでシェアする"
|
||||
weibo: "Weiboでシェアする"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近の記事"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pinterest에 핀하기"
|
||||
reddit: "Reddit에 게시하기"
|
||||
twitter: "Twitter에 트윗하기"
|
||||
threads: "Threads에 게시하기"
|
||||
telegram: "Telegram에 공유하기"
|
||||
line: "LINE에 공유하기"
|
||||
weibo: "Weibo에 공유하기"
|
||||
# x-twitter: "Post on X"
|
||||
x-twitter: "X에 게시하기"
|
||||
xing: "XING에 공유하기"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "최신 글"
|
||||
@@ -0,0 +1,62 @@
|
||||
article:
|
||||
anchor_label: "Anchor"
|
||||
date: "{{ .Date }}"
|
||||
date_updated: "Oppdatert: {{ .Date }}"
|
||||
draft: "Utkast"
|
||||
edit_title: "Rediger innhold"
|
||||
reading_time:
|
||||
one: "{{ .Count }} min"
|
||||
other: "{{ .Count }} min"
|
||||
reading_time_title: "Lesetid"
|
||||
table_of_contents: "Innholdsfortegnelse"
|
||||
word_count:
|
||||
one: "{{ .Count }} ord"
|
||||
other: "{{ .Count }} ord"
|
||||
|
||||
author:
|
||||
byline_title: "Forfatter"
|
||||
|
||||
code:
|
||||
copy: "Kopier"
|
||||
copied: "Kopiert"
|
||||
|
||||
error:
|
||||
404_title: "Side ikke funnet :confused:"
|
||||
404_error: "Feil 404"
|
||||
404_description: "Finner ikke siden du ser etter."
|
||||
|
||||
footer:
|
||||
dark_appearance: "Bytt til mørk modus"
|
||||
light_appearance: "Bytt til lys modus"
|
||||
powered_by: "Powered by {{ .Hugo }} & {{ .Congo }}"
|
||||
|
||||
list:
|
||||
externalurl_title: "Lenke til ekstern side"
|
||||
no_articles: "Det finnes ingen artikler å vise her ennå."
|
||||
|
||||
nav:
|
||||
scroll_to_top_title: "Scroll til toppen"
|
||||
skip_to_main: "Hopp til hovedinnholdet"
|
||||
|
||||
search:
|
||||
open_button_title: "Søk (/)"
|
||||
close_button_title: "Lukk (Esc)"
|
||||
input_placeholder: "Søk"
|
||||
|
||||
sharing:
|
||||
email: "Send via e-post"
|
||||
facebook: "Del på Facebook"
|
||||
linkedin: "Del på LinkedIn"
|
||||
mastodon: "Toot på Mastodon"
|
||||
pinterest: "Pin på Pinterest"
|
||||
reddit: "Post til Reddit"
|
||||
twitter: "Tweet på Twitter"
|
||||
threads: "Post på Threads"
|
||||
telegram: "Del på Telegram"
|
||||
line: "Del på LINE"
|
||||
weibo: "Del på Weibo"
|
||||
x-twitter: "Post på X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Nylig publisert"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pin op Pinterest"
|
||||
reddit: "Verzend naar Reddit"
|
||||
twitter: "Tweet op Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Deel op Telegram"
|
||||
line: "Deel op LINE"
|
||||
weibo: "Deel op Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recent"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Udostępnij na Pinterest"
|
||||
reddit: "Udostępnij na Reddit"
|
||||
twitter: "Udostępnij na Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Udostępnij na Telegram"
|
||||
line: "Udostępnij na LINE"
|
||||
weibo: "Udostępnij na Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Ostatnie"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pin no Pinterest"
|
||||
reddit: "Postar no Reddit"
|
||||
twitter: "Tweet no Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Compartilhar pelo Telegram"
|
||||
line: "Compartilhar pelo LINE"
|
||||
weibo: "Compartilhar pelo weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recente"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Partilhar no Pinterest"
|
||||
reddit: "Partilhar no Reddit"
|
||||
twitter: "Partilhar no Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Partilhar pelo Telegram"
|
||||
line: "Partilhar pelo LINE"
|
||||
weibo: "Partilhar pelo Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recente"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pune pe Pinterest"
|
||||
reddit: "Postează pe Reddit"
|
||||
twitter: "Scrie pe Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Trimite pe Telegram"
|
||||
line: "Trimite pe LINE"
|
||||
weibo: "Trimite pe Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Cele mai noi"
|
||||
@@ -55,10 +55,12 @@ sharing:
|
||||
pinterest: "Поделиться на Pinterest"
|
||||
reddit: "Опубликовать на Reddit"
|
||||
twitter: "Опубликовать на Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Поделиться на Telegram"
|
||||
line: "Поделиться на LINE"
|
||||
weibo: "Поделиться на Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Последние"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pin na Pinterest"
|
||||
reddit: "Odoslať na Reddit"
|
||||
twitter: "Tweet na Twitteri"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Zdieľaj na Telegram"
|
||||
line: "Zdieľaj na LINE"
|
||||
weibo: "Zdieľaj na Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Nedávne"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Fäst på Pinterest"
|
||||
reddit: "Publicera på Reddit"
|
||||
twitter: "Twittra på Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Dela på Telegram"
|
||||
line: "Dela på LINE"
|
||||
weibo: "Dela på Weibo"
|
||||
x-twitter: "Publicera på X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Senaste"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pinterest இல் பின் செய்யவும்"
|
||||
reddit: "Reddit க்கு சமர்ப்பிக்கவும்"
|
||||
twitter: "Twitter இல் ட்வீட் செய்யுங்கள்"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Telegram இல் பகிரவும்"
|
||||
line: "LINE இல் பகிரவும்"
|
||||
weibo: "Weibo இல் பகிரவும்"
|
||||
x-twitter: "X இல் இடுகையிடவும்"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "சமீபத்திய கட்டுரைகள்"
|
||||
@@ -50,10 +50,12 @@ sharing:
|
||||
pinterest: "Pinterest'te pinle"
|
||||
reddit: "Reddit'te gönder"
|
||||
twitter: "Twitter'da Tweetle"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Telegram'da paylaş"
|
||||
line: "LINE'da paylaş"
|
||||
weibo: "Weibo'da paylaş"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Güncel"
|
||||
@@ -55,10 +55,12 @@ sharing:
|
||||
pinterest: "Зберегти на Pinterest"
|
||||
reddit: "Опублікувати на Reddit"
|
||||
twitter: "Поширити на Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Поширити на Telegram"
|
||||
line: "Поширити на LINE"
|
||||
weibo: "Поширити на Weibo"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Недавні дописи"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "Pin lên Pinterest"
|
||||
reddit: "Gửi lên Reddit"
|
||||
twitter: "Tweet lên Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "Chia sẻ lên Telegram"
|
||||
line: "Chia sẻ lên LINE"
|
||||
weibo: "Chia sẻ lên Weibo"
|
||||
x-twitter: "Đăng lên X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Gần đây"
|
||||
@@ -50,10 +50,12 @@ sharing:
|
||||
pinterest: "钉到 Pinterest"
|
||||
reddit: "提交到 Reddit"
|
||||
twitter: "分享到 Twitter"
|
||||
# threads: "Post on Threads"
|
||||
telegram: "分享到 Telegram"
|
||||
line: "分享到 LINE"
|
||||
weibo: "分享到 微博"
|
||||
# x-twitter: "Post on X"
|
||||
# xing: "Share on XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近的文章"
|
||||
@@ -51,10 +51,12 @@ sharing:
|
||||
pinterest: "釘到 Pinterest"
|
||||
reddit: "發送到 Reddit"
|
||||
twitter: "推到 Twitter"
|
||||
threads: "發送到 Threads"
|
||||
telegram: "分享到 Telegram"
|
||||
line: "分享到 LINE"
|
||||
weibo: "分享到 微博"
|
||||
# x-twitter: "Post on X"
|
||||
weibo: "分享到微博"
|
||||
x-twitter: "發送到 X"
|
||||
xing: "分享到 XING"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "最近的文章"
|
||||
@@ -1,7 +1,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="rgb(255,255,255)" />
|
||||
<meta name="theme-color" content="{{ .Site.Params.defaultThemeColor | default "#ffffff" }}" />
|
||||
{{/* Title */}}
|
||||
{{ if .IsHome -}}
|
||||
<title>{{ .Site.Title | emojify }}</title>
|
||||
@@ -17,7 +17,7 @@
|
||||
{{ $jsAppearance = $jsAppearance | resources.Minify | resources.Fingerprint $algorithm }}
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="{{ $jsAppearance.RelPermalink }}"
|
||||
src="{{ $jsAppearance.Permalink }}"
|
||||
integrity="{{ $jsAppearance.Data.Integrity }}"
|
||||
></script>
|
||||
{{ $cssScheme := resources.Get (printf "css/schemes/%s.css" (lower .Site.Params.colorScheme | default "congo")) }}
|
||||
@@ -35,7 +35,7 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="{{ $bundleCSS.RelPermalink }}"
|
||||
href="{{ $bundleCSS.Permalink }}"
|
||||
integrity="{{ $bundleCSS.Data.Integrity }}"
|
||||
/>
|
||||
{{ if .Site.Params.enableSearch | default false }}
|
||||
@@ -66,7 +66,7 @@
|
||||
defer
|
||||
type="text/javascript"
|
||||
id="script-bundle"
|
||||
src="{{ $bundleJS.RelPermalink }}"
|
||||
src="{{ $bundleJS.Permalink }}"
|
||||
integrity="{{ $bundleJS.Data.Integrity }}"
|
||||
data-copy="{{ i18n "code.copy" }}"
|
||||
data-copied="{{ i18n "code.copied" }}"
|
||||
@@ -94,12 +94,16 @@
|
||||
{{ with .Params.robots }}
|
||||
<meta name="robots" content="{{ . }}" />
|
||||
{{ end }}
|
||||
<link rel="canonical" href="{{ .Permalink }}" />
|
||||
{{ if .Params.canonicalUrl }}
|
||||
<link rel="canonical" href="{{ .Params.canonicalUrl }}" />
|
||||
{{ else }}
|
||||
<link rel="canonical" href="{{ .Permalink }}" />
|
||||
{{ end }}
|
||||
{{ range .AlternativeOutputFormats -}}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink ($.Site.Title | emojify) | safeHTML }}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink ($.Site.Title | emojify) | safeHTML }}
|
||||
{{ end -}}
|
||||
{{/* Icons */}}
|
||||
{{ if templates.Exists "favicons.html" }}
|
||||
{{ if templates.Exists "_partials/favicons.html" }}
|
||||
{{ partialCached "favicons.html" .Site }}
|
||||
{{ else }}
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ "apple-touch-icon.png" | relURL }}" />
|
||||
@@ -129,7 +133,9 @@
|
||||
{{/* Schema */}}
|
||||
{{ partial "schema.html" . }}
|
||||
{{/* Me */}}
|
||||
{{ with .Site.Language.Params.Author.name }}<meta name="author" content="{{ . }}" />{{ end }}
|
||||
{{ with .Site.Language.Params.Author.name }}
|
||||
<meta name="author" content="{{ . }}" />
|
||||
{{ end }}
|
||||
{{ with .Site.Language.Params.Author.links }}
|
||||
{{ range $links := . }}
|
||||
{{ range $name, $url := $links }}<link href="{{ $url }}" rel="me" />{{ end }}
|
||||
@@ -140,7 +146,7 @@
|
||||
{{/* Analytics */}}
|
||||
{{ partial "analytics.html" . }}
|
||||
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
|
||||
{{ if templates.Exists "extend-head.html" }}
|
||||
{{ if templates.Exists "_partials/extend-head.html" }}
|
||||
{{ partial "extend-head.html" . }}
|
||||
{{ end }}
|
||||
</head>
|
||||
@@ -1,234 +0,0 @@
|
||||
<header class="py-6 font-semibold text-neutral-900 print:hidden sm:py-10 dark:text-neutral">
|
||||
<nav class="flex items-start justify-between sm:items-center">
|
||||
{{/* Site logo/title */}}
|
||||
<div class="z-40 flex flex-row items-center">
|
||||
{{ partial "logo.html" . }}
|
||||
</div>
|
||||
{{ if or .Site.Menus.main (.Site.Params.enableSearch | default false) }}
|
||||
{{/* Hamburger menu */}}
|
||||
<label id="menu-button" for="menu-controller" class="block sm:hidden">
|
||||
<input type="checkbox" id="menu-controller" class="hidden" />
|
||||
<div class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400">
|
||||
{{ partial "icon.html" "bars" }}
|
||||
</div>
|
||||
<div
|
||||
id="menu-wrapper"
|
||||
class="invisible fixed inset-0 z-30 m-auto h-full w-full cursor-default overflow-auto bg-neutral-100/50 opacity-0 backdrop-blur-sm transition-opacity dark:bg-neutral-900/50"
|
||||
>
|
||||
<ul
|
||||
class="mx-auto flex w-full max-w-7xl list-none flex-col overflow-visible px-6 py-6 text-end sm:px-14 sm:py-10 sm:pt-10 md:px-24 lg:px-32"
|
||||
>
|
||||
<li class="mb-1">
|
||||
<span class="cursor-pointer hover:text-primary-600 dark:hover:text-primary-400"
|
||||
>{{ partial "icon.html" "xmark" }}</span
|
||||
>
|
||||
</li>
|
||||
{{ if .Site.Menus.main }}
|
||||
{{ range .Site.Menus.main }}
|
||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||
{{ continue }}
|
||||
{{ end }}
|
||||
<li class="group mb-1">
|
||||
{{ if eq .Params.action "search" }}
|
||||
{{ $.Scratch.Add "searchCount" 1 }}
|
||||
{{ if $.Site.Params.enableSearch | default false }}
|
||||
<button
|
||||
id="search-button-{{ $.Scratch.Get "searchCount" }}"
|
||||
title="{{ .Title | default (i18n "search.open_button_title") }}"
|
||||
>
|
||||
{{ with .Params.icon | default "search" }}
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||
>
|
||||
{{- partial "icon.html" . -}}
|
||||
</span>
|
||||
{{- end -}}{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}
|
||||
</button>
|
||||
{{ end }}
|
||||
{{ else if eq .Params.action "appearance" }}
|
||||
{{ $.Scratch.Add "switchCount" 1 }}
|
||||
<button
|
||||
id="appearance-switcher-{{ $.Scratch.Get "switchCount" }}"
|
||||
type="button"
|
||||
aria-label="appearance switcher"
|
||||
>
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 inline transition-colors group-hover:text-primary-600 dark:hidden"
|
||||
title="{{ i18n "footer.dark_appearance" }}"
|
||||
>
|
||||
{{ with .Params.icon | default "moon" }}
|
||||
{{- partial "icon.html" . -}}
|
||||
{{- end -}}
|
||||
{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}
|
||||
</span>
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 hidden transition-colors group-hover:text-primary-600 dark:inline"
|
||||
title="{{ i18n "footer.light_appearance" }}"
|
||||
>
|
||||
{{ with .Params.icon | default "sun" }}
|
||||
{{- partial "icon.html" . -}}
|
||||
{{- end -}}
|
||||
{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}
|
||||
</span>
|
||||
</button>
|
||||
{{ else if eq .Params.action "locale" }}
|
||||
{{ $.Scratch.Add "localeCount" 1 }}
|
||||
{{ partial "translations.html" . }}
|
||||
{{ else }}
|
||||
<a
|
||||
href="{{ .URL }}"
|
||||
title="{{ .Title }}"
|
||||
onclick="close_menu()"
|
||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||
>{{ with .Params.icon }}
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||
>
|
||||
{{- partial "icon.html" . -}}
|
||||
</span>
|
||||
{{- end -}}{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}</a
|
||||
>
|
||||
{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
||||
<li class="group mb-1">
|
||||
<button id="search-button-m0" title="{{ i18n "search.open_button_title" }}">
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||
>
|
||||
{{ partial "icon.html" "search" }}
|
||||
</span>
|
||||
</button>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</label>
|
||||
{{/* Basic menu */}}
|
||||
<ul class="hidden list-none flex-row text-end sm:flex">
|
||||
{{ if .Site.Menus.main }}
|
||||
{{ range .Site.Menus.main }}
|
||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||
{{ continue }}
|
||||
{{ end }}
|
||||
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0">
|
||||
{{ if eq .Params.action "search" }}
|
||||
{{ $.Scratch.Add "searchCount" 1 }}
|
||||
{{ if $.Site.Params.enableSearch | default false }}
|
||||
<button
|
||||
id="search-button-{{ $.Scratch.Get "searchCount" }}"
|
||||
title="{{ .Title | default (i18n "search.open_button_title") }}"
|
||||
>
|
||||
{{ with .Params.icon | default "search" }}
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||
>
|
||||
{{- partial "icon.html" . -}}
|
||||
</span>
|
||||
{{- end -}}{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}
|
||||
</button>
|
||||
{{ end }}
|
||||
{{ else if eq .Params.action "appearance" }}
|
||||
{{ $.Scratch.Add "switchCount" 1 }}
|
||||
<button
|
||||
id="appearance-switcher-{{ $.Scratch.Get "switchCount" }}"
|
||||
type="button"
|
||||
aria-label="appearance switcher"
|
||||
>
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 inline transition-colors group-hover:text-primary-600 dark:hidden"
|
||||
title="{{ i18n "footer.dark_appearance" }}"
|
||||
>
|
||||
{{ with .Params.icon | default "moon" }}
|
||||
{{- partial "icon.html" . -}}
|
||||
{{- end -}}
|
||||
{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}
|
||||
</span>
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 hidden transition-colors group-hover:text-primary-600 dark:inline"
|
||||
title="{{ i18n "footer.light_appearance" }}"
|
||||
>
|
||||
{{ with .Params.icon | default "sun" }}
|
||||
{{- partial "icon.html" . -}}
|
||||
{{- end -}}
|
||||
{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}
|
||||
</span>
|
||||
</button>
|
||||
{{ else if eq .Params.action "locale" }}
|
||||
{{ $.Scratch.Add "localeCount" 1 }}
|
||||
{{ partial "translations.html" . }}
|
||||
{{ else }}
|
||||
<a
|
||||
href="{{ .URL }}"
|
||||
title="{{ .Title }}"
|
||||
{{ with .Params.target }}target="{{ . }}"{{ end }}
|
||||
>{{ with .Params.icon }}
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||
>
|
||||
{{- partial "icon.html" . -}}
|
||||
</span>
|
||||
{{- end -}}{{- if .Params.showName | default true -}}
|
||||
<span
|
||||
class="decoration-primary-500 group-hover:underline group-hover:decoration-2 group-hover:underline-offset-2"
|
||||
>{{ .Name | markdownify | emojify }}</span
|
||||
>
|
||||
{{ end }}</a
|
||||
>
|
||||
{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ if and ($.Site.Params.enableSearch | default false) (eq ($.Scratch.Get "searchCount") 0) }}
|
||||
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0">
|
||||
<button id="search-button-m1" title="{{ i18n "search.open_button_title" }}">
|
||||
<span
|
||||
class="group-dark:hover:text-primary-400 transition-colors group-hover:text-primary-600"
|
||||
>
|
||||
{{ partial "icon.html" "search" }}
|
||||
</span>
|
||||
</button>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</header>
|
||||
@@ -1,4 +1,4 @@
|
||||
<header class="py-6 font-semibold text-neutral-900 print:hidden sm:py-10 dark:text-neutral">
|
||||
<header class="py-6 font-semibold text-neutral-900 dark:text-neutral sm:py-10 print:hidden">
|
||||
<nav class="flex items-start justify-between sm:items-center">
|
||||
{{/* Site logo/title */}}
|
||||
<div class="z-40 flex flex-row items-center">
|
||||
@@ -25,7 +25,7 @@
|
||||
</li>
|
||||
{{ if .Site.Menus.main }}
|
||||
{{ range .Site.Menus.main }}
|
||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not hugo.IsMultilingual)) }}
|
||||
{{ continue }}
|
||||
{{ end }}
|
||||
<li class="group mb-1">
|
||||
@@ -130,7 +130,7 @@
|
||||
<ul class="hidden list-none flex-row text-end sm:flex">
|
||||
{{ if .Site.Menus.main }}
|
||||
{{ range .Site.Menus.main }}
|
||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not site.IsMultiLingual)) }}
|
||||
{{ if and (eq .Params.action "locale") (or (not page.IsTranslated) (not hugo.IsMultilingual)) }}
|
||||
{{ continue }}
|
||||
{{ end }}
|
||||
<li class="group mb-1 sm:mb-0 sm:me-7 sm:last:me-0">
|
||||
@@ -9,7 +9,7 @@
|
||||
{{ with page }}
|
||||
{{ if .IsTranslated }}
|
||||
{{ $currentLang := .Page.Lang }}
|
||||
{{ if site.IsMultiLingual }}
|
||||
{{ if hugo.IsMultilingual }}
|
||||
<div class="group relative">
|
||||
<button
|
||||
class="group-dark:hover:text-primary-400 flex w-full items-center justify-end transition-colors group-hover:text-primary-600"
|
||||
@@ -35,7 +35,7 @@
|
||||
<div class="flex flex-grow">
|
||||
{{ if eq $pageLang .Lang }}
|
||||
<a
|
||||
href="{{ $translation.RelPermalink }}"
|
||||
href="{{ cond hugo.IsMultihost $translation.Permalink $translation.Permalink }}"
|
||||
class="flex w-full items-center justify-between bg-primary-100 px-2 py-1 dark:bg-primary-900"
|
||||
>{{ .LanguageName }}<span
|
||||
class="ms-2 w-6 text-primary-600 dark:text-primary-400"
|
||||
@@ -44,7 +44,7 @@
|
||||
>
|
||||
{{ else }}
|
||||
<a
|
||||
href="{{ $translation.RelPermalink }}"
|
||||
href="{{ cond hugo.IsMultihost $translation.Permalink $translation.Permalink }}"
|
||||
class="w-full py-1 pe-10 ps-2 decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
|
||||
>{{ .LanguageName }}</a
|
||||
>
|
||||
@@ -10,7 +10,7 @@
|
||||
>
|
||||
{{- partial "head.html" . -}}
|
||||
<body
|
||||
class="m-auto flex h-screen max-w-7xl flex-col bg-neutral px-6 text-lg leading-7 text-neutral-900 sm:px-14 md:px-24 lg:px-32 dark:bg-neutral-800 dark:text-neutral"
|
||||
class="m-auto flex h-screen max-w-7xl flex-col bg-neutral px-6 text-lg leading-7 text-neutral-900 dark:bg-neutral-800 dark:text-neutral sm:px-14 md:px-24 lg:px-32"
|
||||
>
|
||||
<div id="the-top" class="absolute flex self-center">
|
||||
<a
|
||||
@@ -21,7 +21,7 @@
|
||||
>
|
||||
</div>
|
||||
{{ $header := print "header/" .Site.Params.header.layout ".html" }}
|
||||
{{ if templates.Exists $header }}
|
||||
{{ if templates.Exists ( printf "_partials/%s" $header) }}
|
||||
{{ partial $header . }}
|
||||
{{ else }}
|
||||
{{ partial "header/basic.html" . }}
|
||||
@@ -29,19 +29,23 @@
|
||||
<div class="relative flex grow flex-col">
|
||||
<main id="main-content" class="grow">
|
||||
{{ block "main" . }}{{ end }}
|
||||
{{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }}
|
||||
<div class="pointer-events-none absolute bottom-0 end-0 top-[100vh] w-12">
|
||||
<a
|
||||
href="#the-top"
|
||||
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 backdrop-blur hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"
|
||||
aria-label="{{ i18n "nav.scroll_to_top_title" }}"
|
||||
title="{{ i18n "nav.scroll_to_top_title" }}"
|
||||
>
|
||||
↑
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</main>
|
||||
{{ if .Site.Params.footer.showScrollToTop | default true }}
|
||||
<div
|
||||
class="pointer-events-none absolute bottom-0 end-0 top-[100vh] w-12"
|
||||
id="to-top"
|
||||
hidden="{{ .Site.Params.footer.showScrollToTop | default true -}}"
|
||||
>
|
||||
<a
|
||||
href="#the-top"
|
||||
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 backdrop-blur hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"
|
||||
aria-label="{{ i18n "nav.scroll_to_top_title" }}"
|
||||
title="{{ i18n "nav.scroll_to_top_title" }}"
|
||||
>
|
||||
↑
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{- partial "footer.html" . -}}
|
||||
{{ if .Site.Params.enableSearch | default false }}
|
||||
{{- partial "search.html" . -}}
|
||||
@@ -1,6 +1,6 @@
|
||||
{{ define "main" }}
|
||||
{{ $partial := print "home/" .Site.Params.homepage.layout ".html" }}
|
||||
{{ if templates.Exists $partial }}
|
||||
{{ if templates.Exists ( printf "_partials/%s" $partial) }}
|
||||
{{ partial $partial . }}
|
||||
{{ else }}
|
||||
{{ partial "home/page.html" . }}
|
||||
@@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<article>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div>{{ .Content }}</div>
|
||||
</article>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<article>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div>{{ .Content }}</div>
|
||||
</article>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,10 @@
|
||||
<!-- layouts/_default/taxonomy.html -->
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ range .Pages }}
|
||||
<article>
|
||||
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
|
||||
<p>{{ .Summary }}</p>
|
||||
</article>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
@@ -0,0 +1,9 @@
|
||||
<!-- layouts/_default/terms.html -->
|
||||
{{ define "main" }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<ul>
|
||||
{{ range .Pages }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"name": "hugo_it-services",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "hugo_it-services",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "hugo_it-services",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"hugo-bin": {
|
||||
"buildTags": "extended"
|
||||
},
|
||||
"devDependencies": {
|
||||
"hugo-bin": "v0.148.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.trez.wtf/Trez.One/hugo_it-services.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 181 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 824 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -1 +0,0 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
@@ -1 +0,0 @@
|
||||
github: jpanther
|
||||
@@ -1,62 +0,0 @@
|
||||
name: 🐛 Bug Report
|
||||
description: Report a new problem encountered using the theme
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
|
||||
Before proceeding, please ensure the issue you're reporting is:
|
||||
- not caused by local customisations in your project
|
||||
- reproducible using the latest stable release of the theme
|
||||
- not due to the local Hugo cache being out of date (run `hugo mod clean` to clear the cache)
|
||||
- not already covered by an open issue ([check open issues](https://github.com/jpanther/congo/issues))
|
||||
- not a general question or feature request (use [GitHub Discussions](https://github.com/jpanther/congo/discussions) instead)
|
||||
|
||||
- type: textarea
|
||||
id: issue-description
|
||||
attributes:
|
||||
label: Issue description
|
||||
description: Describe the issue and how to reproduce it, including what you expected to happen. Be as detailed as possible, particularly if the issue only appears under a specific configuration.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: theme-version
|
||||
attributes:
|
||||
label: Theme version
|
||||
description: What version of Congo are you using? An easy way to check the version of the code running in your environment is by verifying the theme version comment at the top of the `main.css` file in the built output of your site.
|
||||
placeholder: eg. v2.7.1
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: hugo-version
|
||||
attributes:
|
||||
label: Hugo version
|
||||
description: What version of Hugo are you using? Please provide the output of the `hugo version` command.
|
||||
placeholder: eg. hugo v0.119.0+extended darwin/arm64
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: Which browser rendering engines are you seeing the problem on?
|
||||
description: Select any that you have tested. This is particularly important for CSS issue reports.
|
||||
multiple: true
|
||||
options:
|
||||
- Chromium (Google Chrome, Microsoft Edge, Brave, Vivaldi, Opera, etc.)
|
||||
- Firefox (Mozilla Firefox)
|
||||
- WebKit (Safari)
|
||||
- Other (Please include details in the issue description)
|
||||
- type: input
|
||||
id: sample-url
|
||||
attributes:
|
||||
label: URL to sample repository or website
|
||||
description: If you have a repository or deployed Hugo website that demonstrates this issue, please provide the URL.
|
||||
placeholder: https://github.com/jpanther/congo
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Hugo output or build error messages
|
||||
description: Please copy and paste any relevant log output from Hugo or your build system. This will be automatically formatted into code, so no need for backticks.
|
||||
render: bash
|
||||
@@ -1,8 +0,0 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: 💡 Feature Request
|
||||
url: https://github.com/jpanther/congo/discussions
|
||||
about: Request and discuss enhancements using GitHub Discussions
|
||||
- name: 🙋♀️ Question
|
||||
url: https://github.com/jpanther/congo/discussions
|
||||
about: Please ask and answer general questions using GitHub Discussions
|
||||
@@ -1,45 +0,0 @@
|
||||
name: 💬 i18n Issue
|
||||
description: Report an issue with i18n or translations
|
||||
labels: [i18n]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this issue report!
|
||||
- type: input
|
||||
id: language
|
||||
attributes:
|
||||
label: Language
|
||||
description: Which language are you using?
|
||||
placeholder: eg. English
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: issue
|
||||
attributes:
|
||||
label: What's the issue?
|
||||
description: Describe the translation issue and how to reproduce it.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: theme-version
|
||||
attributes:
|
||||
label: Theme version
|
||||
description: What version of the theme are you using?
|
||||
placeholder: eg. v1.1.0
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: hugo-version
|
||||
attributes:
|
||||
label: Hugo version
|
||||
description: What version of Hugo are you using?
|
||||
placeholder: eg. v0.86.1
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant Hugo log output
|
||||
description: Please copy and paste any relevant Hugo log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
@@ -1,26 +0,0 @@
|
||||
# GitHub Dependabot
|
||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "09:00"
|
||||
timezone: "Australia/Melbourne"
|
||||
commit-message:
|
||||
prefix: "📌"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "sunday"
|
||||
time: "09:00"
|
||||
timezone: "Australia/Melbourne"
|
||||
commit-message:
|
||||
prefix: "👷"
|
||||
labels:
|
||||
- "dependencies"
|
||||
@@ -1,7 +0,0 @@
|
||||
i18n:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: i18n/*
|
||||
|
||||
documentation:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: "**/*.md"
|
||||
@@ -1,2 +0,0 @@
|
||||
<!-- IMPORTANT! Before submitting, ensure you have followed the Contributing guidelines. -->
|
||||
<!-- https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md -->
|
||||
@@ -1,54 +0,0 @@
|
||||
name: Build Theme
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: "${{ github.head_ref }}"
|
||||
- name: Install dependencies and Build Theme
|
||||
uses: actions/setup-node@v4
|
||||
- run: npm install
|
||||
- run: npm run assets
|
||||
- name: Commit and push Chart.js changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: "${{ github.head_ref }}"
|
||||
push_options: "--dry-run"
|
||||
file_pattern: "assets/lib/chart/*"
|
||||
commit_message: "📦 Update packaged ChartJS"
|
||||
- name: Commit Fuse changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: "${{ github.head_ref }}"
|
||||
push_options: "--dry-run"
|
||||
file_pattern: "assets/lib/fuse/*"
|
||||
commit_message: "📦 Update packaged FuseJS"
|
||||
- name: Commit KaTeX changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: "${{ github.head_ref }}"
|
||||
push_options: "--dry-run"
|
||||
file_pattern: "assets/lib/katex/*"
|
||||
commit_message: "📦 Update packaged KaTeX"
|
||||
- name: Commit Mermaid changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: "${{ github.head_ref }}"
|
||||
push_options: "--dry-run"
|
||||
file_pattern: "assets/lib/mermaid/*"
|
||||
commit_message: "📦 Update packaged Mermaid"
|
||||
- run: npm run build
|
||||
- name: Commit CSS changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: "${{ github.head_ref }}"
|
||||
push_options: "--dry-run"
|
||||
file_pattern: "assets/css/compiled/main.css"
|
||||
commit_message: "💄 Rebuild CSS"
|
||||
- run: git push
|
||||
@@ -1,37 +0,0 @@
|
||||
name: GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- stable
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
name: Build and Deploy
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: "latest"
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
working-directory: ./exampleSite
|
||||
run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://jpanther.github.io/congo/
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
if: ${{ github.ref == 'refs/heads/stable' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
publish_dir: ./exampleSite/public
|
||||
@@ -1,18 +0,0 @@
|
||||
name: Labeller
|
||||
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: Label
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- name: Label
|
||||
uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeller.yml
|
||||
@@ -1,32 +0,0 @@
|
||||
name: "Close stale issues and PRs"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "30 1 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
days-before-stale: 120
|
||||
days-before-close: 30
|
||||
stale-issue-label: "stale"
|
||||
exempt-issue-labels: "wip"
|
||||
stale-pr-label: "stale"
|
||||
exempt-pr-labels: "wip"
|
||||
stale-issue-message: >
|
||||
This issue has been automatically marked as stale because it has not had any recent activity.
|
||||
|
||||
If you are still experiencing this issue, please review the issue history and add a reply with any requested and/or additional information in order to keep the issue open.
|
||||
|
||||
This issue will automatically close in 30 days if no further activity occurs.
|
||||
stale-pr-message: >
|
||||
This pull request has been automatically marked as stale because it has not had any recent activity.
|
||||
|
||||
Please review the PR history and add a reply with any requested information. If no information has been requested, it may be that this contribution does not fit with the project objectives, or does not adhere to the [contributing guidelines](https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md). If this is in error, please add a reply with further details.
|
||||
|
||||
This PR will automatically close in 30 days if no further activity occurs.
|
||||
@@ -1,26 +0,0 @@
|
||||
name: Test Build
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build Example Site
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: "latest"
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
working-directory: ./exampleSite
|
||||
run: hugo --minify --themesDir ../.. --baseURL https://jpanther.github.io/congo/
|
||||
@@ -1,16 +0,0 @@
|
||||
name: Unlabeller
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [closed]
|
||||
pull_request:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
unlabel:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Remove labels
|
||||
uses: andymckay/labeler@master
|
||||
with:
|
||||
remove-labels: "wip"
|
||||
@@ -1,23 +0,0 @@
|
||||
### Node ###
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
### Hugo ###
|
||||
# Generated files by hugo
|
||||
**/public/
|
||||
**/resources/_gen/
|
||||
|
||||
# Executable may be added to repository
|
||||
hugo.exe
|
||||
hugo.darwin
|
||||
hugo.linux
|
||||
|
||||
# Temporary lock file while building
|
||||
.hugo_build.lock
|
||||
|
||||
### Congo ###
|
||||
# Lighthouse generated output
|
||||
.lighthouseci
|
||||
|
||||
# Project specific files
|
||||
TODO
|
||||
@@ -1,8 +0,0 @@
|
||||
/assets/css/compiled/
|
||||
/assets/lib/
|
||||
|
||||
/layouts/_default/_markup/*.html
|
||||
/layouts/shortcodes/figure.html
|
||||
/layouts/shortcodes/screenshot.html
|
||||
|
||||
/exampleSite/content/docs/version-2/lighthouse.html
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"plugins": ["prettier-plugin-go-template", "prettier-plugin-tailwindcss"],
|
||||
"goTemplateBracketSpacing": true,
|
||||
"htmlWhitespaceSensitivity": "css",
|
||||
"printWidth": 100,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"trailingComma": "es5",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.html", "layouts/_default/*.json"],
|
||||
"options": {
|
||||
"parser": "go-template"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,929 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to Congo will be documented in this file. Things that need particular attention when upgrading from a prior version are marked ⚠️.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.8.2] - 2024-04-17
|
||||
|
||||
### Added
|
||||
|
||||
- Tamil translation ([#830](https://github.com/jpanther/congo/pull/830))
|
||||
- Vietnamese translation ([#845](https://github.com/jpanther/congo/pull/845))
|
||||
- Swedish translation ([#852](https://github.com/jpanther/congo/pull/852))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to KaTeX v0.16.10 ([#839](https://github.com/jpanther/congo/pull/839))
|
||||
- Upgrade to Typography v0.5.12 ([#841](https://github.com/jpanther/congo/pull/841), [#860](https://github.com/jpanther/congo/pull/860))
|
||||
- Upgrade to Tailwind v3.4.3 ([#843](https://github.com/jpanther/congo/pull/843))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Background color inconsistent on mobile when dark mode enabled ([#796](https://github.com/jpanther/congo/issues/796))
|
||||
|
||||
## [2.8.1] - 2024-03-09
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to ChartJS v4.4.2 ([#817](https://github.com/jpanther/congo/pull/817))
|
||||
- Upgrade to Mermaid v10.9.0 ([#825](https://github.com/jpanther/congo/pull/825))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Table of Contents missing left border detail ([#794](https://github.com/jpanther/congo/issues/794))
|
||||
- `x-twitter` option missing when using sharing links ([#809](https://github.com/jpanther/congo/issues/809))
|
||||
- Chinese default config contains incorrect `author` block name ([#807](https://github.com/jpanther/congo/pull/807))
|
||||
- Links in articles are prefixed with a blank space ([#813](https://github.com/jpanther/congo/pull/813))
|
||||
- HTML tables would not fill the container width on desktop ([#826](https://github.com/jpanther/congo/issues/826))
|
||||
|
||||
## [2.8.0] - 2024-01-22
|
||||
|
||||
### Added
|
||||
|
||||
- Quicklink support ([#646](https://github.com/jpanther/congo/pull/646))
|
||||
- Automatic support for WebP images ([#693](https://github.com/jpanther/congo/pull/693))
|
||||
- Warning when building if links to Markdown files cannot be resolved ([#691](https://github.com/jpanther/congo/pull/691))
|
||||
- Ability to share articles to Telegram and Line ([#719](https://github.com/jpanther/congo/pull/719))
|
||||
- New icons for `line`, `google-scholar`, `mendeley` and `weibo` ([#719](https://github.com/jpanther/congo/pull/719), [#755](https://github.com/jpanther/congo/pull/755), [#756](https://github.com/jpanther/congo/pull/756))
|
||||
- Weibo sharing links ([#756](https://github.com/jpanther/congo/pull/756))
|
||||
- Support for Tailwind '950' colour variants ([#751](https://github.com/jpanther/congo/pull/751))
|
||||
- Table of contents will now scroll if taller than the browser height ([#733](https://github.com/jpanther/congo/pull/733))
|
||||
- External URL article stubs now auto-redirect if leaf pages are generated ([#778](https://github.com/jpanther/congo/pull/778))
|
||||
- Korean translation ([#731](https://github.com/jpanther/congo/pull/731))
|
||||
- Chinese translation of Example site and Docs ([#776](https://github.com/jpanther/congo/pull/776))
|
||||
|
||||
### Changed
|
||||
|
||||
- ⚠️ Hugo extended version is now required when building sites
|
||||
- ⚠️ Author params block in language configuration has been moved to `params.author` ([#704](https://github.com/jpanther/congo/pull/704))
|
||||
- Refactored image logic into a new `picture.html` partial ([#693](https://github.com/jpanther/congo/pull/693))
|
||||
- Upgrade to ChartJS v4.4.1 ([#736](https://github.com/jpanther/congo/pull/736))
|
||||
- Upgrade to Tailwind v3.4.1 ([#737](https://github.com/jpanther/congo/pull/737), [#752](https://github.com/jpanther/congo/pull/752), [#759](https://github.com/jpanther/congo/pull/759), [#774](https://github.com/jpanther/congo/pull/774))
|
||||
- Upgrade to Mermaid v10.7.0 ([#782](https://github.com/jpanther/congo/pull/782))
|
||||
- Updated Japanese translation ([#750](https://github.com/jpanther/congo/pull/750))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Hamburger menu is not dismissed when links are clicked ([#705](https://github.com/jpanther/congo/pull/705))
|
||||
- KaTeX, table and code elements wider than the page are not formatted correctly ([#753](https://github.com/jpanther/congo/pull/753))
|
||||
- 'ß' character is output at the top of articles ([#764](https://github.com/jpanther/congo/pull/764))
|
||||
- Article metadata element is output when there is no metadata to display ([#786](https://github.com/jpanther/congo/pull/786))
|
||||
- Header elements not vertically centered when using locale switcher ([#788](https://github.com/jpanther/congo/pull/788))
|
||||
|
||||
### Removed
|
||||
|
||||
- Fathom Analytics custom domain parameter, as this is no longer supported by Fathom
|
||||
|
||||
## [2.7.6] - 2023-11-26
|
||||
|
||||
### Fixed
|
||||
|
||||
- Some Mermaid diagram elements not styled correctly in dark mode ([#706](https://github.com/jpanther/congo/issues/706))
|
||||
|
||||
## [2.7.5] - 2023-11-25
|
||||
|
||||
### Added
|
||||
|
||||
- Ukrainian translation ([#703](https://github.com/jpanther/congo/pull/703))
|
||||
- Bulgarian translation ([#718](https://github.com/jpanther/congo/pull/718))
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Dutch translation ([#696](https://github.com/jpanther/congo/pull/696))
|
||||
- Upgrade to Mermaid v10.6.1 ([#697](https://github.com/jpanther/congo/pull/697))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Some files have unnecessary execute permissions ([#714](https://github.com/jpanther/congo/pull/714))
|
||||
- Empty block is output when locale switcher is hidden ([#699](https://github.com/jpanther/congo/pull/699))
|
||||
|
||||
## [2.7.4] - 2023-11-05
|
||||
|
||||
### Fixed
|
||||
|
||||
- Links with non-whitespace characters preceeding them are prefixed with a space ([#695](https://github.com/jpanther/congo/issues/695))
|
||||
|
||||
## [2.7.3] - 2023-10-31
|
||||
|
||||
### Fixed
|
||||
|
||||
- Article metadata HTML is output as text when using Hugo v0.120.0 ([#689](https://github.com/jpanther/congo/pull/689))
|
||||
|
||||
## [2.7.2] - 2023-10-26
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Tailwind v3.3.5 ([#681](https://github.com/jpanther/congo/pull/681), [#686](https://github.com/jpanther/congo/pull/686))
|
||||
- Upgrade to Mermaid v10.6.0 ([#684](https://github.com/jpanther/congo/pull/684))
|
||||
- Upgrade to FuseJS v7.0.0 ([#685](https://github.com/jpanther/congo/pull/685))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Empty block is output when locale switcher is hidden ([#678](https://github.com/jpanther/congo/issues/678))
|
||||
- Extra whitespace added after links ([#679](https://github.com/jpanther/congo/issues/679))
|
||||
|
||||
## [2.7.1] - 2023-10-24
|
||||
|
||||
### Changed
|
||||
|
||||
- Minor refactor to improve memory efficiency in search results ([#650](https://github.com/jpanther/congo/pull/650))
|
||||
- Links in Markdown content are now portable ([#655](https://github.com/jpanther/congo/pull/655))
|
||||
|
||||
### Fixed
|
||||
|
||||
- JavaScript error setting theme colour when site is loaded in dark mode ([#676](https://github.com/jpanther/congo/issues/676))
|
||||
|
||||
## [2.7.0] - 2023-10-23
|
||||
|
||||
### Added
|
||||
|
||||
- New portable locale picker that can be placed in any menu using the `locale` action ([#583](https://github.com/jpanther/congo/issues/583))
|
||||
- New icons for `chevron-down`, `chevron-up`, `globe`, `translate`, `coffee` and `x-twitter` ([#669](https://github.com/jpanther/congo/pull/669))
|
||||
- Plausible Analytics support ([#584](https://github.com/jpanther/congo/pull/584))
|
||||
- Spanish translation of example site samples ([#606](https://github.com/jpanther/congo/pull/606))
|
||||
- Japanese translation of docs and example site ([#618](https://github.com/jpanther/congo/pull/618))
|
||||
- German translation of example site ([#631](https://github.com/jpanther/congo/pull/631))
|
||||
|
||||
### Changed
|
||||
|
||||
- ⚠️ Renamed the `params.rtl` language parameter to `languageDirection` as this is now supported by Hugo ([#583](https://github.com/jpanther/congo/issues/583))
|
||||
- Robots.txt file now allows all by default without concern for whether the environment is set to production ([#620](https://github.com/jpanther/congo/pull/620))
|
||||
- Refactored the `head.html` partial to improve perceived performance on page load
|
||||
- Upgrade to Mermaid v10.5.1 ([#577](https://github.com/jpanther/congo/pull/577), [#582](https://github.com/jpanther/congo/pull/582), [#626](https://github.com/jpanther/congo/pull/626), [#638](https://github.com/jpanther/congo/pull/638), [#663](https://github.com/jpanther/congo/pull/663), [#674](https://github.com/jpanther/congo/pull/674))
|
||||
- Upgrade to KaTeX v0.16.9 ([#590](https://github.com/jpanther/congo/pull/590), [#664](https://github.com/jpanther/congo/pull/664))
|
||||
- Upgrade to Tailwind v3.3.3 ([#602](https://github.com/jpanther/congo/pull/602))
|
||||
- Upgrade to ChartJS v4.3.3 ([#616](https://github.com/jpanther/congo/pull/616), [#627](https://github.com/jpanther/congo/pull/627), [#635](https://github.com/jpanther/congo/pull/635))
|
||||
- Upgrade to Typography v0.5.10 ([#641](https://github.com/jpanther/congo/pull/641))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Prominent images in content and site layout are lazy loaded ([#591](https://github.com/jpanther/congo/issues/591))
|
||||
- TypeError is output to console when viewing leaf pages ([#596](https://github.com/jpanther/congo/issues/596))
|
||||
- URL to Congo project in footer used deprecated git.io short link ([#605](https://github.com/jpanther/congo/issues/605))
|
||||
- Various typos in the docs and example site ([#608](https://github.com/jpanther/congo/pull/608), [#609](https://github.com/jpanther/congo/pull/609), [#613](https://github.com/jpanther/congo/pull/613))
|
||||
- Incorrect `render` value is used in the 'external' archetype ([#630](https://github.com/jpanther/congo/pull/630))
|
||||
- Images are missing `width` and `height` attributes ([#645](https://github.com/jpanther/congo/pull/645))
|
||||
- Extended head partial does not include page context ([#658](https://github.com/jpanther/congo/pull/658))
|
||||
- Taxonomy tags aren't padded when wrapping onto a new line ([#671](https://github.com/jpanther/congo/pull/671))
|
||||
- Minor CSS improvements, mainly relating to RTL styling
|
||||
- Minor typos
|
||||
|
||||
### Removed
|
||||
|
||||
- Locales no longer appear next to the site name/logo as they are now part of the menu system ([#583](https://github.com/jpanther/congo/issues/583))
|
||||
- Language parameters `isoCode` and `displayName` are no longer supported ([#583](https://github.com/jpanther/congo/issues/583))
|
||||
- Meta `content-language` tag as it was not conveying the intended data (which is already included via the HTML `lang` attribute)
|
||||
|
||||
## [2.6.1] - 2023-06-04
|
||||
|
||||
### Changed
|
||||
|
||||
- Images are now marked for lazy loading by default ([#552](https://github.com/jpanther/congo/pull/552))
|
||||
- Current language is no longer displayed in language selection ([#565](https://github.com/jpanther/congo/issues/565))
|
||||
- Updated Simplified Chinese (China) translation ([#573](https://github.com/jpanther/congo/pull/573))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Language selection repeats current language on multilingual sites instead of linking to translated content ([#565](https://github.com/jpanther/congo/issues/565))
|
||||
- Icon padding inconsistent when using `--minify` option to build site ([#568](https://github.com/jpanther/congo/pull/568))
|
||||
- Copyright string in the language configuration does not apply ([#572](https://github.com/jpanther/congo/issues/572))
|
||||
- Upgrade to Mermaid v10.2.1 ([#569](https://github.com/jpanther/congo/pull/569))
|
||||
|
||||
## [2.6.0] - 2023-05-25
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Hugo v0.112.0
|
||||
- Ability to specify an alternate logo image when dark appearance is active ([#533](https://github.com/jpanther/congo/pull/533), [#543](https://github.com/jpanther/congo/pull/543))
|
||||
- Ability to specify the hashing algorithm that is used when fingerprinting assets ([#478](https://github.com/jpanther/congo/issues/478))
|
||||
- Arabic translation ([#521](https://github.com/jpanther/congo/pull/521))
|
||||
- Slovak translation ([#541](https://github.com/jpanther/congo/pull/541))
|
||||
- Czech translation ([#541](https://github.com/jpanther/congo/pull/541))
|
||||
|
||||
### Changed
|
||||
|
||||
- ⚠️ Some parameters in the root of the Languages config file have been nested under the `params` block
|
||||
- Search results now respect `showDate` value when displaying article metadata ([#511](https://github.com/jpanther/congo/pull/511))
|
||||
- Adopted new Tailwind logical properties for RTL styling
|
||||
- Article sharing links now open in a new tab/window
|
||||
- Updated Dutch translation ([#544](https://github.com/jpanther/congo/pull/544))
|
||||
- Upgrade to Tailwind v3.3.1 ([#523](https://github.com/jpanther/congo/pull/523))
|
||||
- Upgrade to KaTeX v0.16.7 ([#538](https://github.com/jpanther/congo/pull/538), [#549](https://github.com/jpanther/congo/pull/549))
|
||||
- Upgrade to Chart.js v4.3.0 ([#551](https://github.com/jpanther/congo/pull/551))
|
||||
- Upgrade to Mermaid v10.2.0 ([#563](https://github.com/jpanther/congo/pull/563))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Some `srcset` values are broken when using Hugo `--minify` option ([#508](https://github.com/jpanther/congo/pull/508))
|
||||
- Author images are cropped off-centre during image processing ([#527](https://github.com/jpanther/congo/pull/527))
|
||||
- Site doesn't build when using Hugo v0.112.0 ([#561](https://github.com/jpanther/congo/pull/561))
|
||||
|
||||
## [2.5.4] - 2023-03-20
|
||||
|
||||
### Added
|
||||
|
||||
- Polish translation ([#497](https://github.com/jpanther/congo/pull/497))
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Russian translation ([#502](https://github.com/jpanther/congo/pull/502))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Bengali translation prevents site building in certain configurations ([#503](https://github.com/jpanther/congo/issues/503))
|
||||
|
||||
## [2.5.3] - 2023-03-05
|
||||
|
||||
### Added
|
||||
|
||||
- Russian translation ([#485](https://github.com/jpanther/congo/pull/485))
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated German translation ([#475](https://github.com/jpanther/congo/pull/475))
|
||||
- Upgrade to Chart.js v4.2.1 ([#472](https://github.com/jpanther/congo/pull/472))
|
||||
- Upgrade to Mermaid v9.4.0 ([#473](https://github.com/jpanther/congo/pull/473))
|
||||
- Upgrade to Tailwind v3.2.7 ([#491](https://github.com/jpanther/congo/pull/491))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Caching the analytics partial prevents some advanced analytics use cases ([#480](https://github.com/jpanther/congo/issues/480))
|
||||
|
||||
## [2.5.2] - 2023-01-24
|
||||
|
||||
### Added
|
||||
|
||||
- New icons for `mobile` and `phone`
|
||||
|
||||
### Fixed
|
||||
|
||||
- Author links containing URLs in non-hypertext schemes (ie. `tel:`) would not be created as links ([#452](https://github.com/jpanther/congo/pull/452))
|
||||
- Extra whitespace inserted after links within Markdown content ([#456](https://github.com/jpanther/congo/pull/456))
|
||||
|
||||
## [2.5.1] - 2023-01-20
|
||||
|
||||
### Changed
|
||||
|
||||
- External links are now automatically appended with `rel="noreferrer noopener"` ([#446](https://github.com/jpanther/congo/pull/446))
|
||||
- Updated Traditional Chinese (Taiwan) translation ([#448](https://github.com/jpanther/congo/pull/448))
|
||||
- Upgrade to Chart.js v4.2.0 ([#449](https://github.com/jpanther/congo/pull/449))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Page alignment off-centre when opening hamburger menu at wide viewports ([#445](https://github.com/jpanther/congo/issues/445))
|
||||
|
||||
## [2.5.0] - 2023-01-17
|
||||
|
||||
### Added
|
||||
|
||||
- Support for icons in menus including support for links styled as an icon by itself or an icon with text
|
||||
- Search and appearance switcher links can now be fully customised and positioned anywhere in the menu
|
||||
- Front matter support for specifying article thumbnails, covers and featured image details (including filename pattern, alt text and caption)
|
||||
- Two new colour schemes - `cherry` and `sapphire`
|
||||
- Support for SVG assets as article thumbnails, covers and featured images
|
||||
- Front matter keywords support on a per article basis
|
||||
- Indonesian translation ([#398](https://github.com/jpanther/congo/pull/398))
|
||||
- Mastodon sharing links ([#405](https://github.com/jpanther/congo/pull/405))
|
||||
- `homepage.recentLimit` parameter to adjust the maximum number of recent items listed on the homepage ([#411](https://github.com/jpanther/congo/pull/411))
|
||||
|
||||
### Changed
|
||||
|
||||
- Images smaller than the article width are no longer resized to fill the content area and will now simply align centre ([#394](https://github.com/jpanther/congo/pull/394))
|
||||
- Upgrade to KaTeX v0.16.4 ([#414](https://github.com/jpanther/congo/pull/414))
|
||||
- Upgrade to Mermaid v9.3.0 ([#419](https://github.com/jpanther/congo/pull/419))
|
||||
- Upgrade to Chart.js v4.1.2 ([#420](https://github.com/jpanther/congo/pull/420), [#434](https://github.com/jpanther/congo/pull/434))
|
||||
- Upgrade to Typography v0.5.9 ([#437](https://github.com/jpanther/congo/pull/437))
|
||||
|
||||
### Fixed
|
||||
|
||||
- `mainSections` parameter is language dependent and is not referenced from `params.toml` ([#376](https://github.com/jpanther/congo/pull/376))
|
||||
- Code highlight background cut off in Google Chrome when overflowing content area ([#383](https://github.com/jpanther/congo/pull/383))
|
||||
- Social icons shift position during CSS transition when hovered in Safari ([#396](https://github.com/jpanther/congo/pull/396))
|
||||
- Hamburger navigation menu is misaligned in mobile browsers ([#399](https://github.com/jpanther/congo/pull/399))
|
||||
- Error when attempting to resize SVG assets in page bundles ([#427](https://github.com/jpanther/congo/pull/427))
|
||||
- Appearance switcher missing `aria-label` ([#438](https://github.com/jpanther/congo/pull/438))
|
||||
- Article links missing `alt` text and `aria-label` ([#439](https://github.com/jpanther/congo/pull/439))
|
||||
- Line height in article tag list would cause overlap when wrapping to a new line ([#444](https://github.com/jpanther/congo/pull/444))
|
||||
- Figure shortcode would not apply `class` or `href` attribtues in some cases
|
||||
- Charts displaying with incorrect theme colours
|
||||
|
||||
## [2.4.2] - 2022-11-22
|
||||
|
||||
### Added
|
||||
|
||||
- Dutch translation ([#371](https://github.com/jpanther/congo/pull/371))
|
||||
- HTML `theme-color` meta tag to adjust browser colours according to the active Congo colour scheme ([#379](https://github.com/jpanther/congo/pull/379))
|
||||
|
||||
### Changed
|
||||
|
||||
- Extended head and footer partials are no longer cached during builds
|
||||
- Upgrade to Chart.js v4.0.1 ([#373](https://github.com/jpanther/congo/pull/373))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Code highlight background cut off when overflowing content area ([#374](https://github.com/jpanther/congo/issues/374))
|
||||
- 'Description' HTML meta tag not set from article description ([#378](https://github.com/jpanther/congo/issues/378))
|
||||
|
||||
## [2.4.1] - 2022-11-14
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Tailwind v3.2.4 ([#368](https://github.com/jpanther/congo/pull/368))
|
||||
|
||||
### Fixed
|
||||
|
||||
- List page doesn't render nested list pages ([#365](https://github.com/jpanther/congo/issues/365))
|
||||
- Pagination is duplicated on term pages ([#366](https://github.com/jpanther/congo/issues/366))
|
||||
- Link to last pagination page sometimes displays twice
|
||||
- Recent articles would sometimes display less than five articles
|
||||
|
||||
## [2.4.0] - 2022-11-10
|
||||
|
||||
### Added
|
||||
|
||||
- Support for article thumbnails, covers and featured images
|
||||
- Hybrid header layout that switches between the hamburger and basic menus at appropriate viewport sizes
|
||||
- Traditional Chinese (Taiwan) translation ([#262](https://github.com/jpanther/congo/pull/262))
|
||||
- New `list.paginationWidth` parameter to specify how many pagination links are generated before they are truncated
|
||||
- Site title display can be toggled on or off independently, allowing for it to be displayed alongside the site logo or removed entirely
|
||||
- Tailwind plugin for Prettier to standardise the order of CSS classes ([#268](https://github.com/jpanther/congo/pull/268))
|
||||
- External links in article content will now open in a new browser tab ([#312](https://github.com/jpanther/congo/pull/312))
|
||||
- Independent control over the display of taxonomy listings on article and list pages ([#326](https://github.com/jpanther/congo/pull/326))
|
||||
- Button shortcode now supports an optional `download` parameter to instruct browsers to directly download resources rather than navigate to a URL ([#349](https://github.com/jpanther/congo/pull/349))
|
||||
- Minor style and layout improvements
|
||||
|
||||
### Changed
|
||||
|
||||
- ⚠️ The `logo` parameter has moved under the `header` group and is now set using `header.logo`
|
||||
- ⚠️ Simplified Chinese (China) language code has changed from `zh` to `zh-cn`
|
||||
- Site logo is now in its own `logo.html` partial to allow it to be easily overridden ([#322](https://github.com/jpanther/congo/pull/322))
|
||||
- Upgrade to Chart.js v3.9.1 ([#261](https://github.com/jpanther/congo/pull/261))
|
||||
- Upgrade to Tailwind v3.2.2 ([#265](https://github.com/jpanther/congo/pull/265), [#333](https://github.com/jpanther/congo/pull/333), [#352](https://github.com/jpanther/congo/pull/352))
|
||||
- Upgrade to Mermaid v9.2.2 ([#272](https://github.com/jpanther/congo/pull/272), [#279](https://github.com/jpanther/congo/pull/279), [#296](https://github.com/jpanther/congo/pull/296), [#339](https://github.com/jpanther/congo/pull/339), [#360](https://github.com/jpanther/congo/pull/360))
|
||||
- Upgrade to KaTeX v0.16.3 ([#284](https://github.com/jpanther/congo/pull/284), [#334](https://github.com/jpanther/congo/pull/334))
|
||||
- Upgrade to Typography v0.5.8 ([#287](https://github.com/jpanther/congo/pull/287), [#292](https://github.com/jpanther/congo/pull/292), [#353](https://github.com/jpanther/congo/pull/353))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Appearance switcher title doesn't update when switching appearance ([#235](https://github.com/jpanther/congo/issues/235))
|
||||
- Article updated date logic doesn't consider formatted date values ([#259](https://github.com/jpanther/congo/issues/259))
|
||||
- Error calling Paginate when attempting to generate a site with no taxonomies ([#289](https://github.com/jpanther/congo/issues/289))
|
||||
- Multilingual links are spaced incorrectly when using Hugo minify ([#298](https://github.com/jpanther/congo/issues/298))
|
||||
- Pagination links overflow the page area on large datasets ([#299](https://github.com/jpanther/congo/issues/299))
|
||||
- Embedded content disappears when displayed at certain viewport sizes ([#302](https://github.com/jpanther/congo/issues/302), [#335](https://github.com/jpanther/congo/issues/335))
|
||||
- Order of articles on list pages would not follow Hugo conventions when grouped by year ([#313](https://github.com/jpanther/congo/issues/313))
|
||||
- Button shortcode overlaps table of contents when at the top of the article content ([#337](https://github.com/jpanther/congo/issues/337))
|
||||
- Providing a `colorScheme` value containing uppercase characters breaks some deployments ([#347](https://github.com/jpanther/congo/issues/347))
|
||||
|
||||
## [2.3.1] - 2022-07-30
|
||||
|
||||
### Added
|
||||
|
||||
- Japanese translation ([#234](https://github.com/jpanther/congo/pull/234))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Mermaid v9.1.3 ([#233](https://github.com/jpanther/congo/pull/233))
|
||||
- Upgrade to Tailwind v3.1.6 ([#245](https://github.com/jpanther/congo/pull/245))
|
||||
- Upgrade to Typography v0.5.4 ([#246](https://github.com/jpanther/congo/pull/246))
|
||||
- Upgrade to Chart.js v3.8.2 ([#247](https://github.com/jpanther/congo/pull/247))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Main content misaligned when hamburger menu is opened at large viewport sizes
|
||||
|
||||
## [2.3.0] - 2022-06-27
|
||||
|
||||
### Added
|
||||
|
||||
- Header layouts for selecting a preferred header style
|
||||
- Hamburger menu header layout with popover main menu ([#167](https://github.com/jpanther/congo/discussions/167), [#88](https://github.com/jpanther/congo/discussions/88), [#43](https://github.com/jpanther/congo/discussions/43), [#29](https://github.com/jpanther/congo/discussions/29))
|
||||
- Front matter support for showing or hiding comments on a per article basis ([#207](https://github.com/jpanther/congo/discussions/207))
|
||||
- `showCopyright` and `showThemeAttribution` parameters that allow more control over how the site footer is displayed ([#192](https://github.com/jpanther/congo/discussions/192))
|
||||
- `bars` SVG icon
|
||||
|
||||
### Changed
|
||||
|
||||
- ⚠️ Footer configuration parameters are now in their own `footer` sub-group
|
||||
- Search will now return results for all page types, including lists and taxonomies
|
||||
- Comments partials are now better considered within the page layout
|
||||
- Reduced whitespace at the top of the main content block ([#226](https://github.com/jpanther/congo/discussions/226))
|
||||
- Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Hugo v0.101.0 breaks the link to the homepage ([#230](https://github.com/jpanther/congo/issues/230))
|
||||
- Search link does not appear in header if main menu has no items to display
|
||||
- Search only returns results in the primary language when multiple languages are available ([#229](https://github.com/jpanther/congo/issues/229))
|
||||
- Arrow on external article links not aligned correctly when title wraps onto multiple lines
|
||||
- Arrow on external article links points the wrong direction for RTL languages
|
||||
- Scroll to top misaligned with the footer at small viewport heights
|
||||
- Link to homepage would be incorrect in some deployments if `baseURL` contained sub-directories in the path
|
||||
|
||||
## [2.2.3] - 2022-06-22
|
||||
|
||||
### Changed
|
||||
|
||||
- Profile image alt text now uses author name when available
|
||||
|
||||
### Fixed
|
||||
|
||||
- Search not working when `baseURL` does not end with a forward slash ([#224](https://github.com/jpanther/congo/pull/224))
|
||||
- Author `headline` parameter not correctly displaying Markdown or Emoji content
|
||||
|
||||
## [2.2.2] - 2022-06-16
|
||||
|
||||
### Added
|
||||
|
||||
- Breadcrumb display can now be can now be specified in front matter for articles and list pages
|
||||
- Italian translation ([#209](https://github.com/jpanther/congo/pull/209))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Chart.js v3.8.0 ([#204](https://github.com/jpanther/congo/pull/204))
|
||||
- Upgrade to KaTeX v0.16.0 ([#208](https://github.com/jpanther/congo/pull/208))
|
||||
- Upgrade to Mermaid v9.1.2 ([#214](https://github.com/jpanther/congo/pull/214))
|
||||
|
||||
## [2.2.1] - 2022-05-25
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Mermaid v9.1.1 ([#194](https://github.com/jpanther/congo/pull/194))
|
||||
- Upgrade to Fuse.js v6.6.2 ([#195](https://github.com/jpanther/congo/pull/195))
|
||||
- Upgrade KaTeX to v0.15.6 ([#202](https://github.com/jpanther/congo/pull/202))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Main content area doesn't grow to window height ([#201](https://github.com/jpanther/congo/issues/201))
|
||||
|
||||
## [2.2.0] - 2022-05-09
|
||||
|
||||
### Added
|
||||
|
||||
- Finnish translation ([#185](https://github.com/jpanther/congo/pull/185))
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated French translation ([#178](https://github.com/jpanther/congo/pull/178))
|
||||
- Analytics partial now checks `hugo.IsProduction` instead of `.Site.IsServer` before including scripts ([#179](https://github.com/jpanther/congo/issues/179))
|
||||
- Upgrade to Tailwind v3.0.24 ([#176](https://github.com/jpanther/congo/pull/176))
|
||||
- Upgrade to Mermaid v9.0.1 ([#183](https://github.com/jpanther/congo/pull/183))
|
||||
- Upgrade to Fuse.js v6.6.1 ([#189](https://github.com/jpanther/congo/pull/189))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Code blocks are rendered incorrectly in RTL languages ([#164](https://github.com/jpanther/congo/issues/164))
|
||||
- Scroll to top link overlaps footer menu on mobile devices when there are several links ([#172](https://github.com/jpanther/congo/issues/172))
|
||||
|
||||
### Removed
|
||||
|
||||
- `hugo.Generator` from HTML `<head>` so that the [default Hugo generator behaviour](https://gohugo.io/getting-started/configuration/#disablehugogeneratorinject) works as expected ([#179](https://github.com/jpanther/congo/issues/179))
|
||||
|
||||
## [2.1.3] - 2022-04-12
|
||||
|
||||
### Added
|
||||
|
||||
- Hungarian translation ([#170](https://github.com/jpanther/congo/pull/170))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Scroll to top link overlaps footer menu on mobile devices ([#172](https://github.com/jpanther/congo/issues/172))
|
||||
|
||||
## [2.1.2] - 2022-04-08
|
||||
|
||||
### Added
|
||||
|
||||
- Romanian translation ([#168](https://github.com/jpanther/congo/pull/168))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Mermaid v9.0.0
|
||||
|
||||
## [2.1.1] - 2022-04-03
|
||||
|
||||
### Added
|
||||
|
||||
- Print styles to hide unnecessary elements when printing ([#155](https://github.com/jpanther/congo/pull/155))
|
||||
- Hebrew translation ([#163](https://github.com/jpanther/congo/pull/163))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Footer menu displays incorrectly in RTL languages ([#165](https://github.com/jpanther/congo/pull/165))
|
||||
|
||||
## [2.1.0] - 2022-03-14
|
||||
|
||||
### Added
|
||||
|
||||
- Simple page layout for creating full-width content ([#139](https://github.com/jpanther/congo/issues/139))
|
||||
- Portuguese (Portugal) translation ([#144](https://github.com/jpanther/congo/pull/144))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade SVG icons to FontAwesome 6:
|
||||
- New icons for Hashnode, bug, check, comment, light bulb, list, pencil, skull, tag, and information. ([#136](https://github.com/jpanther/congo/discussions/136))
|
||||
- ⚠️ The `exclamation-triangle` icon has been renamed `triangle-exclamation`
|
||||
- ⚠️ The `times` icon has been renamed `xmark`
|
||||
- ⚠️ The `stackoverflow` icon has been renamed `stack-overflow`
|
||||
- Upgrade KaTeX to v0.15.3
|
||||
- Markdown images and `figure` shortcode now search the `assets/` directory if an image cannot be found in page bundle ([#126](https://github.com/jpanther/congo/issues/126))
|
||||
- Markdown images and `figure` shortcode now fallback to static assets if an image is not provided as a Hugo resource ([#126](https://github.com/jpanther/congo/issues/126))
|
||||
- Taxonomy term listings now honour the `groupByYear` parameter ([#145](https://github.com/jpanther/congo/pull/145))
|
||||
- The `alert` shortcode now allows its icon to be specified as a parameter
|
||||
|
||||
### Fixed
|
||||
|
||||
- Dark appearance shown even when default appearance set to light and auto switching is disabled ([#149](https://github.com/jpanther/congo/issues/149))
|
||||
|
||||
## [2.0.5] - 2022-02-20
|
||||
|
||||
### Added
|
||||
|
||||
- Bengali translation ([#115](https://github.com/jpanther/congo/pull/115))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Tailwind v3.0.23 and Typography v0.5.2
|
||||
- Upgrade to Mermaid v8.14.0
|
||||
- Upgrade to Chart.js v3.7.1
|
||||
|
||||
### Fixed
|
||||
|
||||
- Updated date is displayed even when it is the same as published date
|
||||
- Structured data on homepage unparsable by Google ([#113](https://github.com/jpanther/congo/issues/113))
|
||||
- Underline styles not displaying correctly in some browsers ([#125](https://github.com/jpanther/congo/issues/125))
|
||||
|
||||
## [2.0.4] - 2022-02-09
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated German translation ([#110](https://github.com/jpanther/congo/pull/110))
|
||||
- Upgrade to Tailwind v3.0.19
|
||||
|
||||
### Fixed
|
||||
|
||||
- Main content area not growing to fill screen vertically
|
||||
- Search results not cleared when search is dismissed ([#109](https://github.com/jpanther/congo/pull/109))
|
||||
- Emoji strings not displaying in search results
|
||||
|
||||
## [2.0.3] - 2022-02-07
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Turkish translation ([#105](https://github.com/jpanther/congo/pull/105))
|
||||
- Updated Spanish translation ([#106](https://github.com/jpanther/congo/pull/106))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Markdown images and `figure` shortcode fail to load resource when providing an external URL source
|
||||
- HTML `figcaption` tags are output for Markdown images even when a caption is not provided
|
||||
- Light appearance briefly appears on page load before switching to dark appearance ([#102](https://github.com/jpanther/congo/issues/102))
|
||||
|
||||
## [2.0.2] - 2022-02-05
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated French translation ([#100](https://github.com/jpanther/congo/pull/100))
|
||||
|
||||
### Fixed
|
||||
|
||||
- User's appearance preference is lost on page load when default appearance is dark ([#102](https://github.com/jpanther/congo/issues/102))
|
||||
- JavaScript warning when appearance switcher is disabled
|
||||
|
||||
## [2.0.1] - 2022-02-03
|
||||
|
||||
### Fixed
|
||||
|
||||
- Hugo module error when downloading version 2
|
||||
- Emoji strings not displaying in table of contents
|
||||
|
||||
## [2.0.0] - 2022-02-03
|
||||
|
||||
### Added
|
||||
|
||||
- Multilingual support
|
||||
- Right-to-left (RTL) language support
|
||||
- Site search powered by Fuse.js
|
||||
- Automatic Markdown image resizing and srcset generation
|
||||
- Performance and Accessibility improvements to achieve perfect Lighthouse scores
|
||||
- Tables of contents on article pages ([#47](https://github.com/jpanther/congo/discussions/47))
|
||||
- Code copy buttons in article content
|
||||
- Taxonomy and term listings now support Markdown content
|
||||
- Taxonomies on article and list pages
|
||||
- Article pagination direction can be inverted
|
||||
- Author `headline` parameter
|
||||
- Skip to content and Scroll to top links
|
||||
- Archetype for generating links to external articles
|
||||
|
||||
### Changed
|
||||
|
||||
- ⚠️ Required Hugo version is now 0.87.0 or later
|
||||
- ⚠️ Complete rewrite of dark mode to allow more flexibile configuration
|
||||
- ⚠️ All theme images are now Hugo assets
|
||||
- ⚠️ Overhauled `figure` shortcode which now resizes images
|
||||
- Upgrade to Tailwind v3.0.18
|
||||
- Inline JavaScript moved to external files
|
||||
- Improved JSON-LD structured data
|
||||
- Breadcrumbs now fallback to section name when `title` is not provided
|
||||
- Minor style and layout improvements
|
||||
|
||||
## [1.6.4] - 2022-01-24
|
||||
|
||||
### Added
|
||||
|
||||
- Turkish translation ([#90](https://github.com/jpanther/congo/pull/90))
|
||||
|
||||
### Changed
|
||||
|
||||
- Article updated date formatting and i18n ([#91](https://github.com/jpanther/congo/pull/91))
|
||||
- Upgrade to Mermaid v8.13.10
|
||||
|
||||
### Fixed
|
||||
|
||||
- Article metadata not wrapping at small viewports ([#91](https://github.com/jpanther/congo/pull/91))
|
||||
|
||||
## [1.6.3] - 2022-01-19
|
||||
|
||||
### Added
|
||||
|
||||
- Icon for Stack Overflow ([#82](https://github.com/jpanther/congo/pull/82))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Mermaid v8.13.9
|
||||
- Upgrade to KaTeX v0.15.2
|
||||
|
||||
### Fixed
|
||||
|
||||
- Emoji characters in article titles not appearing on list pages and in HTML metadata ([#84](https://github.com/jpanther/congo/pull/84))
|
||||
|
||||
## [1.6.2] - 2022-01-07
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Chart.js v3.7.0
|
||||
- Upgrade to Mermaid v8.13.8
|
||||
|
||||
### Fixed
|
||||
|
||||
- `lead` shortcode not rendering Markdown formatted text ([#73](https://github.com/jpanther/congo/issues/73))
|
||||
- JSON-LD keywords data not structured correctly ([#74](https://github.com/jpanther/congo/issues/74))
|
||||
|
||||
## [1.6.1] - 2021-12-31
|
||||
|
||||
### Added
|
||||
|
||||
- Icon for Blogger ([#71](https://github.com/jpanther/congo/pull/71))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Error when building using older Hugo versions ([#65](https://github.com/jpanther/congo/pull/65))
|
||||
- Error when serving sites using blogdown ([#66](https://github.com/jpanther/congo/pull/66))
|
||||
|
||||
## [1.6.0] - 2021-12-21
|
||||
|
||||
### Added
|
||||
|
||||
- Article word counts ([#57](https://github.com/jpanther/congo/pull/57))
|
||||
- Last updated dates on articles
|
||||
- Icons for Amazon, Apple, Flickr, Google, Kickstarter, Microsoft, Patreon, Telegram, Tumblr and WhatsApp
|
||||
|
||||
### Changed
|
||||
|
||||
- Adjusted contrast of some items to improve accessibility
|
||||
- Upgrade to Chart.js v3.6.2
|
||||
- Upgrade to Mermaid v8.13.6
|
||||
|
||||
### Fixed
|
||||
|
||||
- Missing ARIA descriptions and alt tags on some images and links
|
||||
|
||||
## [1.5.3] - 2021-11-18
|
||||
|
||||
### Changed
|
||||
|
||||
- Updated Chinese translation ([#32](https://github.com/jpanther/congo/pull/32))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Article pagination uses date of current article ([#32](https://github.com/jpanther/congo/pull/32))
|
||||
|
||||
## [1.5.2] - 2021-11-10
|
||||
|
||||
### Added
|
||||
|
||||
- German translation ([#27](https://github.com/jpanther/congo/pull/27))
|
||||
- Portuguese (Brazil) translation ([#28](https://github.com/jpanther/congo/pull/28))
|
||||
- Spanish translation ([#30](https://github.com/jpanther/congo/pull/30))
|
||||
|
||||
### Fixed
|
||||
|
||||
- Article pagination link spacing ([#26](https://github.com/jpanther/congo/pull/26))
|
||||
- Minor icon style issues
|
||||
|
||||
## [1.5.1] - 2021-11-04
|
||||
|
||||
### Fixed
|
||||
|
||||
- Hugo failing to build site when deploying as a module
|
||||
|
||||
## [1.5.0] - 2021-11-04
|
||||
|
||||
### Added
|
||||
|
||||
- Chart.js support using `chart` shortcode
|
||||
- KaTeX support using `katex` shortcode
|
||||
- Dark mode toggle with new theme parameters for managing light/dark appearance
|
||||
- French translation ([#18](https://github.com/jpanther/congo/pull/18))
|
||||
- Author bio in article footer
|
||||
- Grouping by year can now be specified in front matter on list pages
|
||||
|
||||
### Changed
|
||||
|
||||
- Site name, author and menus will now render Markdown and Emoji
|
||||
- Bundled Mermaid for better vendor dependency management
|
||||
- Mermaid diagrams are now themed to match the configured colour scheme
|
||||
- Upgrade to Tailwind v2.2.19
|
||||
|
||||
### Fixed
|
||||
|
||||
- Site logo image dimensions are unconstrained ([#19](https://github.com/jpanther/congo/issues/19))
|
||||
- Article summary styled incorrectly in dark mode
|
||||
- Links containing `code` blocks styled incorrectly
|
||||
|
||||
## [1.4.0] - 2021-10-20
|
||||
|
||||
### Added
|
||||
|
||||
- Footer menu
|
||||
- Article summary support
|
||||
- Slate colour scheme ([#9](https://github.com/jpanther/congo/pull/9))
|
||||
- Icons for ORCID and ResearchGate ([#9](https://github.com/jpanther/congo/pull/9))
|
||||
- Pinterest sharing links
|
||||
- Sharing links can now be specified in front matter
|
||||
|
||||
### Changed
|
||||
|
||||
- Main menu is now optional
|
||||
- Upgrade to Mermaid v8.13.3
|
||||
- Upgrade to Tailwind v2.2.17
|
||||
|
||||
### Fixed
|
||||
|
||||
- Site logo not linked to home page ([#13](https://github.com/jpanther/congo/issues/13))
|
||||
|
||||
## [1.3.0] - 2021-09-29
|
||||
|
||||
### Added
|
||||
|
||||
- Site logo support
|
||||
- Chinese translation ([#2](https://github.com/jpanther/congo/pull/2))
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to Tailwind v2.2.16
|
||||
|
||||
## [1.2.1] - 2021-08-26
|
||||
|
||||
### Added
|
||||
|
||||
- New `robots` parameter to add metadata to guide robots on how to handle specific content
|
||||
|
||||
### Changed
|
||||
|
||||
- URLs are relative by default which allows the theme to be more flexible in different deployment scenarios
|
||||
|
||||
### Fixed
|
||||
|
||||
- Missing dark style for group subheadings on article listings
|
||||
- Fathom Analytics script included twice when using custom domain
|
||||
- Recent heading on homepage profile layout misaligned
|
||||
|
||||
## [1.2.0] - 2021-08-22
|
||||
|
||||
### Added
|
||||
|
||||
- Multiple colour schemes
|
||||
- Edit links on article pages
|
||||
- Icons for Foursquare and Pinterest
|
||||
- Asset fingerprinting and SRI
|
||||
- CSS minification for custom stylesheets
|
||||
|
||||
### Changed
|
||||
|
||||
- Static assets are now managed through Hugo Pipelines
|
||||
|
||||
### Fixed
|
||||
|
||||
- Minor style issue with `button` shortcode
|
||||
- Hugo Modules would fail when using default theme config file
|
||||
- Some content not centred correctly on the profile homepage layout
|
||||
- Some links missing the correct styles when in Firefox
|
||||
- `externalUrl` front matter not working on some list pages
|
||||
|
||||
## [1.1.1] - 2021-08-19
|
||||
|
||||
### Fixed
|
||||
|
||||
- Hotfix for exampleSite and GitHub configuration
|
||||
|
||||
## [1.1.0] - 2021-08-18
|
||||
|
||||
### Added
|
||||
|
||||
- Breadcrumbs
|
||||
- i18n support
|
||||
- Recent articles partial
|
||||
- CSS transitions
|
||||
- Hugo module support
|
||||
- JSON-LD structured metadata
|
||||
|
||||
### Changed
|
||||
|
||||
- ⚠️ Renamed parameter: `homepage.showList` -> `homepage.showRecent`
|
||||
- ⚠️ Renamed parameter: `homepage.listSections` -> `mainSections`
|
||||
- ⚠️ Consolidated author configuration parameters into `config.toml`
|
||||
- General style tweaks to enhance design consistency
|
||||
|
||||
### Fixed
|
||||
|
||||
- URLs being incorrect in some cases when the site is deployed in a subfolder
|
||||
|
||||
## [1.0.0] - 2021-08-16
|
||||
|
||||
### Added
|
||||
|
||||
- Built with Tailwind CSS JIT for minified stylesheets without any excess code
|
||||
- Fully responsive layout
|
||||
- Dark mode (auto-switching based upon browser)
|
||||
- Highly customisable configuration
|
||||
- Multiple homepage layouts
|
||||
- Flexible with any content types, taxonomies and menus
|
||||
- Ability to link to posts on third-party websites
|
||||
- Diagrams and visualisations using Mermaid JS
|
||||
- SVG icons from FontAwesome 5
|
||||
- Heading anchors, Buttons, Badges and more
|
||||
- HTML and Emoji support in articles
|
||||
- SEO friendly with links for sharing to social media
|
||||
- RSS feeds
|
||||
- Fathom Analytics and Google Analytics support
|
||||
- Favicons support
|
||||
- Comments support
|
||||
- Advanced customisation using simple Tailwind colour definitions and styles
|
||||
- Fully documented
|
||||
|
||||
[Unreleased]: https://github.com/jpanther/congo/compare/v2.8.2...HEAD
|
||||
[2.8.2]: https://github.com/jpanther/congo/compare/v2.8.1...v2.8.2
|
||||
[2.8.1]: https://github.com/jpanther/congo/compare/v2.8.0...v2.8.1
|
||||
[2.8.0]: https://github.com/jpanther/congo/compare/v2.7.6...v2.8.0
|
||||
[2.7.6]: https://github.com/jpanther/congo/compare/v2.7.5...v2.7.6
|
||||
[2.7.5]: https://github.com/jpanther/congo/compare/v2.7.4...v2.7.5
|
||||
[2.7.4]: https://github.com/jpanther/congo/compare/v2.7.3...v2.7.4
|
||||
[2.7.3]: https://github.com/jpanther/congo/compare/v2.7.2...v2.7.3
|
||||
[2.7.2]: https://github.com/jpanther/congo/compare/v2.7.1...v2.7.2
|
||||
[2.7.1]: https://github.com/jpanther/congo/compare/v2.7.0...v2.7.1
|
||||
[2.7.0]: https://github.com/jpanther/congo/compare/v2.6.1...v2.7.0
|
||||
[2.6.1]: https://github.com/jpanther/congo/compare/v2.6.0...v2.6.1
|
||||
[2.6.0]: https://github.com/jpanther/congo/compare/v2.5.4...v2.6.0
|
||||
[2.5.4]: https://github.com/jpanther/congo/compare/v2.5.3...v2.5.4
|
||||
[2.5.3]: https://github.com/jpanther/congo/compare/v2.5.2...v2.5.3
|
||||
[2.5.2]: https://github.com/jpanther/congo/compare/v2.5.1...v2.5.2
|
||||
[2.5.1]: https://github.com/jpanther/congo/compare/v2.5.0...v2.5.1
|
||||
[2.5.0]: https://github.com/jpanther/congo/compare/v2.4.2...v2.5.0
|
||||
[2.4.2]: https://github.com/jpanther/congo/compare/v2.4.1...v2.4.2
|
||||
[2.4.1]: https://github.com/jpanther/congo/compare/v2.4.0...v2.4.1
|
||||
[2.4.0]: https://github.com/jpanther/congo/compare/v2.3.1...v2.4.0
|
||||
[2.3.1]: https://github.com/jpanther/congo/compare/v2.3.0...v2.3.1
|
||||
[2.3.0]: https://github.com/jpanther/congo/compare/v2.2.3...v2.3.0
|
||||
[2.2.3]: https://github.com/jpanther/congo/compare/v2.2.2...v2.2.3
|
||||
[2.2.2]: https://github.com/jpanther/congo/compare/v2.2.1...v2.2.2
|
||||
[2.2.1]: https://github.com/jpanther/congo/compare/v2.2.0...v2.2.1
|
||||
[2.2.0]: https://github.com/jpanther/congo/compare/v2.1.3...v2.2.0
|
||||
[2.1.3]: https://github.com/jpanther/congo/compare/v2.1.2...v2.1.3
|
||||
[2.1.2]: https://github.com/jpanther/congo/compare/v2.1.1...v2.1.2
|
||||
[2.1.1]: https://github.com/jpanther/congo/compare/v2.1.0...v2.1.1
|
||||
[2.1.0]: https://github.com/jpanther/congo/compare/v2.0.5...v2.1.0
|
||||
[2.0.5]: https://github.com/jpanther/congo/compare/v2.0.4...v2.0.5
|
||||
[2.0.4]: https://github.com/jpanther/congo/compare/v2.0.3...v2.0.4
|
||||
[2.0.3]: https://github.com/jpanther/congo/compare/v2.0.2...v2.0.3
|
||||
[2.0.2]: https://github.com/jpanther/congo/compare/v2.0.1...v2.0.2
|
||||
[2.0.1]: https://github.com/jpanther/congo/compare/v2.0.0...v2.0.1
|
||||
[2.0.0]: https://github.com/jpanther/congo/compare/v1.6.4...v2.0.0
|
||||
[1.6.4]: https://github.com/jpanther/congo/compare/v1.6.3...v1.6.4
|
||||
[1.6.3]: https://github.com/jpanther/congo/compare/v1.6.2...v1.6.3
|
||||
[1.6.2]: https://github.com/jpanther/congo/compare/v1.6.1...v1.6.2
|
||||
[1.6.1]: https://github.com/jpanther/congo/compare/v1.6.0...v1.6.1
|
||||
[1.6.0]: https://github.com/jpanther/congo/compare/v1.5.3...v1.6.0
|
||||
[1.5.3]: https://github.com/jpanther/congo/compare/v1.5.2...v1.5.3
|
||||
[1.5.2]: https://github.com/jpanther/Congo/compare/v1.5.1...v1.5.2
|
||||
[1.5.1]: https://github.com/jpanther/Congo/compare/v1.5.0...v1.5.1
|
||||
[1.5.0]: https://github.com/jpanther/Congo/compare/v1.4.0...v1.5.0
|
||||
[1.4.0]: https://github.com/jpanther/Congo/compare/v1.3.0...v1.4.0
|
||||
[1.3.0]: https://github.com/jpanther/Congo/compare/v1.2.1...v1.3.0
|
||||
[1.2.1]: https://github.com/jpanther/Congo/compare/v1.2.0...v1.2.1
|
||||
[1.2.0]: https://github.com/jpanther/Congo/compare/v1.1.1...v1.2.0
|
||||
[1.1.1]: https://github.com/jpanther/congo/compare/v1.1.0...v1.1.1
|
||||
[1.1.0]: https://github.com/jpanther/congo/compare/v1.0.0...v1.1.0
|
||||
[1.0.0]: https://github.com/jpanther/congo/releases/tag/v1.0.0
|
||||
@@ -1,43 +0,0 @@
|
||||
# Code of Conduct - Congo
|
||||
|
||||
## Our Pledge
|
||||
|
||||
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
|
||||
|
||||
## Our Standards
|
||||
|
||||
Examples of behaviour that contributes to a positive environment for our community include:
|
||||
|
||||
- Demonstrating empathy and kindness toward other people
|
||||
- Being respectful of differing opinions, viewpoints, and experiences
|
||||
- Giving and gracefully accepting constructive feedback
|
||||
- Accepting responsibility and apologising to those affected by our mistakes, and learning from the experience
|
||||
- Focusing on what is best not just for us as individuals, but for the overall community
|
||||
|
||||
Examples of unacceptable behaviour include:
|
||||
|
||||
- The use of sexualised language or imagery, and sexual attention or advances
|
||||
- Trolling, insulting or derogatory comments, and personal or political attacks
|
||||
- Public or private harassment
|
||||
- Publishing others' private information, such as a physical or email address, without their explicit permission
|
||||
- Other conduct which could reasonably be considered inappropriate in a professional setting
|
||||
|
||||
## Our Responsibilities
|
||||
|
||||
Project maintainers are responsible for clarifying and enforcing our standards of acceptable behaviour and will take appropriate and fair corrective action in response to any instances of unacceptable behaviour.
|
||||
|
||||
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviours that they deem inappropriate, threatening, offensive, or harmful.
|
||||
|
||||
## Scope
|
||||
|
||||
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
|
||||
|
||||
## Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behaviour may be reported to the [project maintainer](https://github.com/jpanther/). All complaints will be reviewed and investigated promptly and fairly.
|
||||
|
||||
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
|
||||
|
||||
## Attribution
|
||||
|
||||
This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org/), version [1.4](https://www.contributor-covenant.org/version/1/4/code-of-conduct/code_of_conduct.md) and [2.0](https://www.contributor-covenant.org/version/2/0/code_of_conduct/code_of_conduct.md), and was generated by [contributing-gen](https://github.com/bttger/contributing-gen).
|
||||
@@ -1,53 +0,0 @@
|
||||
## How to contribute to Congo
|
||||
|
||||
### Bugs & other issues
|
||||
|
||||
#### Found a bug? 🐛
|
||||
|
||||
- **Ensure the bug has not already been reported** by searching [GitHub Issues](https://github.com/jpanther/congo/issues). If there's already an open issue, feel free to add any extra information you might have about the issue.
|
||||
- If you're unable to find an open issue matching the problem, [open a new one](https://github.com/jpanther/congo/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample**, **screenshot**, or a **test case** demonstrating the expected behavior that is not occurring.
|
||||
- Where possible, use the bug report templates to create the issue. Avoid including descriptions like "bug", "feature", etc in the issue title as these will be handled by labels.
|
||||
|
||||
#### Have a patch that fixes an issue?
|
||||
|
||||
- Great! Open a new GitHub pull request with the patch.
|
||||
- All development occurs on the `dev` branch and new PRs should be forked from here.
|
||||
- The command `npm run example` can be used to test local changes using the example site.
|
||||
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number, if applicable.
|
||||
- **Before submitting**, check the [coding conventions](#coding-conventions) section below to learn more about coding and commit message expectations.
|
||||
|
||||
### New features & enhancements
|
||||
|
||||
#### Do you intend to add a new feature, or change an existing one?
|
||||
|
||||
- Enhancements are welcome but before implementing any features, be sure to suggest your change by opening a [new discussion](https://github.com/jpanther/congo/discussions/new) about your idea. Enhancements are discussed to ensure they fit with the project's design intent and overall roadmap.
|
||||
- Before opening a discussion, [check to see](https://github.com/jpanther/congo/discussions/categories/ideas) if a similar idea is already being discussed.
|
||||
- All ideas and suggestions are welcome and will be judged on their merits.
|
||||
- If the community supports your idea, go ahead and submit a PR with the implemented feature.
|
||||
|
||||
### Questions? 🙋♀️
|
||||
|
||||
- If you have a general question, these should be asked using [GitHub Discussions](https://github.com/jpanther/congo/discussions). Feel free to open a [new discussion](https://github.com/jpanther/congo/discussions/new) to ask your question using the "Q&A" category.
|
||||
- Be sure to check if your question has already been answered by searching [existing Q&A discussions](https://github.com/jpanther/congo/discussions/categories/q-a).
|
||||
|
||||
### Coding conventions
|
||||
|
||||
- Indent using 2 spaces (soft tabs).
|
||||
- Put spaces between list items (ie. `[1, 2, 3]`, not `[1,2,3]`), around operators (ie. `1 + 1`, not `1+1`) and inside go templating tags (ie. `{{< alert >}}`, not `{{<alert>}}`).
|
||||
- Avoid code reuse in templates by extracting components into partials.
|
||||
- Layout code in a logical manner that prioritises readability.
|
||||
- Add comments when the intent of the code isn't immediately apparent or to break up large blocks of logic.
|
||||
- Use relative paths to assets without including the preceding slash but, when referring to a folder, including a trailing slash (ie. `static/img/`, not `/static/img/` or `/static/img`).
|
||||
- Any static text must be referenced using the `i18n` methods and included in the localisation assets.
|
||||
- Commit often, preferring incremental changes rather than bundling everything into a single, large commit.
|
||||
|
||||
The project includes a Prettier config that helps to format code in line with these guidelines.
|
||||
|
||||
#### Commit message guidelines
|
||||
|
||||
- Use [Gitmoji](https://gitmoji.dev) in commit messages to provide context.
|
||||
- Clearly describe the change with a short summary in the first 72 characters.
|
||||
- Place more detailed explanations in paragraphs below the summary, separated by a blank line.
|
||||
- Use imperative language (ie. "Fix bug", not "Fixed bug" or "Fixes bug").
|
||||
- Do not end the summary line with a period.
|
||||
- Reference any issues fixed using their GitHub issue number.
|
||||
@@ -1,20 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2021 James Panther (https://jamespanther.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
@@ -1,96 +0,0 @@
|
||||
# Congo
|
||||
|
||||
Congo is designed to be a powerful, lightweight theme for [Hugo](https://gohugo.io). It's built using Tailwind CSS with a clean and minimalist design that prioritises to your content.
|
||||
|
||||
🌏 [Demo site](https://jpanther.github.io/congo/)
|
||||
📑 [Theme documentation](https://jpanther.github.io/congo/docs/)
|
||||
🐛 [Bug reports & issues](https://github.com/jpanther/congo/issues)
|
||||
💡 [Questions & feature requests](https://github.com/jpanther/congo/discussions)
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
- Fully responsive layout built with Tailwind CSS 3.0
|
||||
- Multiple colour schemes (or fully customise your own)
|
||||
- Dark mode (forced on/off or auto-switching with user toggle)
|
||||
- Highly customisable configuration
|
||||
- Multiple homepage layouts
|
||||
- Flexible with any content types, taxonomies and menus
|
||||
- Multilingual content support including support for RTL languages
|
||||
- Ability to link to posts on third-party websites
|
||||
- Client-side site search powered by Fuse.js
|
||||
- Diagrams and visualisations using Mermaid
|
||||
- Charts using Chart.js
|
||||
- Mathematical notation using KaTeX
|
||||
- SVG icons from FontAwesome 6
|
||||
- Automatic image resizing using Hugo Pipes
|
||||
- Heading anchors, Tables of Contents, Code copy, Buttons, Badges and more
|
||||
- HTML and Emoji support in articles 🎉
|
||||
- SEO friendly with links for sharing to social media
|
||||
- Fathom Analytics and Google Analytics support
|
||||
- RSS feeds, Favicons and comments support
|
||||
- Advanced customisation using simple Tailwind colour definitions and styles
|
||||
- Optimised for performance and accessibility with perfect Lighthouse scores
|
||||
- Fully documented with regular updates
|
||||
|
||||
---
|
||||
|
||||
## Documentation
|
||||
|
||||
Congo has [extensive documentation](https://jpanther.github.io/congo/docs/) that covers all aspects of the theme. Be sure to [read the docs](https://jpanther.github.io/congo/docs/) to learn more about how to use the theme and its features.
|
||||
|
||||
---
|
||||
|
||||
## Installation
|
||||
|
||||
Congo supports several installation methods - as a Hugo Module (easiest), a git submodule, or as a completely manual install.
|
||||
|
||||
Detailed instructions for each method can be found in the [Installation](https://jpanther.github.io/congo/docs/installation) docs. You should consult the documentation for the simplest setup experience. Below is a quick start guide using Hugo modules if you're already confident installing Hugo themes.
|
||||
|
||||
### Quick start using Hugo
|
||||
|
||||
> **Note:** Ensure you have **Go** and **Hugo** installed, and that you have created a new Hugo project before proceeding.
|
||||
|
||||
1. From your project directory, initialise Hugo Modules:
|
||||
|
||||
```shell
|
||||
hugo mod init github.com/<username>/<repo-name>
|
||||
```
|
||||
|
||||
2. Create `config/_default/module.toml` and add the following:
|
||||
|
||||
```toml
|
||||
[[imports]]
|
||||
path = "github.com/jpanther/congo/v2"
|
||||
```
|
||||
|
||||
3. Start your server using `hugo server` and the theme will be downloaded automatically.
|
||||
|
||||
4. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder.
|
||||
|
||||
> **Note:** Do not overwrite the `module.toml` file you created above!
|
||||
|
||||
You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/jpanther/congo/tree/stable/config/_default) from GitHub.
|
||||
|
||||
5. Follow the [Getting Started](https://jpanther.github.io/congo/docs/getting-started/) instructions to configure your website.
|
||||
|
||||
### Installing theme updates
|
||||
|
||||
As new releases are posted, you can update the theme using Hugo. Simply run `hugo mod get -u` from your project directory and the theme will automatically update to the latest release.
|
||||
|
||||
Detailed [update instructions](https://jpanther.github.io/congo/docs/installation/#installing-updates) are available in the docs.
|
||||
|
||||
---
|
||||
|
||||
## Contributing
|
||||
|
||||
Congo is expected to evolve over time. I intend to keep adding features and making changes as required.
|
||||
|
||||
Feel free to get in touch with any issues or suggestions for new features you'd like to see.
|
||||
|
||||
- 🐛 **Bug reports & issues:** Use [GitHub Issues](https://github.com/jpanther/congo/issues)
|
||||
- 💡 **Ideas for new features:** Open a discussion on [GitHub Discussions](https://github.com/jpanther/congo/discussions)
|
||||
- 🙋♀️ **General questions:** Head to [GitHub Discussions](https://github.com/jpanther/congo/discussions)
|
||||
|
||||
If you're able to fix a bug or implement a new feature, I welcome PRs for this purpose. Learn more in the [contributing guidelines](https://github.com/jpanther/congo/blob/dev/CONTRIBUTING.md).
|
||||