-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
58 lines (51 loc) · 1.44 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
baseURL: http://adar81.lan
languageCode: en-us
title: First Hugo Site w MEAP
theme: Eclectic
# theme: Universal
author:
facebook: "https://facebook.com/asdf"
twitter: "https://twitter.com/example"
email: "info@tekwerx.biz"
name: "Acme Corp"
location: NYC
phone: (212) 555-1212
hours: "**Monday-Friday:** 9:00AM - 6:00PM, ET"
menu:
main:
- identifier: about
name: About
url: /about
weight: 1
- identifier: contact
name: Contact
url: /contact
weight: 2
params:
color: "#71B180"
copyright: "Copyright © 2021 Tekwerx Corp. All Rights Reserved."
footer:
- title: About
content: >
"Tekwerx a designer, provider
and maintainer of *customized
technology solutions* for home
and residential."
- title: Recent Blog Posts
recent: blog
recentCount: 7
- title: Contact Us
contact: true
style: red
logo: /image/logo.png
logo_small: /image/logo.png
# about_us: "DUPLICATED -- Tekwerx a provider of customized technology applications for home and residential."
recent_posts:
enable: true
enableEmoji: true
markup: # Settings for markup
goldmark: # The default Hugo Markdown engine
renderer: # Settings for markdown rendering
unsafe: true # Enable 'unsafe' inline HTML
highlight:
lineNos: true