77 lines
1.9 KiB
YAML
77 lines
1.9 KiB
YAML
baseURL: https://acme-corporation.h0ster.com/
|
|
languageCode: en-us
|
|
title: Acme Corporation
|
|
theme: Eclectic
|
|
|
|
# Documentation: https://gohugo.io/templates/taxonomy/#display-metadata
|
|
taxonomies:
|
|
author: authors
|
|
# Deprecated
|
|
#author:
|
|
# facebook: " https://facebook.com/example"
|
|
# twitter: " https://twitter.com/example"
|
|
# email: "contact@example.org"
|
|
# name: "Acme Corporation"
|
|
# location: New York
|
|
# phone: (999) 999-9999
|
|
# hours: "Mon-Fri: 9:00AM - 6:00PM, ET"
|
|
|
|
menu:
|
|
main:
|
|
- identifier: about
|
|
name: About
|
|
url: /about
|
|
weight: 100
|
|
- identifier: contact
|
|
name: Contact
|
|
url: /contact
|
|
weight: 200
|
|
|
|
params:
|
|
color: "#4f46e5"
|
|
copyright: "Copyright © 2022 Acme Corporation. All Rights Reserved."
|
|
footer:
|
|
- title: About
|
|
content: >
|
|
Acme Corporation is the world's leading
|
|
manufacturer of digital shapes. From squares and
|
|
circles to triangles and hexagons, whe have it
|
|
all. Browse through our collection of various
|
|
forms with different thicknesses and line styles.
|
|
We shape the world. You live in it.
|
|
|
|
|
|
- title: Recent Blog Posts
|
|
recent: blog
|
|
recentCount: 7
|
|
- title: Contact Us
|
|
contact: true
|
|
content: >
|
|
The author key is deprecated for the taxonomies one.
|
|
Normally, we should have the author information but
|
|
we can't because of this version.
|
|
|
|
|
|
style: blue
|
|
logo: /image/logo.png
|
|
logo_small: /image/logo.png
|
|
about_us: >
|
|
Acme Corporation is the world's leading manufacturer
|
|
of digital shapes. From squares and circles to
|
|
triangles and hexagons, whe have it all. Browse through
|
|
our collection of various forms with different
|
|
thicknesses and line styles. We shape the world.
|
|
You live in it.
|
|
|
|
|
|
recent_posts:
|
|
enable: true
|
|
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
highlight:
|
|
lineNos: true
|
|
enableEmoji: true
|