This commit is contained in:
2025-12-05 09:15:15 +01:00
commit 8837c20d66
1752 changed files with 1123339 additions and 0 deletions

View File

@@ -0,0 +1,103 @@
######################## default configuration ####################
baseURL = "/"
title = "Hugo documentation theme"
theme = "godocs-3"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York"
# google analytics
googleAnalytics = "G-MEASUREMENT_ID" # example: UA-123456-78, for more info, read the article https://support.google.com/analytics/answer/1008080?hl=en
# disqus short name
disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
# disable language
disableLanguages = [] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
################################### French language #####################################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
weight = 2
############################# Modules ############################
[module]
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "hugo_stats.json"
target = "assets/watching/hugo_stats.json"
############################# Build ##############################
[build]
noJSConfigInAssets = false
useResourceCacheWhen = 'fallback'
[build.buildStats]
enable = true
[[build.cachebusters]]
source = 'assets/.*\.(js|ts|jsx|tsx)'
target = '(js|scripts|javascript)'
[[build.cachebusters]]
source = 'assets/.*\.(css|sass|scss)$'
target = '(css|styles|scss|sass)'
[[build.cachebusters]]
source = '(postcss|tailwind)\.config\.js'
target = '(css|styles|scss|sass)'
[[build.cachebusters]]
source = 'assets/.*\.(.*)$'
target = '$1'
############################# Outputs ##############################
[outputs]
home = ["HTML", "RSS", "JSON", "WebAppManifest"]
############################# Imaging ##############################
[imaging]
# See https://github.com/disintegration/imaging
# Default JPEG or WebP quality setting. Default is 75.
quality = 90
resampleFilter = "lanczos"
############################# Caches ###############################
[caches]
[caches.images]
dir = ":resourceDir/_gen"
maxAge = "720h"
[caches.assets]
dir = ":resourceDir/_gen"
maxAge = "720h"
############################# Markup ###############################
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = 'catppuccin-mocha' # see https://xyproto.github.io/splash/docs/all.html
# table of content
[markup.tableOfContents]
startLevel = 0
endLevel = 6
ordered = false
############################ Media types ############################
[mediaTypes]
[mediaTypes."application/manifest+json"]
suffixes = ["webmanifest"]
############################ Output Format ###########################
[outputFormats]
[outputFormats.WebAppManifest]
mediaType = "application/manifest+json"
rel = "manifest"

View File

@@ -0,0 +1,28 @@
############## English navigation ###############
# main menu
[[main]]
name = "Home"
url = ""
weight = 1
[[main]]
name = "FAQ"
url = "faq"
weight = 2
# footer menu
[[footer]]
name = "Changelog"
url = "changelog/"
weight = 1
[[footer]]
name = "Contact"
url = "contact/"
weight = 2
[[footer]]
name = "Github"
url = "https://github.com/themefisher/"
weight = 3

View File

@@ -0,0 +1,28 @@
############# French navigation ##############
# main menu
[[main]]
[[main]]
name = "Home"
url = ""
weight = 1
[[main]]
name = "FAQ"
url = "faq"
weight = 2
# footer menu
[[footer]]
name = "Changelog"
url = "changelog/"
weight = 1
[[footer]]
name = "Contact"
url = "contact/"
weight = 2
[[footer]]
name = "Github"
url = "https://github.com/themefisher/"
weight = 3

View File

@@ -0,0 +1,96 @@
[hugoVersion]
extended = true
min = "0.145.0"
[[imports]]
path = "github.com/gohugoio/hugo-mod-bootstrap-scss/v5"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/preloader"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/social-share"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/cookie-consent"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/custom-script"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/render-link"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/icons/font-awesome"
# [[imports]]
# path = "github.com/gethugothemes/hugo-modules/icons/themify-icons"
# [[imports]]
# path = "github.com/gethugothemes/hugo-modules/components/valine-comment"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/crisp-chat"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/pwa"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/images"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/buttons"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/codepen"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/collapse"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/notice"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/video"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/tabs"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/gallery"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/vimeo-lite"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/site-verifications"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/seo-tools/basic-seo"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/gzip-caching"
[[imports]]
path = "github.com/gethugothemes/hugo-modules/adsense"

View File

@@ -0,0 +1,126 @@
#################### default parameters ################################
# favicon
favicon = "images/favicon.png"
# logo
logo = "images/logo.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "155px"
# if logo_webp set false, will not generate WEBP version of logo | default is true
logo_webp = true
# logo text will only show when logo is missing.
logo_text = "GoDocs"
# purgeCSS
purge_css = true
# image gallery shortcode
image_gallery = true
# contact form action
contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io]
# google tag manager, see https://developers.google.com/tag-manager/
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
google_tag_manager = "" # example: G-XXXXXXXXXX
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# table of content on document page
table_of_content = true
# copyright
copyright = "Copyright by your company"
theme_copyright = true
# Preloader
[preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[[nav_button]]
label = "changelog"
link = "changelog/"
style = "outline" # available style: solid, outline
[[nav_button]]
label = "Contact"
link = "contact/"
style = "solid" # available style: solid, outline
# call to action
[call_to_action]
enable = true
title = "Still Didn't Find Your Answer?"
image = "images/cta-illustration.jpg"
content = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam <br> nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam"
[call_to_action.button]
enable = true
label = "Submit a ticket"
link = "contact/"
# Crisp Chat
[crisp_chat]
crisp_website_id = "9aa449e1-9999-422a-938f-8567982eec6d" # replace this code with yours
enable = false
# Check this video tutorial to get your crisp website ID - https://www.youtube.com/watch?v=nW5UX6iVdFc
# seo meta data for OpenGraph / Twitter Card
[metadata]
author = "GetHugoThemes"
description = "This is meta description"
image = "images/favicon.png" # this image will be used as fallback if a page has no image of its own
keywords = ["Boilerplate", "Hugo", "Themefisher", "GetHugoThemes"]
# matomo tracking: see https://matomo.org/
[matomo]
enable = false
id = "" # your matomo id
url = "" # your matomo url
# baidu analytics: see https://tongji.baidu.com/
[baidu]
analytics_id = "" # Your ID
enable = false
# plausible analytics: see https://plausible.io/
[plausible]
domain = "" # yourdomain.com
enable = false
# counter analytics: see https://counter.dev/setup.html
[counter]
enable = false
username = "" # your username
# site verifications
[site_verification]
baidu = "" # Your verification code
bing = "" # Your verification code
facebook = "" # Your verification code
google = "" # Your verification code
mastodon = "" # Your verification code
# cookies
[cookies]
button = "I Accept"
content = "This site uses cookies. By continuing to use this website, you agree to their use."
enable = false
expire_days = 2
############################# social site ########################
[[social]]
icon = "fab fa-facebook" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "facebook"
[[social]]
icon = "fab fa-twitter" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "twitter"
[[social]]
icon = "fab fa-github" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "github"
[[social]]
icon = "fab fa-linkedin" # fontawesome icon : https://fontawesome.com/icons
link = "#"
title = "linkedin"