Fix config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,2 +1,12 @@
|
||||
googleAnalytics:
|
||||
disable: false
|
||||
disqus:
|
||||
disable: true
|
||||
instagram:
|
||||
disable: true
|
||||
twitter:
|
||||
disableInlineCSS: true
|
||||
vimeo:
|
||||
disable: true
|
||||
youtube:
|
||||
disable: true
|
||||
|
||||
@@ -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
|
||||
@@ -1,4 +0,0 @@
|
||||
ShowFullTextinRSS: false
|
||||
|
||||
maciaimage:
|
||||
imgclass: "img-fluid d-block mx-auto"
|
||||
@@ -1,12 +0,0 @@
|
||||
disqus:
|
||||
disable: true
|
||||
googleAnalytics:
|
||||
disable: true
|
||||
instagram:
|
||||
disable: true
|
||||
twitter:
|
||||
disableInlineCSS: true
|
||||
vimeo:
|
||||
disable: true
|
||||
youtube:
|
||||
disable: true
|
||||
@@ -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
11
themes/fugu/theme.yaml
Normal 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/"
|
||||
Reference in New Issue
Block a user