Fix config

This commit is contained in:
Fundor333
2024-07-26 02:37:31 +02:00
parent 280d15f553
commit a920ebe75b
11 changed files with 72 additions and 82 deletions

View File

@@ -18,3 +18,50 @@ author:
disqusShortname: fundor333
gtm_id: GTM-NZQKPXS
googleAnalytics: G-H22W7LRVGC
disableRSS: false
enableRobotsTXT: true
Paginate: 8
rssLimit: 10
enableGitInfo: true
related:
includeNewer: true
threshold: 70
toLower: false
indices:
- name: categories
weight: 40
- name: title
weight: 30
- name: description
weight: 30
- name: tags
weight: 10
- name: meta
weight: 10
- name: date
weight: 10
outputFormats:
SearchIndex:
baseName: search
mediaType: application/json
outputs:
section:
- HTML
- RSS
home:
- HTML
- RSS
- SearchIndex
page:
- html
sitemap:
changefreq: monthly
filename: sitemap.xml
priority: 0.5
taxonomies:
category: categories
tag: tags
micropub: micropub

View File

@@ -18,3 +18,7 @@ maciaindieweb:
auth:
twitter: https://twitter.com/fundor333
mastodon: https://mastodon.social/@fundor333
ShowFullTextinRSS: false
maciaimage:
imgclass: "img-fluid d-block mx-auto"

View File

@@ -1,2 +1,12 @@
googleAnalytics:
disable: false
disqus:
disable: true
instagram:
disable: true
twitter:
disableInlineCSS: true
vimeo:
disable: true
youtube:
disable: true

View File

@@ -1,51 +0,0 @@
DefaultContentLanguage: en
languageCode: en
#theme: ["github.com/fundor333/macia-indiweb", "github.com/fundor333/macia-image"]
disableRSS: false
enableRobotsTXT: true
Paginate: 8
rssLimit: 10
enableGitInfo: true
related:
includeNewer: true
threshold: 70
toLower: false
indices:
- name: categories
weight: 40
- name: title
weight: 30
- name: description
weight: 30
- name: tags
weight: 10
- name: meta
weight: 10
- name: date
weight: 10
outputFormats:
SearchIndex:
baseName: search
mediaType: application/json
outputs:
section:
- HTML
- RSS
home:
- HTML
- RSS
- SearchIndex
page:
- html
sitemap:
changefreq: monthly
filename: sitemap.xml
priority: 0.5
taxonomies:
category: categories
tag: tags
micropub: micropub

View File

@@ -1,4 +0,0 @@
ShowFullTextinRSS: false
maciaimage:
imgclass: "img-fluid d-block mx-auto"

View File

@@ -1,12 +0,0 @@
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disableInlineCSS: true
vimeo:
disable: true
youtube:
disable: true

View File

@@ -1,15 +0,0 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Fugu"
license = "MIT"
licenselink = "https://github.com/fundor333/fugu/blob/master/LICENSE"
description = ""
homepage = "http://fundor333.com/"
tags = []
features = []
min_version = "0.120.4"
[author]
name = "Fundor333"
homepage = "http://fundor333.com/"

11
themes/fugu/theme.yaml Normal file
View File

@@ -0,0 +1,11 @@
name: Fugu
license: MIT
licenselink: "https://github.com/fundor333/fugu/blob/master/LICENSE"
description: ""
homepage: "http://fundor333.com/"
tags: []
features: []
min_version: 0.120.4
author:
name: Fundor333
homepage: "http://fundor333.com/"