20 lines
647 B
YAML
20 lines
647 B
YAML
|
baseURL: 'https://example.com/'
|
||
|
languageCode: en-us
|
||
|
# This title is used as the website title (navbar and meta title)
|
||
|
title: Cross Blogger Showcase
|
||
|
theme: PaperMod
|
||
|
|
||
|
params:
|
||
|
title: Hi, this is a test!
|
||
|
description: "This is a showcase of Cross Blogger, a headless CMS for Hugo."
|
||
|
env: production # Enables enhanced SEO
|
||
|
profileMode:
|
||
|
enabled: true
|
||
|
buttons:
|
||
|
- name: Blog
|
||
|
url: "/blog/"
|
||
|
- name: GitHub
|
||
|
url: "https://github.com/slashtechno/cross-blogger"
|
||
|
socialIcons: # Show the respective social icon linked to the corresponding URL
|
||
|
- name: github
|
||
|
url: "https://github.com/slashtechno/cross-blogger"
|