first comm
This commit is contained in:
@@ -0,0 +1,126 @@
|
||||
baseURL: https://example.org/
|
||||
languageCode: en-us
|
||||
title: Chase Chimeric
|
||||
enableRobotsTXT: true
|
||||
|
||||
pagination:
|
||||
pagerSize: 6
|
||||
|
||||
taxonomies:
|
||||
tag: tags
|
||||
category: categories
|
||||
|
||||
outputFormats:
|
||||
HeadlessCMSConfig:
|
||||
baseName: headless-cms-config
|
||||
isHTML: false
|
||||
notAlternative: true
|
||||
mediaType: application/yaml
|
||||
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
- RSS
|
||||
- HeadlessCMSConfig
|
||||
|
||||
services:
|
||||
rss:
|
||||
limit: 25
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: posts
|
||||
name: Posts
|
||||
url: /posts/
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: About
|
||||
url: /about/
|
||||
weight: 20
|
||||
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/mirus-ua/hugo-theme-re-terminal/v2
|
||||
- path: github.com/privatemaker/headless-cms
|
||||
|
||||
params:
|
||||
contentTypeName: posts
|
||||
themeColor: blue
|
||||
showMenuItems: 3
|
||||
showLanguageSelector: false
|
||||
fullWidthTheme: false
|
||||
centerTheme: true
|
||||
autoCover: true
|
||||
readingTime: true
|
||||
Toc: true
|
||||
TocTitle: Table of Contents
|
||||
|
||||
logo:
|
||||
logoText: Chase Chimeric
|
||||
logoHomeLink: /
|
||||
|
||||
author:
|
||||
name: Chase Chimeric
|
||||
email: you@example.com
|
||||
|
||||
headless_cms:
|
||||
engine: sveltia
|
||||
publish_mode: editorial_workflow
|
||||
media_folder: static/uploads
|
||||
public_folder: /uploads
|
||||
backend:
|
||||
name: github
|
||||
repo: ChaseChimeric/personal-blog
|
||||
branch: main
|
||||
collections:
|
||||
- name: posts
|
||||
label: Posts
|
||||
label_singular: Post
|
||||
folder: content/posts
|
||||
create: true
|
||||
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
|
||||
extension: md
|
||||
format: yaml-frontmatter
|
||||
preview_path: posts/{{slug}}
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
widget: string
|
||||
- label: Date
|
||||
name: date
|
||||
widget: datetime
|
||||
- label: Draft
|
||||
name: draft
|
||||
widget: boolean
|
||||
default: true
|
||||
required: false
|
||||
- label: Author
|
||||
name: author
|
||||
widget: string
|
||||
required: false
|
||||
- label: Description
|
||||
name: description
|
||||
widget: text
|
||||
required: false
|
||||
- label: Tags
|
||||
name: tags
|
||||
widget: list
|
||||
required: false
|
||||
- label: Body
|
||||
name: body
|
||||
widget: markdown
|
||||
|
||||
languages:
|
||||
en:
|
||||
languageName: English
|
||||
params:
|
||||
title: Chase Chimeric
|
||||
subtitle: Notes on software, systems, and experiments
|
||||
owner: Chase Chimeric
|
||||
menuMore: Show more
|
||||
readMore: Read more
|
||||
readOtherPosts: Read other posts
|
||||
newerPosts: Newer posts
|
||||
olderPosts: Older posts
|
||||
minuteReadingTime: min read
|
||||
words: words
|
||||
Reference in New Issue
Block a user